wrote:
> >>>> Hi,
> >>>>
> >>>> On 2/14/22 21:10, Ricardo Salveti wrote:
> >>>>> Hi Michal,
> >>>>>
> >>>>> This is a bit similar to the issue raised on iMX8-based targets a few
> >>>>
k.
Thanks,
--
Ricardo Salveti
is available in env_get_bootm_size when bootm_size is
not defined by the default environment.
Signed-off-by: Ricardo Salveti
---
Change in v2:
- Declare bootm_size based on ram top and base
board/xilinx/common/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board
On Thu, Jan 20, 2022 at 4:33 AM Michal Simek wrote:
> On 1/19/22 23:52, Ricardo Salveti wrote:
> > The available ram can be limited by ram_top as that depends on the
> > reserved memory nodes provided by the device-tree (via
> > board_get_usable_ram_top), so make sure to
is available in env_get_bootm_size when bootm_size is
not defined by the default environment.
Signed-off-by: Ricardo Salveti
---
board/xilinx/common/board.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/board/xilinx/common/board.c b/board/xilinx/common/board.c
index 78a5d0efa86
Config check should be done without the SPL_ prefix.
Signed-off-by: Ricardo Salveti
---
board/xilinx/zynqmp/zynqmp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
index dfb5dab7afa..2b5239ccb47 100644
--- a/board
restore_jtag();
#else
if (CONFIG_IS_ENABLED(DM_I2C) && CONFIG_IS_ENABLED(I2C_EEPROM))
Do you want me to send a patch directly to you or do you prefer to
squash the changes as it seems this wasn't asked to be merged upstream
yet?
Thanks,
--
Ricardo Salveti
NOWHERE when no valid
mode is found.
Signed-off-by: Ricardo Salveti
---
arch/arm/mach-imx/imx8m/soc.c | 35 +++
1 file changed, 15 insertions(+), 20 deletions(-)
diff --git a/arch/arm/mach-imx/imx8m/soc.c b/arch/arm/mach-imx/imx8m/soc.c
index f2ddc834d4b
On Thu, Sep 30, 2021 at 12:12 AM Matthias Brugger wrote:
> On 29/09/2021 23:05, Ricardo Salveti wrote:
> > On Wed, Sep 29, 2021 at 1:49 PM Matthias Brugger wrote:
> >> On 29/09/2021 14:19, Mauro Salvini wrote:
> >>> Hi Matthias,
> >>>
> >>>
e.g. config.txt
> >> and
> >> that will break booting the system.
> >>
> >> But from your response it seems thats not what you are experiencing. Or do
> >> you
> >> change the DTB loaded from FW in the U-Boot shell?
> >
> >
> > Maybe I wasn't too clear in my explanation ;-)
> >
> > At every boot, u-boot executes set_fdt_addr() function. At the very first
> > boot,
> > if nobody has changed the default u-boot environment built in u-boot,
> > adding a
> > custom fdt_addr variable, this function saves the fdt_addr variable in
>
> Which function are we talking about? Adding a custom fdt_addr can be done via
> the CLI or by adding that to the U-Boot sources (include/configs/rpi.h) but
> not
> through a 'function'.
>
> Do you mean that in some script you made saveenv is called? I used overlays in
> RPi and never had that problem.
>
> Actually I'm a bit puzzled about the problem. Can you give me a step by step
> reproducer, starting with which config I should use to compile U-Boot?
Yes, this issue only happens if you save the environment at least
once, as then on following boots it won't set the address based on
what the firmware uses, but instead restore the value from the saved
environment, which can be wrong.
I noticed the same when moving one sdcard between boards, and I was
only able to get it to boot correctly after removing the saved
environment.
Cheers,
--
Ricardo Salveti
Hi Aswath,
Thanks for the quick response.
On Wed, Jul 7, 2021 at 1:55 AM Aswath Govindraju wrote:
>
> Hi Ricardo,
>
> On 07/07/21 4:39 am, Ricardo Salveti wrote:
> > Hi Aswath,
> >
> > On Thu, Mar 25, 2021 at 4:19 AM Aswath Govindraju
> > wrote:
> >&
A/TF-A/OP-TEE/U-Boot
proper), which can easily reach up to 10MB, so increase the default
CONFIG_SYS_SPL_MALLOC_SIZE size to 16MB to cover more advanced
scenarios.
Signed-off-by: Ricardo Salveti
---
include/configs/xilinx_zynqmp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --g
tly again, but I just wanted to
reply back here first before submitting as I'm surprised nobody
reported this issue before.
Can you verify on your target hardware if this is indeed working as intended?
Thanks,
--
Ricardo Salveti
g for the new version and
> imx8mm_evk_rohm_defconfig for the old one.
>
> What do you think?
Maybe a dynamic way to identify if BD71837 or PCA9450 (by probing i2c)
would work better?
Different configs would imply different builds and binaries, which is
a problem when trying to support a single build for both the old EVK
and EVKB (and the main difference is the PMIC, nothing really major).
I also share Andrey's concerns, as we do have several EVKs in hands,
and having one single build would facilitate quite a bit.
Cheers,
--
Ricardo Salveti de Araujo
files I noticed it works fine with the
latest firmware when using an older bcm2710-rpi-3-b-plus.dtb
(placed together with the firmware). If I use the latest
bcm2710-rpi-3-b-plus.dtb from the 5.4 downstream kernel, it doesn't
work (only tested on rpi3-b-plus).
This is with CONFIG_OF_BOARD=y, if I use CONFIG_OF_EMBED instead it
works just fine (which gives me the impression that u-boot might not
be happy with the dtb generated by the firmware when enable_uart is
not set).
Cheers,
--
Ricardo Salveti de Araujo
Hi Fabio,
On Fri, Dec 13, 2019 at 6:44 AM Fabio Estevam wrote:
>
> Hi Ricardo,
>
> On Thu, Dec 12, 2019 at 6:20 PM Ricardo Salveti wrote:
>
> > Can you also confirm if mmc is working correctly on imx8mm evk?
>
> I don't have access to a imx8mm_evk at the moment,
ng default environment
In:serial
Out: serial
Err: serial
Net:
Warning: ethernet@30be using MAC address from ROM
eth0: ethernet@30be
Hit any key to stop autoboot: 0
MMC Device 0 not found
no mmc device at slot 0
MMC Device 0 not found
no mmc device at slot 0
Will investigate more tomorrow, but reporting as you might know where
the problem is.
Thanks,
--
Ricardo Salveti de Araujo
Commit e37ac71 converted FSL_ESDHC to FSL_ESDHC_IMX, but the config
check for colibri_imx6 wasn't updated accordantly.
Signed-off-by: Ricardo Salveti
---
board/toradex/colibri_imx6/colibri_imx6.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/toradex/colibri
On Tue, Sep 3, 2019 at 11:34 AM Igor Opaniuk wrote:
> Hi Ricardo,
>
> On Tue, Sep 3, 2019 at 4:53 PM Ricardo Salveti wrote:
> >
> > On Tue, Sep 3, 2019 at 12:09 AM Peng Fan wrote:
> > >
> > > > Subject: [PATCH] apalis_imx6: allocate sp
CONFIG_OPTEE_TZDRAM_SIZE from the available DRAM size to avoid
> > conflicts.
> >
> > Signed-off-by: Ricardo Salveti
> > ---
> > board/toradex/apalis_imx6/apalis_imx6.c | 5 +
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/board/toradex/
On Tue, Sep 3, 2019 at 9:58 AM Max Krummenacher <
max.krummenac...@toradex.com> wrote:
> On Mon, 2019-09-02 at 18:12 -0300, Ricardo Salveti wrote:
> > Commit e37ac717d796 ("Convert to use fsl_esdhc_imx for i.MX platforms")
> > converted FSL_ESDHC to FSL_ESDH
Only one dtb is currently supported, so match with imx6-apalis.
Signed-off-by: Ricardo Salveti
---
board/toradex/apalis_imx6/apalis_imx6.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/board/toradex/apalis_imx6/apalis_imx6.c
b/board/toradex/apalis_imx6/apalis_imx6.c
index
OP-TEE uses the memory region defined by the maximum DRAM address minus
CONFIG_OPTEE_TZDRAM_SIZE, so subtract CONFIG_OPTEE_TZDRAM_SIZE from the
available DRAM size to avoid conflicts.
Signed-off-by: Ricardo Salveti
---
board/toradex/apalis_imx6/apalis_imx6.c | 5 +
1 file changed, 5
Toradex Apalis iMX6 modules are available in the iMX6D and iMX6Q
variants, which are quite similar and already managed via only one
dtb in u-boot (imx6-apalis.dtb). Select MX6Q via Kconfig by default in
order to automatically enable the HAS_CAAM and MX6_SMP features.
Signed-off-by: Ricardo
: Ricardo Salveti
---
arch/arm/mach-imx/spl.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c
index 1f230aca33..a98fab8f1c 100644
--- a/arch/arm/mach-imx/spl.c
+++ b/arch/arm/mach-imx/spl.c
@@ -261,6 +261,7 @@ __weak void __noreturn
Commit e37ac717d796 ("Convert to use fsl_esdhc_imx for i.MX platforms")
converted FSL_ESDHC to FSL_ESDHC_IMX, but the config check for
apalis_imx6 wasn't updated accordantly.
Signed-off-by: Ricardo Salveti
---
board/toradex/apalis_imx6/apalis_imx6.c | 4 ++--
1 file changed, 2 i
erence to `fit_image_load'
bootm.c:(.text+0x132): undefined reference to `image_decomp'
collect2: error: ld returned 1 exit status
scripts/Makefile.host:106: recipe for target 'tools/dumpimage' failed
Guess it is better to isolate the other individual pieces instead.
Cheers,
--
Ricardo Salveti de Araujo
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Update my email address from gmail to my domain.
Signed-off-by: Ricardo Ribalda Delgado
---
.mailmap | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.mailmap b/.mailmap
index dc72f24688..63afce3774 100644
--- a/.mailmap
+++ b/.mailmap
@@ -31,8 +31,8 @@ Markus
On Thu, Aug 8, 2019 at 10:13 AM Adam Ford wrote:
> On Wed, Aug 7, 2019 at 6:44 PM Ricardo Salveti wrote:
> > Hi Adam,
> >
> > On Thu, May 23, 2019 at 4:11 PM Adam Ford wrote:
> > >
> > > Currently, when the spl_boot_device checks the boot device, it
>
all the other boards using MMC2 and doing
only one single call will have the same problem.
Not sure if there is an easy fix here, but converting everything to
dynamic mmc initialization will required quite a bit of effort.
Thanks,
--
Ricardo Salveti de Araujo
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
On Mon, Nov 19, 2018 at 12:42 PM Fabio Estevam wrote:
>
> Hi Ricardo,
>
> On Mon, Nov 19, 2018 at 12:25 PM Ricardo Salveti
> wrote:
>
> > Looking a bit further, this ends up adding a significant boot delay
> > because the mmc driver still tries to send another two
On Mon, Nov 19, 2018 at 12:03 PM Ricardo Salveti wrote:
>
> Hi Fabio,
>
> On Mon, Nov 19, 2018 at 10:31 AM Fabio Estevam wrote:
> >
> > The following hang is observed on a Hummingboard 2 MicroSOM
> > i2eX iMX6D - rev 1.3 with no eMMC populated on board:
> >
ng infinite loop inside esdhc_send_cmd_common()
>
> while (!(esdhc_read32(®s->irqstat) & flags))
> ;
>
> Instead of looping forever, provide an exit path so that a timeout
> error can be propagated in the case irqstat does not report
> any interru
Hi Baruch,
On Sun, Nov 18, 2018 at 6:29 PM Baruch Siach wrote:
>
> Hi Ricardo,
>
> Ricardo Salveti writes:
> > The line where it locks up waiting for the command to complete:
> > http://git.denx.de/?p=u-boot.git;a=blob;f=drivers/mmc/fsl_esdhc.c;h=3cdfa7f5a689789ea2f24da8
Hi Baruch,
On Sun, Nov 18, 2018 at 7:51 AM Baruch Siach wrote:
>
> Hi Peter, Ricardo,
>
> Peter Robinson writes:
> > On Fri, Nov 16, 2018 at 1:06 AM Ricardo Salveti
> > wrote:
> >> On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote:
> >> > On T
Hi Baruch,
On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote:
>
> Hi Ricardo,
>
> On Tue, Nov 13, 2018 at 11:42:44AM -0200, Ricardo Salveti wrote:
> > On Thu, Sep 6, 2018 at 12:52 PM Fabio Estevam wrote:
> > > On Thu, Sep 6, 2018 at 12:42 PM, Baruch Siach wrote:
>
e is still valid.
Jon, did you have any issue when testing that patch set on SOMs
without eMMC support?
Cheers,
--
Ricardo Salveti de Araujo
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi all
On Fri, Jun 30, 2017 at 3:54 PM, Tom Rini wrote:
> On Fri, Jun 30, 2017 at 03:50:28PM +0200, Ricardo Ribalda Delgado wrote:
>> Hi
>>
>> On Thu, Jun 29, 2017 at 7:26 PM, Tom Rini wrote:
>>
>>
>> > I also recall this. Ricardo? Do you still have
Hi
On Thu, Jun 29, 2017 at 7:26 PM, Tom Rini wrote:
> I also recall this. Ricardo? Do you still have interest here?
> Otherwise I'm going to remove these soon, thanks!
This also makes me quite sad. It has been my first big contribution to OS.
I personally do not have the time
In some Linux distributions (e.g., Arch Linux) the Python binary points to
Python 3.x instead of Python 2.x. This is an issue when building the libfdt
SWIG extension, as the generated extension file will be called something
like _libfdt.cpython-36m-x86_64-linux-gnu.so instead of just _libfdt.so. By
Cc: Mateusz Kulikowski
Signed-off-by: Ricardo Salveti
---
include/configs/dragonboard410c.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/dragonboard410c.h
b/include/configs/dragonboard410c.h
index 74a827d..1dbe219 100644
--- a/include/configs/dragonboard410c.h
+++ b
Make the external devices the preferred ones when booting the system
(usb is already the first option). This allows users to easily boot
custom distributions without requiring them to reflash/customize u-boot.
Cc: Mateusz Kulikowski
Signed-off-by: Ricardo Salveti
---
include/configs
For xilinx-ppc405-generic and xilinx-ppc440-generic:
Reviewed-by: Ricardo Ribalda Delgado
I have access to my hardware again from the 20th of April. I can give
you a tested-by by them if you want ;)
regards!
On Thu, Apr 7, 2016 at 2:39 PM, Michal Simek wrote:
> On 7.4.2016 14:37, Rica
Hi Michal
You are right,
OF_CONTROL (on arch/powerpc/cpu/ppc4xx/Kconfig ) selects OF_LIBFDT by
default (on lib/Kconfig)
So no need for my changes
Thanks!
On Thu, Apr 7, 2016 at 8:06 AM, Michal Simek wrote:
> Hi,
>
> On 6.4.2016 22:34, Ricardo Ribalda Delgado wrote:
>
Hi Michal
xilinx-ppc405-generic and xilinx-ppc440-generic also depend on
xilinx-ppc.h So I think this is missing.
Shall I send this as a separated patch? or you want to include it in yours?
Regards
ricardo@pilix:~/curro/u-boot$ git diff
diff --git a/configs/xilinx-ppc405-generic_defconfig
b
e 'CONFIG_DEFAULT_DEVICE_TREE'
> +(xilinx-ppc405-generic) or build with 'DEVICE_TREE=' argument
> +(xilinx-ppc405-generic) make[2]: ***
> [arch/powerpc/dts/xilinx-ppc440-generic.dtb] Error 1
> +(xilinx-ppc405-generic) make[1]: *** [dts] Error 2
>
> --
> Tom
&
pc/dts/xilinx-ppc440-generic.dtb] Error 1
+(xilinx-ppc405-generic) make[1]: *** [dts] Error 2
Signed-off-by: Ricardo Ribalda Delgado
---
configs/xilinx-ppc405-generic_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/xilinx-ppc405-generic_defconfig
b/c
hello
We are using the driver and can take a look if we can port it to DM.
But it wont be in this or next week sorry.
Regards!
On Tue, Jan 26, 2016 at 3:20 PM, Michal Simek wrote:
> On 26.1.2016 13:43, Ricardo Ribalda Delgado wrote:
>> Hello Bin
>>
>> On Tue, Jan 26, 2016
If the xparameters file contains a LL_TEMAC definition compile its
driver and the net commands.
Signed-off-by: Ricardo Ribalda Delgado
---
v2: Add whitespaces after /* and before*/
Credit-to: Bin Meng
.../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 22 ++
board
Add device tree example file for xilinx-ppc440-generic and
xilinx-ppc405-generic
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/dts/Makefile | 2 ++
arch/powerpc/dts/xilinx-ppc405-generic.dts | 15 +++
arch/powerpc/dts/xilinx-ppc440-generic.dts | 15
Hello Bin
On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng wrote:
> Hi Ricardo,
>
> On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
> wrote:
>> If the xparameters file contains a LL_TEMAC definition compile its
>> driver and the net commands.
>>
>> Si
On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng wrote:
> Hi Ricardo,
>
> On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
> wrote:
>> Add device tree example file for xilinx-ppc440-generic and
>> xilinx-ppc405-generic
>>
>> Signed-off-by: Ricardo Ribalda
, 2016 at 12:55 PM, Michal Simek wrote:
> On 26.1.2016 11:24, Ricardo Ribalda Delgado wrote:
>> xilinx-ppc4xx made us of serial uartlite, which was ported to DM.
>> This patch moves port these boards to DM.
>>
>> Now that Kconfig works really well, there is no need to main
If the xparameters file contains a LL_TEMAC definition compile its
driver and the net commands.
Signed-off-by: Ricardo Ribalda Delgado
---
.../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 22 ++
board/xilinx/ppc440-generic/xparameters.h | 4
configs/xilinx
Now that the specific boards have been removed there is no need to
maintain the weak functions.
Fix also CamelCase to make checkpatch happy
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 18 +++---
1 file changed, 7 insertions
board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not
set. Remove unused function.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/board/xilinx/ppc440-generic
Now that there is only one header file for all ppc405 files, merge
header files.
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc405-generic.h | 5 -
include/configs/xilinx-ppc405.h | 22 --
2 files changed, 4 insertions(+), 23 deletions
Size of this snprintf "lltemac.%lx" is bigger than 16 characters.
Replacing it with "ll_tem.%lx"
Signed-off-by: Ricardo Ribalda Delgado
---
drivers/net/xilinx_ll_temac.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/xilinx_ll_t
Now that the specific boards have been removed there is no need to
maintain the weak functions.
Fix also CamelCase to make checkpatch happy
Signed-off-by: Ricardo Ribalda Delgado
---
.../xilinx/ppc405-generic/xilinx_ppc405_generic.c | 22 --
1 file changed, 8 insertions
board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not
set. Remove unused function.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc405-generic/xilinx_ppc405_generic.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/board/xilinx/ppc405-generic
xilinx_uartlite has been ported to DM, this patch makes the
xilinx-ppc405-generic and the xilinx-ppc440-generic boards use the new
DM driver.
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 8
board/xilinx/ppc405-generic
-Fix typos (runnining -> running)
-Increase default size
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc440-generic.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/configs/xilinx-ppc440-generic.h
b/include/configs/xilinx-ppc
Now that there is only one header file for all ppc440 files, merge
header files.
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc440-generic.h | 3 ++-
include/configs/xilinx-ppc440.h | 17 -
2 files changed, 2 insertions(+), 18 deletions(-)
delete
-Remove UART address (It is now part of the dts).
-Include dummy ns16550 clock
-Fix address to last test
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc405-generic/xparameters.h | 5 ++---
board/xilinx/ppc440-generic/xparameters.h | 9 -
2 files changed, 6 insertions(+), 8
Remove redundant defconfig file. Boot via flash can be configured via
Kconfig.
Signed-off-by: Ricardo Ribalda Delgado
---
configs/xilinx-ppc440-generic_flash_defconfig | 8
1 file changed, 8 deletions(-)
delete mode 100644 configs/xilinx-ppc440-generic_flash_defconfig
diff --git a
Add device tree example file for xilinx-ppc440-generic and
xilinx-ppc405-generic
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/dts/Makefile | 2 ++
arch/powerpc/dts/xilinx-ppc405-generic.dts | 13 +
arch/powerpc/dts/xilinx-ppc440-generic.dts | 13
-Fix typos (runnining -> running)
-Increase default size
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc405-generic.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/configs/xilinx-ppc405-generic.h
b/include/configs/xilinx-ppc
As a result of the specific board removal, the Makefiles can be
simplified.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc405-generic/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/xilinx/ppc405-generic/Makefile
b/board/xilinx/ppc405-generic
The old mail address will stop working soon.
Update it all the files
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/interrupts.c| 2 +-
arch/powerpc/cpu/ppc4xx/uic.c | 2 +-
arch/powerpc/cpu/ppc4xx/xilinx_irq.c| 2
Remove redundant defconfig file. Boot via flash can be configured via
Kconfig.
Signed-off-by: Ricardo Ribalda Delgado
---
configs/xilinx-ppc405-generic_flash_defconfig | 8
1 file changed, 8 deletions(-)
delete mode 100644 configs/xilinx-ppc405-generic_flash_defconfig
diff --git a
It is just a specialized version of xilinx-ppc440
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4
board/avnet/v5fx30teval/Kconfig | 12 ---
board/avnet/v5fx30teval/MAINTAINERS | 7 ---
board/avnet/v5fx30teval/Makefile | 11
As a result of the specific board removal, the Makefiles can be
simplified.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc440-generic/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/xilinx/ppc440-generic/Makefile
b/board/xilinx/ppc440-generic
It is just a specialized version of the xilinx-ppc405
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4
board/avnet/fx12mm/Kconfig | 12 --
board/avnet/fx12mm/MAINTAINERS | 7 --
board/avnet/fx12mm/Makefile | 11 -
board
ml507 is just a specialized version of the xilinx-ppc440-generic
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4
board/xilinx/ml507/Kconfig | 12
board/xilinx/ml507/MAINTAINERS | 7 ---
board/xilinx/ml507/Makefile | 11
Signed-off-by: Ricardo Ribalda Delgado
---
.mailmap | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.mailmap b/.mailmap
index 02dccfc1aee7..f72fef174825 100644
--- a/.mailmap
+++ b/.mailmap
@@ -21,6 +21,9 @@ Jagan Teki
Markus Klotzbuecher
Prabhakar Kushwaha
Rajeshwari Shinde
https://github.com/ribalda/u-boot/tree/xilinx-ppc4xx-generic-dm
Regards (and thanks for your patience)!
Ricardo Ribalda (22):
ppc: xilinx-ppc440: Remove support for ml507
ppc: xilinx-ppc405: Remove support for fx12mm
xilinx-ppc440: Remove support for v5fx30teval
.mailmap: Add all the mail
is not that bad.
Most of the hard work has already been done by you for mblaze.
Thanks for your understanding ;).
On 22 Jan 2016 19:23, "Michal Simek" wrote:
> Hi,
>
> On 22.1.2016 15:53, Ricardo Ribalda Delgado wrote:
> > Hello
> >
> > I will probably
Hello
I will probably have something by next week. Is it ok?
On Wed, Jan 20, 2016 at 2:35 PM, Ricardo Ribalda Delgado
wrote:
> I have allocated the whole Friday for this
>
> On Wed, Jan 20, 2016 at 2:23 PM, Michal Simek wrote:
>> Hi Ricardo,
>>
>> are you on
I have allocated the whole Friday for this
On Wed, Jan 20, 2016 at 2:23 PM, Michal Simek wrote:
> Hi Ricardo,
>
> are you on track on this?
>
> Thanks,
> Michal
>
> On 15.1.2016 08:08, Michal Simek wrote:
>> Hi,
>>
>> On 14.1.2016 21:24, Ricardo Ribalda
Hello Michal
I will give a look to it during the next week. Hopefuly by the end of
it I can give you the patch or an educated estimated. Is this a good
timeline for you?
Thanks!
On Thu, Jan 14, 2016 at 2:50 PM, Michal Simek wrote:
> Hi Ricardo,
>
> On 14.1.2016 14:17, Tom Rini wrote:
On behalf of Georg
Tested-by: Georg Schardt
On Tue, May 12, 2015 at 4:20 PM, Ricardo Ribalda Delgado
wrote:
> Generic board support seems to work just fine. Tested on ml507 with
> bitstream generated on the latest ISE software.
>
> Signed-off-by: Ricardo Ribalda Delgado
>
the newest u-boot in the next few days.
>
> regards
> Georg
>
> Am 12.05.2015 um 16:19 schrieb Ricardo Ribalda Delgado:
>> Hello
>>
>> I have followed doc/README.generic-board and simply adding
>> CONFIG_SYS_GENERIC_BOARD does the trick.
>>
>> So fa
Signed-off-by: Ricardo Ribalda Delgado
---
doc/README.generic-board | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/README.generic-board b/doc/README.generic-board
index bd8eae1992c7..734f1aa9249a 100644
--- a/doc/README.generic-board
+++ b/doc/README.generic
other test that needs to be done after "porting" them to
generic board?
Thanks
On Mon, May 11, 2015 at 3:45 PM, Michal Simek wrote:
> Hi,
>
> On 05/11/2015 09:34 AM, Ricardo Ribalda Delgado wrote:
>> Hello Michal
>>
>> Thanks for your reply
>>
>&
Generic board support seems to work just fine. Tested on ml507 with
bitstream generated on the latest ISE software.
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/xilinx-ppc.h b/include/configs
Hello Michal
Thanks for your reply
On Mon, May 11, 2015 at 9:11 AM, Michal Simek wrote:
> Hi,
>
> On 05/09/2015 06:24 PM, Ricardo Ribalda Delgado wrote:
>> Hello Michal and Stefan
>>
>> Could you provide some context about why are we removing this? Virtex
>> 5
://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx-community/tree/conf/machine
The xilinx git tree still supports this boards, will you also remove
support there?
Regards!
--
Ricardo Ribalda
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman
;
> Am Donnerstag, den 22.12.2011, 17:06 +0100 schrieb Ricardo Ribalda
> Delgado:
>> Hello Stefan,
>> Hello Wolfgang,
>> Hello Michal,
>>
>> I have tried the code on a Propietary Virtex5 fx board (ppc440) and it
>> works Thanks for your work.
>
> OK, th
Hello Stefan,
Hello Wolfgang,
Hello Michal,
I have tried the code on a Propietary Virtex5 fx board (ppc440) and it
works Thanks for your work.
Regards!
--
Ricardo Ribalda
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman
Hi Aneesh,
On Thu, Sep 22, 2011 at 3:42 AM, Aneesh V wrote:
> Hi Ricardo,
>
> On Thursday 22 September 2011 01:47 AM, Ricardo Salveti de Araujo wrote:
>> Not all padconfs are the same between 4430 and 4460, so instead of
>> working around this with an if, we should hav
Signed-off-by: Ricardo Salveti de Araujo
2 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap4/board.c b/arch/arm/cpu/armv7/omap4/board.c
index 140562b..d9639ab 100644
--- a/arch/arm/cpu/armv7/omap4/board.c
+++ b/arch/arm/cpu/armv7/omap4/board.c
@@ -218,7
Not all padconfs are the same between 4430 and 4460, so instead of
working around this with an if, we should have an specific padconf
structure for both chips (like handling the differences between the LEDs
GPIOs and TPS).
Signed-off-by: Ricardo Salveti de Araujo
4 files changed, 40 insertions
OMAP4460 has a different set of values for the ID code, so moving the
old ones to be related just with 4430.
Signed-off-by: Ricardo Salveti de Araujo
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap4/board.c b/arch/arm/cpu/armv7/omap4/board.c
index 309b244
Changes to add proper support for 4460 ES1.1, including revision detection.
Ricardo Salveti de Araujo (3):
omap4: replacing OMAP4_CONTROL with OMAP4430_CONTROL
omap4: adding revision detection for 4460 ES1.1
omap4: splitting padconfs into common, 4430 and 4460
arch/arm/cpu/armv7/omap4
Old address of RESET_VECTOR were overwritten by the bss sector, making
impossible its run from xmd.
Signed-off-by: Ricardo Ribalda Delgado
---
boards.cfg | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 94b8745..2ba603d 100644
--- a
Patch is on the mail
Best regards and Merry Christmas!
On Fri, Dec 24, 2010 at 01:16, Ricardo Ribalda Delgado
wrote:
> Hello
>
> It is weird. just fetch stefan/next from the repository and "make
> fx12mm" works with no problem (what is mainly what I use for tests
config.mk only mkdirs $(obj), but we have objects shared with other
boards located on other dirs.
This patch mkdirs the needed dirs for the xlnx-generic boards.
---
board/xilinx/ppc405-generic/Makefile | 11 +++
board/xilinx/ppc440-generic/Makefile | 14 --
2 files changed
hu, Dec 23, 2010 at 23:22, Wolfgang Denk wrote:
> Dear Ricardo Ribalda Delgado,
>
> In message <1224606586-7538-1-git-send-email-ricardo.riba...@uam.es> you
> wrote:
>> As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
>> ppc440 boards, thi
Use common ppc4xx linker script for xilinx ppc440 and ppc405 related boards.
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/start.S|2 +-
arch/powerpc/cpu/ppc4xx/u-boot.lds |8 ++
board/xilinx/ppc405-generic/Makefile |4 +-
board/xilinx
The link_name variable is declared inside the if block and it is used
outside it through the name pointer.
Signed-off-by: Ricardo Ribalda Delgado
---
fs/ubifs/ubifs.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c
index 0f8128c
1 - 100 of 181 matches
Mail list logo