RE: U-Boot 2023.10 does not boot from uSD on RPi4

2023-10-13 Thread Guillaume Gardet
Hi, Indeed, your patch [2] fixes my boot problem. Thanks, Guillaume From: Simon Glass Sent: Tuesday, October 10, 2023 4:58 PM To: Guillaume Gardet Cc: Peter Robinson ; Matthias Brugger ; Ivan Ivanov ; U-Boot Mailing List Subject: Re: U-Boot 2023.10 does not boot from uSD on RPi4 Hi

RE: U-Boot 2023.10 does not boot from uSD on RPi4

2023-10-10 Thread Guillaume Gardet
> -Original Message- > From: Peter Robinson > Sent: Tuesday, October 10, 2023 12:22 PM > To: Guillaume Gardet > Cc: mbrug...@suse.com; Ivan Ivanov ; Simon Glass > ; u-boot@lists.denx.de > Subject: Re: U-Boot 2023.10 does not boot from uSD on RPi4 > > On Tu

U-Boot 2023.10 does not boot from uSD on RPi4

2023-10-10 Thread Guillaume Gardet
Hi, U-Boot 2023.10 does not boot from uSD on RPi4. This has been found on openSUSE Tumbleweed. The only diff we need is: -CONFIG_OF_EMBED=y +CONFIG_OF_BOARD=y To use firmware provided Device Tree. But that should not affect the mmc behavior too much, I think. 'git bisect' points to:

Re : Re: Commit 76c2ff3e broke backlight on Chromebook snow

2021-10-22 Thread Guillaume GARDET
Hi Dario, - Dario Binacchi a écrit : > Hi Guillaume, > > > Il 21/10/2021 16:47 Guillaume GARDET ha scritto: > > > > > > Hi, > > > > Commit 76c2ff3e [0] broke backlight on Chromebook snow. > > A revert on top of 2021.10 restores the bac

Commit 76c2ff3e broke backlight on Chromebook snow

2021-10-21 Thread Guillaume GARDET
Hi, Commit 76c2ff3e [0] broke backlight on Chromebook snow. A revert on top of 2021.10 restores the backlight. Not sure why it breaks on Chromebook snow yet. Dario, any idea how to fix this? Cheers, Guillaume

EHCI timeout on Beagleboard xM with u-boot 2020.01

2020-01-15 Thread Guillaume Gardet
Hi, Booting u-boot 2020.01 on a Beagleboard xM, I get the following EHCI timeouts: ** USB0: USB EHCI 1.00 scanning bus 0 for devices... EHCI timed out on TD - token=0x80008d80 EHCI timed out on TD - token=0x80008d80 EHCI timed out on TD - token=0x80008d80 EHCI timed out on TD -

RE: SPL too large for firefly-rk3288 and tinker-rk3288 since 2020.01

2020-01-10 Thread Guillaume Gardet
> -Original Message- > From: Jagan Teki > Sent: 10 January 2020 11:37 > To: Guillaume Gardet > Cc: Simon Glass ; Lin Huang ; u- > b...@lists.denx.de; nd > Subject: Re: SPL too large for firefly-rk3288 and tinker-rk3288 since 2020.01 > > On Fri, Jan 10

RE: SPL too large for firefly-rk3288 and tinker-rk3288 since 2020.01

2020-01-10 Thread Guillaume Gardet
> -Original Message- > From: Jagan Teki > Sent: 10 January 2020 11:13 > To: Guillaume Gardet > Cc: Simon Glass ; Lin Huang ; u- > b...@lists.denx.de > Subject: Re: SPL too large for firefly-rk3288 and tinker-rk3288 since 2020.01 > > On Fri, Jan 10, 2020

SPL too large for firefly-rk3288 and tinker-rk3288 since 2020.01

