Re: Unable to select a different ENV location due env_get_location on zynqmp

2022-02-16 Thread Ricardo Salveti
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 > >>>>

Unable to select a different ENV location due env_get_location on zynqmp

2022-02-14 Thread Ricardo Salveti
k. Thanks, -- Ricardo Salveti

[PATCH v2] xilinx: common: change bootm_size to not go beyond ram_top

2022-01-20 Thread 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

Re: [PATCH] xilinx: common: change bootm_size to not go beyond ram_top

2022-01-20 Thread Ricardo Salveti
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

[PATCH] xilinx: common: change bootm_size to not go beyond ram_top

2022-01-19 Thread Ricardo Salveti
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

[PATCH] xilinx: zynqmp: fix ZYNQMP_RESTORE_JTAG check

2021-11-04 Thread Ricardo Salveti
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

Re: [PATCHv3] zynqmp: restore the jtag interface

2021-11-01 Thread Ricardo Salveti
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

[PATCH] ARM: imx8m: support env in fat and ext4

2021-10-20 Thread 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

Re: [PATCH] rpi: always set fdt_addr with firmware-provided FDT address

2021-09-30 Thread Ricardo Salveti
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, > >>> > >>>

Re: [PATCH] rpi: always set fdt_addr with firmware-provided FDT address

2021-09-29 Thread Ricardo Salveti
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

Re: [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index

2021-07-07 Thread 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: > >&

[PATCH] xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MB

2021-07-06 Thread Ricardo Salveti
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

Re: [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index

2021-07-06 Thread Ricardo Salveti
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

Re: [PATCH 03/26] imx8mm_evk: Switch to new imx8mm evk board

2021-05-14 Thread 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

Re: RPi3: serial console

2020-10-15 Thread Ricardo Salveti
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

Re: i.MX8MM-EVK Boot failure

2019-12-13 Thread Ricardo Salveti
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,

Re: i.MX8MM-EVK Boot failure

2019-12-12 Thread Ricardo Salveti
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

[U-Boot] [PATCH] colibri_imx6: fix broken fsl_esdhc_imx conversion

2019-09-03 Thread Ricardo Salveti
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

Re: [U-Boot] [PATCH] apalis_imx6: allocate specific region of memory to OP-TEE

2019-09-03 Thread Ricardo Salveti
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

Re: [U-Boot] [PATCH] apalis_imx6: allocate specific region of memory to OP-TEE

2019-09-03 Thread Ricardo Salveti
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/

Re: [U-Boot] [PATCH] apalis_imx6: fix broken fsl_esdhc_imx conversion

2019-09-03 Thread Ricardo Salveti
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

[U-Boot] [PATCH] apalis_imx6: add board_fit_config_name_match to support FIT in SPL

2019-09-02 Thread Ricardo Salveti
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

[U-Boot] [PATCH] apalis_imx6: allocate specific region of memory to OP-TEE

2019-09-02 Thread Ricardo Salveti
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

[U-Boot] [PATCH] imx: apalis_imx6: select MX6Q via Kconfig

2019-09-02 Thread Ricardo Salveti
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

[U-Boot] [PATCH] spl: imx: only use HAB if spl fit signature is not enabled

2019-09-02 Thread Ricardo Salveti
: 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

[U-Boot] [PATCH] apalis_imx6: fix broken fsl_esdhc_imx conversion

2019-09-02 Thread Ricardo Salveti
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

Re: [U-Boot] [PATCH v1] common: fix building image.c

2019-08-30 Thread Ricardo Salveti
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

[U-Boot] [PATCH] mailmap: Update mail address

2019-08-24 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH 1/3] spl: imx6: Let spl_boot_device return USDHC1 or USDHC2

2019-08-08 Thread Ricardo Salveti
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 >

Re: [U-Boot] [PATCH 1/3] spl: imx6: Let spl_boot_device return USDHC1 or USDHC2

2019-08-08 Thread Ricardo Salveti
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

Re: [U-Boot] [PATCH v2] mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common()

2018-11-19 Thread Ricardo Salveti
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

Re: [U-Boot] [PATCH v2] mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common()

2018-11-19 Thread Ricardo Salveti
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: > >

Re: [U-Boot] [PATCH v2] mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common()

2018-11-19 Thread Ricardo Salveti
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

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Ricardo Salveti
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

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Ricardo Salveti
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

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-15 Thread Ricardo Salveti
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: >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-13 Thread Ricardo Salveti
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

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-07-03 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-30 Thread Ricardo Ribalda Delgado
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

[U-Boot] libfdt SWIG build error with Python 3.x

2017-02-09 Thread Ricardo Martins
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

[U-Boot] [PATCH] dragonboard410c: adding missing default addr for script and pxe boot

2016-07-03 Thread Ricardo Salveti
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

[U-Boot] [PATCH] dragonboard410c: prefer sdcard boot over emmc

2016-07-03 Thread Ricardo Salveti
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

Re: [U-Boot] [PATCH v2 1/2] kconfig: Move CONFIG_OF_LIBFDT to Kconfig

2016-04-07 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH v2 1/2] kconfig: Move CONFIG_OF_LIBFDT to Kconfig