2020-01-10 Thread Guillaume Gardet
Hi, since 2020.01, SPL image is too large for rk3288 boards (at least firefly-rk3288 and tinker-rk3288), because I get respectively: [ 356s] + ./tools/mkimage -n rk3288 -d spl/u-boot-spl.bin -T rksd u-boot-spl.rksd [ 356s] Error: SPL image is too large (size 0x9800 than 0x8000) And: [

Re: [U-Boot] [PATCH] ARM: exynos5: Try to boot on mmc2 before mmc0/1

2019-08-30 Thread Guillaume Gardet
Hi, I got no feedback on this patch. Is there anything blocking it? Guillaume > -Original Message- > From: Guillaume GARDET > Sent: 24 July 2019 09:10 > To: u-boot@lists.denx.de > Cc: Guillaume Gardet ; Lukasz Majewski > ; Anand Moon ; Simon Glass > ; Minkyu Kan

[U-Boot] [PATCH] ARM: exynos5: Try to boot on mmc2 before mmc0/1

2019-07-24 Thread Guillaume GARDET
As stated in commit a61a4a1db009e3e600258551a01b54c4f50ec103 with DM_MMC, exynos boards now enumarates external SD/MMC slot as mmc2, instead of mmc1 with legacy mode. Moving mmc2 before mmc1/0 restore the previous behavior of trying external SD/MMC before internal slot. Signed-off-by: Guillaume

[U-Boot] X850 V1.3 hat for Raspberry Pi 3 is not working with u-boot

2019-03-27 Thread Guillaume GARDET
Hi, I am trying to use a X850 V1.3 hat (USB/mSATA) for Raspberry Pi 3: http://www.raspberrypiwiki.com/index.php/X850#Installation_Guide_For_X850_V1.3_Old_Version It works to load firmware (most of the time), but it fails in u-boot with: starting USB... USB0: scanning bus 0 for devices...

[U-Boot] Re : Re: [PATCH] exynos: allow SPL to build in thumb mode

2019-01-04 Thread Guillaume GARDET
Hi, - Siarhei Siamashka a écrit : > On Wed, 2 Jan 2019 14:31:41 +0100 > Guillaume GARDET wrote: > > > Building peach-pi smdk5420 and peach-pit with thumb mode for SPL > > ends-up in the following error: > > > > Error: Thumb encoding does not support an i

[U-Boot] [PATCH] exynos: Leave the compiler to choose the register to avoid possible r0 corruption

2019-01-04 Thread Guillaume GARDET
Reported-by: Siarhei Siamashka Signed-off-by: Guillaume GARDET Cc: Albert Aribaud Cc: Minkyu Kang Cc: Tom Rini --- arch/arm/mach-exynos/include/mach/system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/system.h b/arch/arm/mach

[U-Boot] Re : Re : Re: please pull u-boot-samsung master

2019-01-02 Thread Guillaume GARDET
Hi, - Guillaume GARDET a écrit : > > Hi, > > - Minkyu Kang a écrit : > > Dear Guillaume GARDET, > > > > On 28/12/18 00:41, Tom Rini wrote: > > > On Thu, Dec 27, 2018 at 12:49:53PM +0900, Minkyu Kang wrote: > > > > > >>

[U-Boot] [PATCH] exynos: allow SPL to build in thumb mode

2019-01-02 Thread Guillaume GARDET
Building peach-pi smdk5420 and peach-pit with thumb mode for SPL ends-up in the following error: Error: Thumb encoding does not support an immediate here -- `msr cpsr_c,#0x13|0xC0' Use an intermediate register to be able to use thumb for exynos5 SPL. Signed-off-by: Guillaume GARDET Cc

[U-Boot] Re : Re: please pull u-boot-samsung master

2018-12-29 Thread Guillaume GARDET
Hi, - Minkyu Kang a écrit : > Dear Guillaume GARDET, > > On 28/12/18 00:41, Tom Rini wrote: > > On Thu, Dec 27, 2018 at 12:49:53PM +0900, Minkyu Kang wrote: > > > >> Dear Tom, > >> > >> The following changes since commit > >> 1f2e

Re: [U-Boot] Re : Re: [PATCH] exynos: imply SYS_THUMB_BUILD

2018-12-21 Thread Guillaume Gardet
Hi Tom, Le 04/12/2018 à 05:47, Minkyu Kang a écrit : Dear Tom, On 04/12/18 05:23, Tom Rini wrote: On Mon, Dec 03, 2018 at 08:57:21PM +0100, Guillaume GARDET wrote: Hi, not sure through which tree it should go and who should take care of it? I will likely pick this up "soon"

Re: [U-Boot] [PATCH] omap3: beagle: Enable DM_MMC and BLK for u-boot only, not SPL

2018-12-17 Thread Guillaume Gardet
Le 21/11/2018 à 18:06, Tom Rini a écrit : On Wed, Nov 21, 2018 at 04:13:20PM +0100, Guillaume GARDET wrote: Also disable USB_STORAGE as it is not ready for the switch. Tested on a Beagleboard xM rev. B. Signed-off-by: Guillaume GARDET Cc: Tom Rini Cc: Simon Glass In the case

[U-Boot] Re : Re: [PATCH] exynos: imply SYS_THUMB_BUILD

2018-12-03 Thread Guillaume GARDET
This is needed for and has been tested on Arndale board, as > > > > u-boot.bin is now bigger than the 512K load limit, with GCC8, > > > > without thumb mode. > > > > > > > > > > Acked-by: Lukasz Majewski > > > > > > >

[U-Boot] Re : Re: [PATCH] exynos: imply SYS_THUMB_BUILD

2018-12-03 Thread Guillaume GARDET
igger than the 512K load limit, with GCC8, without > > thumb mode. > > > > Acked-by: Lukasz Majewski > > > Signed-off-by: Guillaume GARDET > > > > Cc: Albert Aribaud > > Cc: Minkyu Kang > > Cc: Tom Rini > > --- > > arch/arm/Kco

[U-Boot] [PATCH] omap3: beagle: Enable DM_MMC and BLK for u-boot only, not SPL

2018-11-21 Thread Guillaume GARDET
Also disable USB_STORAGE as it is not ready for the switch. Tested on a Beagleboard xM rev. B. Signed-off-by: Guillaume GARDET Cc: Tom Rini Cc: Simon Glass --- configs/omap3_beagle_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/omap3_beagle_defconfig

[U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD

2018-11-20 Thread Guillaume GARDET
This patch allows smaller binaries. This is needed for and has been tested on Arndale board, as u-boot.bin is now bigger than the 512K load limit, with GCC8, without thumb mode. Signed-off-by: Guillaume GARDET Cc: Albert Aribaud Cc: Minkyu Kang Cc: Tom Rini --- arch/arm/Kconfig | 1 + 1

[U-Boot] [PATCH] exynos5: allow bigger BL2 (u-boot.bin)

2018-11-19 Thread Guillaume GARDET
This patch allows SPL to load a bigger BL2 (u-boot.bin). This is needed for and has been tested on Arndale board, as u-boot.bin is now bigger than 512K with GCC8. Signed-off-by: Guillaume GARDET Cc: Minkyu Kang Cc: Tom Rini --- include/configs/exynos5-common.h | 2 +- 1 file changed, 1

[U-Boot] Re : Re: [PATCH] exynos5: allow bigger BL2 (u-boot.bin)

2018-11-19 Thread Guillaume GARDET
- Tom Rini a écrit : > On Mon, Nov 19, 2018 at 05:45:03PM +0100, Guillaume GARDET wrote: > > > This patch allows SPL to load a bigger BL2 (u-boot.bin). > > This is needed for and has been tested on Arndale board, as u-boot.bin is > > now bigger than 512K with G

[U-Boot] Re : Re: Re : Re: [PATCH] exynos5: allow bigger BL2 (u-boot.bin)

2018-11-19 Thread Guillaume GARDET
- Tom Rini a écrit : > On Mon, Nov 19, 2018 at 05:56:37PM +0100, Guillaume GARDET wrote: > > > > - Tom Rini a écrit : > > > On Mon, Nov 19, 2018 at 05:45:03PM +0100, Guillaume GARDET wrote: > > > > > > > This patch allows SPL to load a bi

[U-Boot] Re : [U-Boot,BUG] snow: mmc: SD card access broken: unable to select a mode

2018-10-23 Thread Guillaume GARDET
Hi, - Paweł Jarosz a écrit : > Hi Guillaume, > > > Could you test this patch: > > https://patchwork.ozlabs.org/patch/986180/ > > and tell me how it goes? Unfortunately, it does not solve the problem. The only solution I

Re: [U-Boot] [U-Boot, BUG] snow: mmc: SD card access broken: unable to select a mode

2018-10-15 Thread Guillaume Gardet
Hi, Le 16/05/2018 à 09:22, Guillaume Gardet a écrit : Hi Jaehoon, Le 26/04/2018 à 15:15, Guillaume Gardet a écrit : Le 26/04/2018 à 12:31, Jaehoon Chung a écrit : Hi, On 04/09/2018 09:02 PM, Guillaume Gardet wrote: Hi Jaehoon, There are problems with SD card access on Samsung

[U-Boot] Problem with v2018-09-rc2 to boot EFI on Arndale board

2018-08-16 Thread Guillaume GARDET
Hi, While trying to boot Grub2/EFI on Arndale board, I got the following error: ** fdt_fixup_memory_banks: num banks 8 exceeds hardcoded limit 4. Recompile with higher MEMORY_BANKS_MAX? ERROR: arch-specific fdt fixup failed -

Re: [U-Boot] [PATCH] omap3: beagle: re-enable EFI support after the following commit removed it by mistake:

2018-07-19 Thread Guillaume Gardet
Hi Derald, Le 19/07/2018 à 01:47, Derald D. Woods a écrit : On Wed, Jul 18, 2018 at 09:38:44PM +0200, Guillaume GARDET wrote: commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout I have found no compile or runtime

[U-Boot] Re : Re: Re : Commit d233ccb1d84b90 broke MMC access on BeagleBoard xM

2018-07-18 Thread Guillaume GARDET
- Derald D. Woods a écrit : > On Wed, Jul 18, 2018 at 05:04:45PM +0200, Guillaume GARDET wrote: > > > > - Guillaume GARDET a écrit : > > > > > > Hi, > > > > > > commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b (HEAD, refs/bisect/ba

[U-Boot] [PATCH] omap3: beagle: re-enable EFI support after the following commit removed it by mistake:

2018-07-18 Thread Guillaume GARDET
commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout Signed-off-by: Guillaume GARDET Cc: Derald D. Woods Cc: Tom Rini --- configs/omap3_beagle_defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs

[U-Boot] Re : Commit d233ccb1d84b90 broke MMC access on BeagleBoard xM

2018-07-18 Thread Guillaume GARDET
- Guillaume GARDET a écrit : > > Hi, > > commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b (HEAD, refs/bisect/bad) > Author: Derald D. Woods > Date: Mon Feb 26 17:52:58 2018 -0600 > > ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layo

[U-Boot] Commit d233ccb1d84b90 broke MMC access on BeagleBoard xM

2018-07-18 Thread Guillaume GARDET
Hi, commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b (HEAD, refs/bisect/bad) Author: Derald D. Woods Date: Mon Feb 26 17:52:58 2018 -0600 ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout broke MMC access on Beagleboard xM (rev. B). For my SD card with 2

Re: [U-Boot] [PATCH] snow: set fdtfile

2018-07-16 Thread Guillaume Gardet
Hi, Le 13/07/2018 à 19:20, Peter Robinson a écrit : On Thu, Jun 14, 2018 at 9:34 PM, Guillaume GARDET wrote: Needed to boot with EFI distro boot. Signed-off-by: Guillaume GARDET Cc: Akshay Saraswat Cc: Tom Rini --- include/configs/snow.h | 3 +++ 1 file changed, 3 insertions(+) diff

Re: [U-Boot] [PATCH] snow: set fdtfile

2018-07-13 Thread Guillaume Gardet
Hi, This is a reminder for this patch. Guillaume Le 14/06/2018 à 22:34, Guillaume GARDET a écrit : Needed to boot with EFI distro boot. Signed-off-by: Guillaume GARDET Cc: Akshay Saraswat Cc: Tom Rini --- include/configs/snow.h | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [U-Boot] [PATCH 1/2] arm: timer: factor out FSL arch timer erratum workaround

2018-07-03 Thread Guillaume Gardet
Le 03/07/2018 à 01:08, Andreas Färber a écrit : Am 02.07.2018 um 10:01 schrieb Jagan Teki: On Wed, Jun 27, 2018 at 6:12 AM, Andre Przywara wrote: At the moment we have the workaround for the Freescale arch timer erratum A-008585 merged into the generic timer_read_counter() routine. Split

[U-Boot] Pine64 problems with GPT partitions

2018-06-26 Thread guillaume . gardet
Hi Andre, You are the maintainer of Pine64 in U-Boot, so I want to let you know that Pine64 has problems to access GPT partitions, whereas MBR partitions seem to be OK. There is a bug report from openSUSE here with additional informations:

[U-Boot] [PATCH] distro: add more efi dtb prefixes

2018-06-14 Thread Guillaume GARDET
As used on some distro, such as openSUSE. Signed-off-by: Guillaume GARDET Cc: Tom Rini --- include/config_distro_bootcmd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index d672e8ebe6..ad4c7a78f1 100644

[U-Boot] [PATCH] snow: set fdtfile

2018-06-14 Thread Guillaume GARDET
Needed to boot with EFI distro boot. Signed-off-by: Guillaume GARDET Cc: Akshay Saraswat Cc: Tom Rini --- include/configs/snow.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/snow.h b/include/configs/snow.h index 3b0db32ece..c546a5a6d0 100644 --- a/include/configs

[U-Boot] Re : Re: Clearfog fails to build with U-Boot v2018.07-rc1

2018-06-14 Thread guillaume . gardet
- Stefan Roese a écrit : > Hi Guillaume, > > On 14.06.2018 14:19, guillaume.gar...@free.fr wrote: > > Clearfog config fails to build with U-Boot v2018.07-rc1, because SPL is too > > big: > > > > LD spl/u-boot-spl > >ld.bfd: SPL image too big > >make[1]: ***

[U-Boot] Clearfog fails to build with U-Boot v2018.07-rc1

2018-06-14 Thread guillaume . gardet
Hi Stefan, Clearfog config fails to build with U-Boot v2018.07-rc1, because SPL is too big: LD spl/u-boot-spl ld.bfd: SPL image too big make[1]: *** [scripts/Makefile.spl:347: spl/u-boot-spl] Error 1 make: *** [Makefile:1510: spl/u-boot-spl] Error 2 Guillaume

Re: [U-Boot] [U-Boot, BUG] snow: mmc: SD card access broken: unable to select a mode

2018-05-16 Thread Guillaume Gardet
Hi Jaehoon, Le 26/04/2018 à 15:15, Guillaume Gardet a écrit : Le 26/04/2018 à 12:31, Jaehoon Chung a écrit : Hi, On 04/09/2018 09:02 PM, Guillaume Gardet wrote: Hi Jaehoon, There are problems with SD card access on Samsung Chromebook (snow) with latest master (and also 2018.05-rc1

Re: [U-Boot] [PATCH V6 0/2] Update sabrelite and nitrogen6x boards to use distro boot support

2018-05-16 Thread Guillaume Gardet
Hi, just a friendly reminder for those 2 patches. Guillaume Le 18/04/2018 à 17:04, Guillaume GARDET a écrit : This patch serie updates sabrelite and nitrogen6x boards to use distro boot support. Sabrelite has been boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots

[U-Boot] SPL too big for Turris Omnia in v2018.05

2018-05-09 Thread guillaume . gardet
Hi, While trying to build u-boot for Turris Omnia board in v2018.05 with GCC 7.3.1, I get the following error: MKIMAGE u-boot-spl.kwb Error: Image header (incl. SPL image) too big! header=0x240f1

Re: [U-Boot] [U-Boot, BUG] snow: mmc: SD card access broken: unable to select a mode

2018-04-26 Thread Guillaume Gardet
Le 26/04/2018 à 12:31, Jaehoon Chung a écrit : Hi, On 04/09/2018 09:02 PM, Guillaume Gardet wrote: Hi Jaehoon, There are problems with SD card access on Samsung Chromebook (snow) with latest master (and also 2018.05-rc1 and 2018.03). eMMC is ok, but SD card access leads to 'unable

Re: [U-Boot] [PATCH V5 2/2] imx6: sabrelite: update defconfig to use distro defaults

2018-04-18 Thread Guillaume Gardet
Hi, Le 18/04/2018 à 16:44, Gary Bisson a écrit : Hi Guillaume, On Mon, Apr 16, 2018 at 02:47:38PM +0200, Guillaume GARDET wrote: Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc

[U-Boot] [PATCH V6 1/2] imx6: Convert sabrelite and nitrogen6x boards to distro boot support

2018-04-18 Thread Guillaume GARDET
Boot tested on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices

[U-Boot] [PATCH V6 2/2] imx6: sabrelite: update defconfig to use distro defaults

2018-04-18 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp

[U-Boot] [PATCH V6 0/2] Update sabrelite and nitrogen6x boards to use distro boot support

2018-04-18 Thread Guillaume GARDET
-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices.com> Changes in V6: * added CONFIG_CMD_GPT to

[U-Boot] [PATCH V5 2/2] imx6: sabrelite: update defconfig to use distro defaults

2018-04-16 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp

[U-Boot] [PATCH V5 1/2] imx6: Convert sabrelite and nitrogen6x boards to distro boot support

2018-04-16 Thread Guillaume GARDET
Boot tested on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices

[U-Boot] [PATCH V5 0/2] Update sabrelite and nitrogen6x boards to use distro boot support

2018-04-16 Thread Guillaume GARDET
-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices.com> Changes in V5: * remove obsolete code from include/c

[U-Boot] [PATCH V4 1/2] imx6: Convert sabrelite and nitrogen6x boards to distro boot support

2018-04-12 Thread Guillaume GARDET
Boot tested on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices

[U-Boot] [PATCH V4 2/2] imx6: sabrelite: update defconfig to use distro defaults

2018-04-12 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp

[U-Boot] [PATCH V4 0/2] Update sabrelite and nitrogen6x boards to use distro boot support

2018-04-12 Thread Guillaume GARDET
-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices.com> Changes in V4: * Remove imx6 soc definition *

Re: [U-Boot] [PATCH V3 1/3] imx6: Define 'soc' env var for imx6 SoC

2018-04-12 Thread Guillaume Gardet
Le 12/04/2018 à 14:58, Gary Bisson a écrit : Hi Guillaume, On Thu, Apr 12, 2018 at 02:48:07PM +0200, Guillaume Gardet wrote: Le 12/04/2018 à 14:36, Gary Bisson a écrit : Hi Fabio, Guillaume On Thu, Apr 12, 2018 at 08:14:51AM -0300, Fabio Estevam wrote: On Thu, Apr 12, 2018 at 5:13 AM

Re: [U-Boot] [PATCH V3 1/3] imx6: Define 'soc' env var for imx6 SoC

2018-04-12 Thread Guillaume Gardet
Le 12/04/2018 à 14:36, Gary Bisson a écrit : Hi Fabio, Guillaume On Thu, Apr 12, 2018 at 08:14:51AM -0300, Fabio Estevam wrote: On Thu, Apr 12, 2018 at 5:13 AM, Guillaume Gardet <guillaume.gar...@free.fr> wrote: script that picks the correct dtb. Ok. So, how would you like to p

Re: [U-Boot] [PATCH V3 1/3] imx6: Define 'soc' env var for imx6 SoC

2018-04-12 Thread Guillaume Gardet
Le 11/04/2018 à 18:06, Fabio Estevam a écrit : On Wed, Apr 11, 2018 at 12:52 PM, Guillaume Gardet <guillaume.gar...@free.fr> wrote: So, how to handle dtb filenames? Update with wrong soc definition ? Or drop this patch and define a FDTFILE for each flavor? You can take a look at

Re: [U-Boot] [PATCH V3 1/3] imx6: Define 'soc' env var for imx6 SoC

2018-04-11 Thread Guillaume Gardet
Le 11/04/2018 à 17:46, Gary Bisson a écrit : Hi Guillaume, On Wed, Apr 11, 2018 at 12:38:48PM +0200, Guillaume GARDET wrote: Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de>

Re: [U-Boot] [PATCH V3 1/3] imx6: Define 'soc' env var for imx6 SoC

2018-04-11 Thread Guillaume Gardet
Hi, Le 11/04/2018 à 16:23, Fabio Estevam a écrit : Hi Guillaume, On Wed, Apr 11, 2018 at 7:38 AM, Guillaume GARDET <guillaume.gar...@free.fr> wrote: Please explain in the commit log why this is needed. Thanks This is for efi fdtfile fallback definition for default distro

[U-Boot] [PATCH V3 3/3] imx6: sabrelite: update defconfig to use distro defaults

2018-04-11 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp

[U-Boot] [PATCH V3 2/3] imx6: Convert sabrelite and nitrogen6x boards to distro boot support

2018-04-11 Thread Guillaume GARDET
Boot tested on sabrelite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices

[U-Boot] [PATCH V3 1/3] imx6: Define 'soc' env var for imx6 SoC

2018-04-11 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> Cc: Gary Bisson <gary.bis...@boundarydevices.com> --- ar

[U-Boot] [PATCH V3 0/3] Update sabrelite and nitrogen6x boards to use distro boot support

2018-04-11 Thread Guillaume GARDET
This patch serie updates sabrelite and nitrogen6x boards to use distro boot support. Sabrelite has been boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots. Nitrogen6* boards have been build tested only. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy

Re: [U-Boot] [BUG] snow: mmc: SD card access broken: unable to select a mode

2018-04-09 Thread Guillaume Gardet
Le 09/04/2018 à 18:02, Guillaume Gardet a écrit : Le 09/04/2018 à 17:18, Jean-Jacques Hiblot a écrit : On 09/04/2018 16:46, Guillaume Gardet wrote: Le 09/04/2018 à 16:21, Jean-Jacques Hiblot a écrit : On 09/04/2018 16:03, Guillaume Gardet wrote: Le 09/04/2018 à 15:58, Jean

Re: [U-Boot] [BUG] snow: mmc: SD card access broken: unable to select a mode

2018-04-09 Thread Guillaume Gardet
Le 09/04/2018 à 17:18, Jean-Jacques Hiblot a écrit : On 09/04/2018 16:46, Guillaume Gardet wrote: Le 09/04/2018 à 16:21, Jean-Jacques Hiblot a écrit : On 09/04/2018 16:03, Guillaume Gardet wrote: Le 09/04/2018 à 15:58, Jean-Jacques Hiblot a écrit : On 09/04/2018 14:02, Guillaume

Re: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-09 Thread Guillaume Gardet
Le 09/04/2018 à 16:40, Gary Bisson a écrit : Hi Guillaume, Thanks for your patch! Switching the upstream nitrogen6x configuration to distro bootcmd has been in our todo list for some time since we also use that in our own git repo. On Fri, Apr 06, 2018 at 12:05:48PM +0200, Guillaume GARDET

Re: [U-Boot] [BUG] snow: mmc: SD card access broken: unable to select a mode

2018-04-09 Thread Guillaume Gardet
Le 09/04/2018 à 16:21, Jean-Jacques Hiblot a écrit : On 09/04/2018 16:03, Guillaume Gardet wrote: Le 09/04/2018 à 15:58, Jean-Jacques Hiblot a écrit : On 09/04/2018 14:02, Guillaume Gardet wrote: Hi Jaehoon, There are problems with SD card access on Samsung Chromebook (snow

Re: [U-Boot] [BUG] snow: mmc: SD card access broken: unable to select a mode

2018-04-09 Thread Guillaume Gardet
Le 09/04/2018 à 15:58, Jean-Jacques Hiblot a écrit : On 09/04/2018 14:02, Guillaume Gardet wrote: Hi Jaehoon, There are problems with SD card access on Samsung Chromebook (snow) with latest master (and also 2018.05-rc1 and 2018.03). eMMC is ok, but SD card access leads to 'unable

[U-Boot] [BUG] snow: mmc: SD card access broken: unable to select a mode

2018-04-09 Thread Guillaume Gardet
Hi Jaehoon, There are problems with SD card access on Samsung Chromebook (snow) with latest master (and also 2018.05-rc1 and 2018.03). eMMC is ok, but SD card access leads to 'unable to select a mode' problem. If I disable HS mode, I can access the SD card without problem:

[U-Boot] [PATCH] mmc: fix check of returned value of sd_read_ssr function

2018-04-09 Thread Guillaume GARDET
sd_read_ssr returns 0 if it succeed. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Jaehoon Chung <jh80.ch...@samsung.com> --- drivers/mmc/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index c930893300

[U-Boot] [PATCH V2] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-09 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> --

[U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-06 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Troy Kisky <troy.ki...@boundarydevices.com> Cc: Stefano Babic <sba...@denx.de> Cc: Fabio Estevam <fabio.este...@nxp.com> --- include/c

[U-Boot] [PATCH] mkimage: do not fail if there is no print_header function

2018-03-30 Thread Guillaume GARDET
-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Philipp Tomsich <philipp.toms...@theobroma-systems.com> Cc: Simon Glass <s...@chromium.org> Cc: Tom Rini <tr...@konsulko.com> --- tools/mkimage.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/mki

Re: [U-Boot] [PATCH] mmc: fix to assign to corret clock value when clock is enabling

2018-01-23 Thread Guillaume Gardet
d your patch on top of u-boot-mmc and SD/MMC is working fine on snow config (Samsung Chromebook). Tested-by: Guillaume GARDET <guillaume.gar...@free.fr> Signed-off-by: Jaehoon Chung <jh80.ch...@samsung.com> --- drivers/mmc/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[U-Boot] Wrong u-boot-mmc git URL

2018-01-23 Thread Guillaume Gardet
Hi, The web interface of u-boot-mmc GIT repo shows wrong URLs. See: http://git.denx.de/?p=u-boot/u-boot-mmc.git It is written:     git://git.denx.de/u-boot/u-boot-mmc.git     http://git.denx.de/u-boot/u-boot-mmc.git Whereas, it should be:     git://git.denx.de/u-boot-mmc.git    

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2018-01-18 Thread Guillaume Gardet
Hi, Le 17/01/2018 à 11:05, Jaehoon Chung a écrit : Hi Guillaume, On 01/09/2018 11:37 PM, Guillaume Gardet wrote: Hi, Le 17/11/2017 à 10:48, Jaehoon Chung a écrit : Hi, On 2017년 11월 16일 21:29, Guillaume Gardet wrote: I found a workaround. If I disable MMC_MODE_HS_52MHz

Re: [U-Boot] [PATCH] mmc: fix the wrong dislabing clock

2018-01-18 Thread Guillaume Gardet
lot! Tested-by: Guillaume GARDET <guillaume.gar...@free.fr> Guillaume This patch is to fix the disabling clock value to 0. Fixes: 2e7410d76ad1 ("mmc: disable the mmc clock during power off") Signed-off-by: Jaehoon Chung <jh80.ch...@samsung.com> --- drivers/mmc/mmc.c |

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2018-01-09 Thread Guillaume Gardet
Hi, Le 17/11/2017 à 10:48, Jaehoon Chung a écrit : Hi, On 2017년 11월 16일 21:29, Guillaume Gardet wrote: I found a workaround. If I disable MMC_MODE_HS_52MHz, then it is working fine. I guess there is a better way to implement the following patch

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2017-12-01 Thread Guillaume Gardet
Le 18/11/2017 à 17:33, Guillaume Gardet a écrit : Le 17/11/2017 à 17:06, Jaehoon Chung a écrit : On 2017년 11월 17일 18:38, Guillaume Gardet wrote: Le 17/11/2017 à 10:36, Lukasz Majewski a écrit : On Thu, 16 Nov 2017 13:29:56 +0100 Guillaume Gardet <guillaume.gar...@free.fr> wrot

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2017-11-18 Thread Guillaume Gardet
Le 17/11/2017 à 17:06, Jaehoon Chung a écrit : On 2017년 11월 17일 18:38, Guillaume Gardet wrote: Le 17/11/2017 à 10:36, Lukasz Majewski a écrit : On Thu, 16 Nov 2017 13:29:56 +0100 Guillaume Gardet <guillaume.gar...@free.fr> wrote: I found a workaround. If I disable MMC_MODE_HS

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2017-11-17 Thread Guillaume Gardet
Le 17/11/2017 à 10:36, Lukasz Majewski a écrit : On Thu, 16 Nov 2017 13:29:56 +0100 Guillaume Gardet <guillaume.gar...@free.fr> wrote: I found a workaround. If I disable MMC_MODE_HS_52MHz, then it is working fine. I guess there is a better way to implement the following

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2017-11-16 Thread Guillaume Gardet
*** Guillaume Le 15/11/2017 à 11:27, Guillaume Gardet a écrit : Le 15/11/2017 à 11:22, Guillaume Gardet a écrit : Forgot to Cc ML. Done now. Le 15/11/2017 à 11:14, Guillaume Gardet a écrit : Hello, I tested U-Boot v2017.09 on a Samsung Snow (Chromebook ARM) and while mmc0 (internal eM

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2017-11-15 Thread Guillaume Gardet
Le 15/11/2017 à 11:22, Guillaume Gardet a écrit : Forgot to Cc ML. Done now. Le 15/11/2017 à 11:14, Guillaume Gardet a écrit : Hello, I tested U-Boot v2017.09 on a Samsung Snow (Chromebook ARM) and while mmc0 (internal eMMC) is working fine, mmc1 (external SD slot) does not work. I get

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2017-11-15 Thread Guillaume Gardet
Forgot to Cc ML. Done now. Le 15/11/2017 à 11:14, Guillaume Gardet a écrit : Hello, I tested U-Boot v2017.09 on a Samsung Snow (Chromebook ARM) and while mmc0 (internal eMMC) is working fine, mmc1 (external SD slot) does not work. I get the following error for 'mmc dev 1' command

[U-Boot] U-Boot download link broken

2017-10-13 Thread Guillaume Gardet
Hi, On this page: http://www.denx.de/wiki/U-Boot/SourceCode there is a link to Amazon Cloud Drive to download U-Boot, but this link is not working anymore. Another problem: on the FTP, there is no tarball for v2017.11-rc1. Guillaume ___ U-Boot

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-04 Thread Guillaume Gardet
Le 04/10/2017 à 13:46, Tom Rini a écrit : On Wed, Oct 04, 2017 at 09:39:52AM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 18:14, Guillaume Gardet a écrit : Le 02/10/2017 à 17:58, Tom Rini a écrit : On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 15:53

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-04 Thread Guillaume Gardet
Le 02/10/2017 à 18:14, Guillaume Gardet a écrit : Le 02/10/2017 à 17:58, Tom Rini a écrit : On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 15:53, Tom Rini a écrit : On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: Hi, commit

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Guillaume Gardet
Le 02/10/2017 à 17:58, Tom Rini a écrit : On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 15:53, Tom Rini a écrit : On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: Hi, commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff Author: Andrew F

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Guillaume Gardet
Le 02/10/2017 à 15:53, Tom Rini a écrit : On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: Hi, commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff Author: Andrew F. Davis <a...@ti.com> Date:   Fri Apr 21 10:01:28 2017 -0500     Kconfig: Enable FIT support by default

[U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-02 Thread Guillaume Gardet
Hi, commit 46f9ef18461609064a1ffbc3f61dc027ec76b3ff Author: Andrew F. Davis Date:   Fri Apr 21 10:01:28 2017 -0500     Kconfig: Enable FIT support by default for TI platforms     Almost all TI defconfigs enable this already, add this as a default     and remove the explicit

Re: [U-Boot] [PATCH] Revert 'rockchip: mkimage: remove placeholder functions from rkimage'

2017-06-26 Thread Guillaume Gardet
Le 22/06/2017 à 18:19, Dr. Philipp Tomsich a écrit : Guillaume, On 22 Jun 2017, at 10:11, Guillaume GARDET <guillaume.gar...@free.fr> wrote: Revert commit 253c60a557d6740f15169a1f15772d7e64928d9b as it breaks the return value of 'mkimage -T rkimage' and print the following error: '.

[U-Boot] [PATCH] Revert 'rockchip: mkimage: remove placeholder functions from rkimage'

2017-06-22 Thread Guillaume GARDET
Revert commit 253c60a557d6740f15169a1f15772d7e64928d9b as it breaks the return value of 'mkimage -T rkimage' and print the following error: './tools/mkimage: Can't print header for Rockchip Boot Image support: Success' Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: P

[U-Boot] [PATCH] omap3_beagle: use config_distro_bootcmd

2016-10-25 Thread Guillaume GARDET
Add support for distro_bootcmd on MMC and fall back to prior behavior if distro_bootcmd fails. Tested on Beagleboad xM to boot GRUB2 (and then Linux kernel) in EFI mode from MMC. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Tom Rini <tr...@konsulko.com> --- inc

Re: [U-Boot] NFS and timeouts?

2016-10-19 Thread Guillaume Gardet
Hi, Le 14/10/2016 à 15:40, Tom Rini a écrit : On Fri, Oct 14, 2016 at 11:13:11AM +0200, Guillaume Gardet wrote: Hi, Le 14/10/2016 à 01:00, Joe Hershberger a écrit : On Fri, Oct 14, 2016 at 12:52 AM, Simon Glass <s...@chromium.org> wrote: Hi Tom, On 13 October 2016 at 13:11, Tom Ri

Re: [U-Boot] NFS and timeouts?

2016-10-14 Thread Guillaume Gardet
Hi, Le 14/10/2016 à 01:00, Joe Hershberger a écrit : On Fri, Oct 14, 2016 at 12:52 AM, Simon Glass wrote: Hi Tom, On 13 October 2016 at 13:11, Tom Rini wrote: Hey all, I've noticed now, but not dug into a problem that goes like this. On every

Re: [U-Boot] [PATCH] test: add NFS download test

2016-10-07 Thread Guillaume Gardet
Le 23/09/2016 à 22:52, Joe Hershberger a écrit : On Wed, Sep 14, 2016 at 3:29 AM, Guillaume GARDET <guillaume.gar...@free.fr> wrote: Add a NFS download test, based on TFTP test. Tested on i.MX6 SabreLite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc:

[U-Boot] [PATCH] test: add NFS download test

2016-09-14 Thread Guillaume GARDET
Add a NFS download test, based on TFTP test. Tested on i.MX6 SabreLite board. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Tom Rini <tr...@konsulko.com> Cc: Joe Hershberger <joe.hershber...@ni.com> Cc: Stephen Warren <swar...@wwwdotorg.org> Cc: Simon

Re: [U-Boot] [PATCH 8/9] net: nfs: Use the tx buffer to construct rpc msgs

2016-09-07 Thread Guillaume Gardet
Le 07/09/2016 à 09:33, Guillaume Gardet a écrit : Le 06/09/2016 à 21:09, Joe Hershberger a écrit : On Tue, Sep 6, 2016 at 8:09 AM, Guillaume Gardet <guillaume.gar...@free.fr> wrote: Hi Joe, I tested 2016.09-rc2 on a beagleboard xM and NFS does not work anymore! When I call the nfs c

  1   2   3   >