2016-04-07 Thread Ricardo Ribalda Delgado
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: >

Re: [U-Boot] [PATCH v2 1/2] kconfig: Move CONFIG_OF_LIBFDT to Kconfig

2016-04-06 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [GIT PULL] Xilinx changes

2016-02-04 Thread Ricardo Ribalda Delgado
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 &

[U-Boot] [PATCH] ppc: xilinx-ppc405-generic

2016-02-04 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH v2 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH v2 13/22] ppc: dts: Add device tree for xilix-ppc4xx-generic

2016-01-26 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH 13/22] ppc: dts: Add device tree for xilix-ppc4xx-generic

2016-01-26 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH 00/22] xilinx-ppc4xx: Cleanout and port to DM serial

2016-01-26 Thread Ricardo Ribalda Delgado
, 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

[U-Boot] [PATCH 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 18/22] ppc: xilinx_ppc440_generic: Remove weak attributes

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 20/22] ppc: xilinx_ppc440_generic: Remove uncalled functions

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 11/22] ppc: xilinx-ppc405-generic: Cleanout header files

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 21/22] net: xilinx_ll_temac: Fix string overflow

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 17/22] ppc: xilinx_ppc405_generic: Remove weak attributes

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 19/22] ppc: xilinx_ppc405_generic: Remove uncalled functions

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 16/22] ppc: xilinx-ppc4xx: Port to DM serial

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 15/22] configs/xilinx-ppc440-generic: Typos and size

2016-01-26 Thread Ricardo Ribalda Delgado
-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

[U-Boot] [PATCH 10/22] ppc: xilinx-ppc440-generic: Cleanout header files

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 12/22] ppc: xilinx-ppc4xx-generic: Update xparameters.h

2016-01-26 Thread Ricardo Ribalda Delgado
-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

[U-Boot] [PATCH 08/22] ppc: ppc440: ppc440-generic_flash_defconfig

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 13/22] ppc: dts: Add device tree for xilix-ppc4xx-generic

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 14/22] configs/xilinx-ppc405-generic: Typos and size

2016-01-26 Thread Ricardo Ribalda Delgado
-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

[U-Boot] [PATCH 06/22] ppc: pp405-generic: Simplify Makefile

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 05/22] mailaddr: Update mail address

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 09/22] ppc: ppc405: ppc405-generic_flash_defconfig

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 03/22] xilinx-ppc440: Remove support for v5fx30teval

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 07/22] ppc: pp440-generic: Simplify Makefile

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 02/22] ppc: xilinx-ppc405: Remove support for fx12mm

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 01/22] ppc: xilinx-ppc440: Remove support for ml507

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 04/22] .mailmap: Add all the mail alias for Ricardo Ribalda

2016-01-26 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH 00/22] xilinx-ppc4xx: Cleanout and port to DM serial

2016-01-26 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-22 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-22 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-20 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-14 Thread Ricardo Ribalda Delgado
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:

Re: [U-Boot] [PATCH 2/2] ppc: xilinx-ppc: Move to generic board support

2015-05-28 Thread Ricardo Ribalda Delgado
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 >

Re: [U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platform

2015-05-12 Thread 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

[U-Boot] [PATCH 1/2] doc/README.generic-board: Trivial spell check

2015-05-12 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platform

2015-05-12 Thread Ricardo Ribalda Delgado
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 >> >&

[U-Boot] [PATCH 2/2] ppc: xilinx-ppc: Move to generic board support

2015-05-12 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platform

2015-05-11 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platform

2015-05-09 Thread Ricardo Ribalda Delgado
://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

Re: [U-Boot] [PATCH v6] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-22 Thread Ricardo Ribalda Delgado
; > 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

Re: [U-Boot] [PATCH v6] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-22 Thread 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. Regards! -- Ricardo Ribalda ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH 3/3] omap4: splitting padconfs into common, 4430 and 4460

2011-09-22 Thread Ricardo Salveti
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

[U-Boot] [PATCH 2/3] omap4: adding revision detection for 4460 ES1.1

2011-09-21 Thread Ricardo Salveti de Araujo
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

[U-Boot] [PATCH 3/3] omap4: splitting padconfs into common, 4430 and 4460

2011-09-21 Thread Ricardo Salveti de Araujo
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

[U-Boot] [PATCH 1/3] omap4: replacing OMAP4_CONTROL with OMAP4430_CONTROL

2011-09-21 Thread Ricardo Salveti de Araujo
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

[U-Boot] [PATCH 0/3] omap4: changes for 4460 ES1.1

2011-09-21 Thread Ricardo Salveti de Araujo
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

[U-Boot] [PATCH] xilinx_ppc_boards: Change address of RESET_VECTOR

2011-01-12 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2010-12-23 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH] xilinx-ppc4xx-generic: Fix Makefile to work with MAKEALL

2010-12-23 Thread Ricardo Ribalda Delgado
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

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2010-12-23 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH] xilinx-ppc4xx-generic: Use common u-boot.lds

2010-12-07 Thread Ricardo Ribalda Delgado
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

[U-Boot] [PATCH] ubifs.c: BUG: Error following links

2010-12-02 Thread Ricardo Ribalda Delgado
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   2   >