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

2016-09-07 Thread Guillaume Gardet
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 command, I get a "data abort" err

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

2016-09-06 Thread Guillaume Gardet
Hi Joe, I tested 2016.09-rc2 on a beagleboard xM and NFS does not work anymore! When I call the nfs command, I get a "data abort" error with a reboot of the board! A git bisect point to this patch: "net: nfs: Use the tx buffer to construct rpc msgs" Could you have a look and fix it for the

[U-Boot] [PATCH V3] net: NFS: Add NFSv3 support

2016-07-29 Thread Guillaume GARDET
+ NFSv4 server: use NFSv2 protocol * NFSv2 + NFSv3 server: use NFSv2 protocol * NFSv3 + NFSv4 server: use NFSv3 protocol * NFSv3 server: use NFSv3 protocol Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Tom Rini <tr...@konsulko.com> Cc: joe.hershber...@ni.com --- C

Re: [U-Boot] [PATCH V2] net: NFS: Add NFSv3 support

2016-07-20 Thread Guillaume Gardet
Le 25/06/2016 à 21:26, Joe Hershberger a écrit : On Fri, Jun 24, 2016 at 10:03 AM, Tom Rini <tr...@konsulko.com> wrote: On Fri, Jun 24, 2016 at 09:45:38AM +0200, Guillaume Gardet wrote: Le 23/06/2016 21:08, Tom Rini a écrit : On Thu, Jun 23, 2016 at 11:10:26AM +0200, Guillaume GARDET

Re: [U-Boot] [PATCH V2] net: NFS: Add NFSv3 support

2016-06-24 Thread Guillaume Gardet
Le 23/06/2016 21:08, Tom Rini a écrit : On Thu, Jun 23, 2016 at 11:10:26AM +0200, Guillaume GARDET wrote: This patch enables NFSv3 support. If NFSv2 is available use it as usual. If NFSv2 is not available, but NFSv3 is available, use NFSv3. If NFSv2 and NFSv3 are not available, print

[U-Boot] [PATCH V2] net: NFS: Add NFSv3 support

2016-06-23 Thread Guillaume GARDET
+ NFSv4 server: use NFSv2 protocol * NFSv2 + NFSv3 server: use NFSv3 protocol * NFSv3 + NFSv4 server: use NFSv3 protocol * NFSv3 server: use NFSv3 protocol Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Tom Rini <tr...@konsulko.com> Cc: joe.hershber...@ni.com --- C

Re: [U-Boot] [PATCH] net: NFS: Add NFSv3 support

2016-06-21 Thread Guillaume Gardet
Hi, Le 20/06/2016 23:43, Joe Hershberger a écrit : On Mon, Jun 20, 2016 at 2:31 PM, Guillaume Gardet <guillaume.gar...@free.fr> wrote: Please note that, this patch applies on top of this one: NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server

Re: [U-Boot] [PATCH] net: NFS: Add NFSv3 support

2016-06-20 Thread Guillaume Gardet
20/06/2016 21:27, Guillaume GARDET a écrit : This patch enables NFSv3 support. If NFSv2 is available use it as usual. If NFSv2 is not available, but NFSv3 is available, use NFSv3. If NFSv2 and NFSv3 are not available, print an error message since NFSv4 is not supported. Tested on iMX6 sabrelite

[U-Boot] [PATCH] net: NFS: Add NFSv3 support

2016-06-20 Thread Guillaume GARDET
+ NFSv4 server: use NFSv2 protocol * NFSv2 + NFSv3 server: use NFSv3 protocol * NFSv3 + NFSv4 server: use NFSv3 protocol * NFSv3 server: use NFSv3 protocol Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Tom Rini <tr...@konsulko.com> Cc: joe.hershber...@ni.com --

Re: [U-Boot] [PATCH] NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server

2016-06-17 Thread Guillaume Gardet
Le 07/06/2016 17:56, Joe Hershberger a écrit : On Mon, Jun 6, 2016 at 8:11 AM, Guillaume GARDET <guillaume.gar...@free.fr> wrote: Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: joe.hershber...@ni.com Acked-by: Joe Hershberger <joe.hershber...@ni.com>

Re: [U-Boot] [PATCH] SPL: ext: remove redundant ifdef statement

2016-06-17 Thread Guillaume Gardet
gt; CC: Guillaume GARDET <guillaume.gar...@free.fr> Acked-by: Guillaume GARDET <guillaume.gar...@free.fr> --- common/spl/spl_ext.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c index 074b31e..9a230d5 100644 --- a/co

Re: [U-Boot] [PATCH] SPL ext: cosmetic: correct error message in spl_load_image_ext()

2016-06-17 Thread Guillaume Gardet
Le 14/06/2016 11:44, Petr Kulhavy a écrit : Correct the error message in spl_load_image_ext() when image parsing fails. Instead of "ext4fs_read failed" print "failed to parse image header". Signed-off-by: Petr Kulhavy <br...@jikos.cz> CC: Guillaume GARDET <guil

[U-Boot] [PATCH] fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit

2016-06-17 Thread Guillaume GARDET
: include/linux/string.h:81:15: note: previous declaration of 'memcpy' was here extern void * memcpy(void *,const void *,__kernel_size_t); ^ scripts/Makefile.build:280: recipe for target 'fs/cbfs/cbfs.o' failed Signed-off-by: Guillaume GARDET <guillaume.gar...@free

Re: [U-Boot] NFSv2 => NFSv3

2016-06-10 Thread Guillaume Gardet
Hi, Le 09/06/2016 18:20, Joe Hershberger a écrit : Hi Guillaume, On Thu, Jun 2, 2016 at 9:26 AM, Joe Hershberger <joe.hershber...@gmail.com> wrote: On Thu, Jun 2, 2016 at 8:39 AM, Guillaume Gardet <guillaume.gar...@free.fr> wrote: Hi, I am facing a problem with U-Boot. Ou

[U-Boot] [PATCH] NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server

2016-06-06 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: joe.hershber...@ni.com --- net/nfs.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/net/nfs.c b/net/nfs.c index 78968d8..0ed47c9 100644 --- a/net/nfs.c +++ b/net/nfs.c @@ -481,8 +481,22 @@

[U-Boot] NFSv2 => NFSv3

2016-06-02 Thread Guillaume Gardet
Hi, I am facing a problem with U-Boot. Our NFS server supports NFS v3 and v4 but it seems that U-Boot is NFS v2 only. Is there any plan to update to v3? Otherwise, I could help, but I would need some pointers to NFS protocol handling. Guillaume

Re: [U-Boot] [PATCH] video: ipu: Fix build with hard-float ARM toolchain

2016-05-19 Thread Guillaume Gardet
Le 19/05/2016 03:09, Peng Fan a écrit : Hi Guillaume, On Wed, May 18, 2016 at 02:19:43PM +0200, Guillaume GARDET wrote: Build with hard-float ARM toolchain was broken by commit 3cb4f25c: 'video: ipu: avoid overflow issue'. To fix it, we use do_div function. Build tested

[U-Boot] [PATCH] video: ipu: Fix build with hard-float ARM toolchain

2016-05-18 Thread Guillaume GARDET
Build with hard-float ARM toolchain was broken by commit 3cb4f25c: 'video: ipu: avoid overflow issue'. To fix it, we use do_div function. Build tested for mx6qsabrelite_defconfig. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Peng Fan <van.free...@gmail.com> C

Re: [U-Boot] spl_mmc: allow to load raw image

2016-05-02 Thread Guillaume Gardet
Le 02/05/2016 11:12, Alexander Graf a écrit : On 05/02/2016 10:58 AM, Guillaume Gardet wrote: Le 02/05/2016 09:35, Alexander Graf a écrit : On 02.05.16 04:29, Derald D. Woods wrote: On 05/01/2016 09:17 PM, Derald D. Woods wrote: On 05/01/2016 08:57 PM, Tom Rini wrote: On Sun, May 01

Re: [U-Boot] spl_mmc: allow to load raw image

2016-05-02 Thread Guillaume Gardet
Le 02/05/2016 09:35, Alexander Graf a écrit : On 02.05.16 04:29, Derald D. Woods wrote: On 05/01/2016 09:17 PM, Derald D. Woods wrote: On 05/01/2016 08:57 PM, Tom Rini wrote: On Sun, May 01, 2016 at 08:32:48PM -0500, Derald D. Woods wrote: On 05/01/2016 03:37 AM, Masahiro Yamada wrote:

[U-Boot] [PATCH V2] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS

2016-02-18 Thread Guillaume GARDET
to boot on an EXT partition. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Tom Rini <tr...@konsulko.com> Cc: Nikita Kiryanov <nik...@compulab.co.il> Cc: Igor Grinberg <grinb...@compulab.co.il> Cc: Paul Kocialkowski <cont...@paulk.fr> Cc: Pan

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2016-02-18 Thread Guillaume Gardet
Le 18/02/2016 17:38, Nikita Kiryanov a écrit : On Thu, Feb 18, 2016 at 05:11:46PM +0100, Guillaume Gardet wrote: Le 18/02/2016 17:07, Nikita Kiryanov a écrit : On Thu, Feb 18, 2016 at 09:36:01AM -0500, Tom Rini wrote: On Thu, Feb 18, 2016 at 04:25:29PM +0200, Nikita Kiryanov wrote: On Thu

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2016-02-18 Thread Guillaume Gardet
Le 18/02/2016 17:07, Nikita Kiryanov a écrit : On Thu, Feb 18, 2016 at 09:36:01AM -0500, Tom Rini wrote: On Thu, Feb 18, 2016 at 04:25:29PM +0200, Nikita Kiryanov wrote: On Thu, Feb 18, 2016 at 02:31:08PM +0100, Guillaume Gardet wrote: Le 18/02/2016 14:07, Nikita Kiryanov a écrit : On Thu

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2016-02-18 Thread Guillaume Gardet
Le 18/02/2016 14:07, Nikita Kiryanov a écrit : On Thu, Feb 18, 2016 at 11:06:32AM +0100, Guillaume Gardet wrote: Hi Tom, Nikita , Le 18/02/2016 10:19, Nikita Kiryanov a écrit : Hi Tom, Guillaume, On Wed, Feb 17, 2016 at 03:27:22PM -0500, Tom Rini wrote: On Wed, Feb 17, 2016 at 09:09:27AM

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2016-02-18 Thread Guillaume Gardet
Hi Tom, Nikita , Le 18/02/2016 10:19, Nikita Kiryanov a écrit : Hi Tom, Guillaume, On Wed, Feb 17, 2016 at 03:27:22PM -0500, Tom Rini wrote: On Wed, Feb 17, 2016 at 09:09:27AM +0100, Guillaume GARDET wrote: Since commit fd61d39970b9901217efc7536d9f3a61b4e1752a: spl: mmc: add break

[U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2016-02-17 Thread Guillaume GARDET
on a beaglebone black to boot on an EXT partition. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Tom Rini <tr...@konsulko.com> Cc: Nikita Kiryanov <nik...@compulab.co.il> Cc: Igor Grinberg <grinb...@compulab.co.il> Cc: Paul Kocialkowski <cont...@paulk.fr

[U-Boot] Beaglebone Black broken since commit fd61d39970b9901217efc7536d9f3a61b4e1752a

2016-02-16 Thread Guillaume Gardet
Hi, Beaglebone black (am335x_evm_defconfig) is broken (with MMC boot and u-boot.img on ext4 partition). I bisected it to commit fd61d39970b9901217efc7536d9f3a61b4e1752a spl: mmc: add break statements in spl_mmc_load_image() from Nikita Kiryanov (in Cc). Working image gives:

Re: [U-Boot] [RFC] odroid DTB support

2015-10-13 Thread Guillaume Gardet
Le 12/10/2015 16:24, Tom Rini a écrit : On Mon, Oct 12, 2015 at 10:54:04AM +0200, Guillaume Gardet wrote: Hi, Le 12/10/2015 01:45, Tom Rini a écrit : On Fri, Oct 09, 2015 at 02:35:24PM +0200, Guillaume Gardet wrote: Le 09/10/2015 14:23, Przemyslaw Marczak a écrit : Hello Guillaume

Re: [U-Boot] [RFC] odroid DTB support

2015-10-13 Thread Guillaume Gardet
Hi Przemyslaw, Tom, Le 13/10/2015 11:11, Przemyslaw Marczak a écrit : Hi Tom, Guillaume, On 10/13/2015 09:37 AM, Guillaume Gardet wrote: Le 12/10/2015 16:24, Tom Rini a écrit : On Mon, Oct 12, 2015 at 10:54:04AM +0200, Guillaume Gardet wrote: Hi, Le 12/10/2015 01:45, Tom Rini a écrit

Re: [U-Boot] [RFC] odroid DTB support

2015-10-12 Thread Guillaume Gardet
Hi, Le 12/10/2015 01:45, Tom Rini a écrit : On Fri, Oct 09, 2015 at 02:35:24PM +0200, Guillaume Gardet wrote: Le 09/10/2015 14:23, Przemyslaw Marczak a écrit : Hello Guillaume, On 10/09/2015 02:11 PM, Guillaume Gardet wrote: Hi Przemyslaw, I would like to add DTB support for odroid board

Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-09 Thread Guillaume Gardet
Le 09/10/2015 12:24, Przemyslaw Marczak a écrit : Hello Guillaume, On 10/05/2015 11:07 AM, Guillaume GARDET wrote: Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak &

[U-Boot] [PATCH V3 0/2] *Enhance Odroid board

2015-10-09 Thread Guillaume GARDET
'elif' version as requested by Przemyslaw Marczak Changes in V2: * Expand commit messages * Better code consistency Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- Guillaume GA

[U-Boot] [PATCH V3 2/2] odroid: Add boot script (boot.scr) support

2015-10-09 Thread Guillaume GARDET
Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- include/configs/odroid.h | 10 +-

[U-Boot] [PATCH V3 1/2] odroid: replace 'fatload' with 'load' to be able to use EXT* partitions

2015-10-09 Thread Guillaume GARDET
Replace 'fatload' command by 'load', to be able to use EXT* partitions while keeping FAT partition compatibility. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- include/co

[U-Boot] [RFC] odroid DTB support

2015-10-09 Thread Guillaume Gardet
Hi Przemyslaw, I would like to add DTB support for odroid board to be able to boot upstream kernel easily. I see 2 ways to do it: * Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and 'board_name' env vars. Then, you need a 'findfdt' script to check 'board_rev' and set

Re: [U-Boot] [RFC] odroid DTB support

2015-10-09 Thread Guillaume Gardet
Le 09/10/2015 14:23, Przemyslaw Marczak a écrit : Hello Guillaume, On 10/09/2015 02:11 PM, Guillaume Gardet wrote: Hi Przemyslaw, I would like to add DTB support for odroid board to be able to boot upstream kernel easily. I see 2 ways to do it: * Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG

Re: [U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-08 Thread Guillaume Gardet
Le 05/10/2015 11:13, Sjoerd Simons a écrit : On Mon, 2015-10-05 at 11:07 +0200, Guillaume GARDET wrote: Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Instead of extending the specialized boot script, it would belovely to see the odroid board switch

[U-Boot] [PATCH V2 0/2] Enhance Odroid board

2015-10-05 Thread Guillaume GARDET
: * Expand commit messages * Better code consistency Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- Guillaume GARDET (2): odroid: replace 'fatload' with 'load' to be able to use E

[U-Boot] [PATCH V2 1/2] odroid: replace 'fatload' with 'load' to be able to use EXT* partitions

2015-10-05 Thread Guillaume GARDET
Replace 'fatload' command by 'load', to be able to use EXT* partitions while keeping FAT partition compatibility. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- include/co

[U-Boot] [PATCH V2 2/2] odroid: Add boot script (boot.scr) support

2015-10-05 Thread Guillaume GARDET
Add boot script (boot.scr) support. If no boot script are found, it boots as usual. Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- include/configs/odroid.h | 9 +

[U-Boot] [PATCH 2/2] odroid: Add boot script (boot.scr) support

2015-09-28 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- include/configs/odroid.h | 8 1 file changed, 8 insertions(+) diff --git a/include/configs/odroid.h b/include/conf

[U-Boot] [PATCH 1/2] odroid: replace 'fatload' with 'load' to be able to use EXT* partitions

2015-09-28 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- include/configs/odroid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/odroid.h

[U-Boot] [PATCH 0/2] Enhance Odroid board

2015-09-28 Thread Guillaume GARDET
-by: Guillaume GARDET <guillaume.gar...@free.fr> Cc: Przemyslaw Marczak <p.marc...@samsung.com> Cc: Minkyu Kang <mk7.k...@samsung.com> --- Guillaume GARDET (2): odroid: replace 'fatload' with 'load' to be able to use EXT* partitions odroid: Add boot script (boot.scr) support

Re: [U-Boot] [ANN] U-Boot v2015.10-rc3 released

2015-09-09 Thread Guillaume Gardet
Hi, Le 08/09/2015 02:19, Tom Rini a écrit : Hey all, I've pushed v2015.10-rc3 out to the repository and tarballs should exist soon. Would it be possible to push -rc3 tarball on FTP, please? -rc2 is missing too. Guillaume I think this looks reasonable overall and we're on pace for

[U-Boot] [PATCH V2] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-25 Thread Guillaume GARDET
Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support and enable it to set 'board_rev' and 'board_name' envs. 'board_rev' can be used in scripts to determine what board we are running on and 'board_name' for pretty printing. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Stephen

Re: [U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-21 Thread Guillaume Gardet
Le 19/08/2015 05:14, Stephen Warren a écrit : On 08/18/2015 08:03 AM, Guillaume GARDET wrote: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and 'board_name' envs. That states what the patch does rather than why its useful to do it. Can you expand on why it's useful

[U-Boot] USB keyboard does not work on DWC2 controller (on Raspberry Pi B)

2015-08-18 Thread Guillaume Gardet
Hi Stephen, I want to add USB keyboard support to raspberry pi but I get the following error when I do 'usb start' with a keyboard plugged-in: unable to get device descriptor (error=-22) Ethernet chip and mass storage devices are found. I found this thread from February:

[U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-18 Thread Guillaume GARDET
Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and 'board_name' envs. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Stephen Warren swar...@wwwdotorg.org --- board/raspberrypi/rpi/rpi.c | 6 ++ include/configs/rpi-common.h | 1 + 2 files changed, 7

Re: [U-Boot] [U-Boot, 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)

2015-07-28 Thread Guillaume Gardet
Le 24/07/2015 17:22, Ash Charles a écrit : On Fri, Jul 24, 2015 at 7:04 AM, Tom Rini tr...@konsulko.com wrote: Can you give us more details on the exact nature of the failure? Thanks! Oh sorry--that wasn't clear! The boards appear to get stuck in SPL before anything can be printed to the

Re: [U-Boot] [U-Boot, 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)

2015-07-28 Thread Guillaume Gardet
Le 28/07/2015 02:23, Ash Charles a écrit : On Mon, Jul 27, 2015 at 9:39 AM, Guillaume Gardet guillaume.gar...@free.fr wrote: Which bump SPL size from 54*1024 to 64*1024 and moves SPL text base from 0x40200800 to 0x4020. Any reason for that? What happens if you use original values? What

Re: [U-Boot] [U-Boot, 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)

2015-07-27 Thread Guillaume Gardet
Hi, Le 24/07/2015 17:22, Ash Charles a écrit : On Fri, Jul 24, 2015 at 7:04 AM, Tom Rini tr...@konsulko.com wrote: Can you give us more details on the exact nature of the failure? Thanks! Oh sorry--that wasn't clear! The boards appear to get stuck in SPL before anything can be printed to the

Re: [U-Boot] [PATCH] mx53loco: Use generic 'load' command instead of 'fatload'

2015-07-06 Thread Guillaume Gardet
Le 16/06/2015 13:51, Liu Jason a écrit : -Original Message- From: Guillaume GARDET [mailto:guillaume.gar...@free.fr] Sent: Tuesday, June 16, 2015 5:49 PM To: u-boot@lists.denx.de Cc: Guillaume GARDET; Liu Hui-R64343; Stefano Babic Subject: [U-Boot] [PATCH] mx53loco: Use generic 'load

Re: [U-Boot] [PATCH] mx53loco: Use generic 'load' command instead of 'fatload'

2015-07-06 Thread Guillaume Gardet
Le 06/07/2015 12:26, Stefano Babic a écrit : Hi Guillaume, On 06/07/2015 12:10, Guillaume Gardet wrote: Le 16/06/2015 13:51, Liu Jason a écrit : -Original Message- From: Guillaume GARDET [mailto:guillaume.gar...@free.fr] Sent: Tuesday, June 16, 2015 5:49 PM To: u-boot@lists.denx.de

[U-Boot] [PATCH 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)

2015-06-16 Thread Guillaume GARDET
Tested on Pandaboard (rev. A3) and Beagleboard xM (rev. B). Compilation tested on TI armv7 boards and OMAP boards from other vendors. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@konsulko.com --- include/configs/ti_armv7_common.h | 5 + 1 file changed, 5

[U-Boot] [PATCH 2/2] ti: omap4: remove CONFIG_SPL_EXT_SUPPORT from ti_omap4_common.h since it is now in ti_armv7_common.h

2015-06-16 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@konsulko.com --- include/configs/ti_omap4_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 1c93aab..b0f199e 100644 --- a/include

[U-Boot] [PATCH 0/2] Enable EXT support in SPL for all TI armv7 boards

2015-06-16 Thread Guillaume GARDET
CONFIG_SPL_EXT_SUPPORT from ti_omap4_common.h since it is now in ti_armv7_common.h. Tested on Pandaboard (rev. A3) and Beagleboard xM (rev. B). Compilation tested on TI armv7 boards and OMAP boards from other vendors. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr

[U-Boot] [PATCH] mx53loco: Use generic 'load' command instead of 'fatload'

2015-06-16 Thread Guillaume GARDET
This patch uses generic 'load' command instead of 'fatload' for 'loadbootscript', 'loadimage' and 'loadfdt' for mx53loco board. This allows to use EXT partition instead of FAT, while keeping FAT compatibility. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Jason Liu r64

Re: [U-Boot] [PATCH V2] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-03-19 Thread Guillaume Gardet
Ping. Guillaume Le 11/03/2015 10:34, Guillaume GARDET a écrit : Commit 2e82e9252695a612ab0cbf40fa0c7368515f6506 'Exynos: Clock: Cleanup soc_get_periph_rate' introduced a bug in I2C config. This patch makes cros_ec keyboard working again on Samsung Chromebook (snow). Changes in V2: reorder

[U-Boot] [PATCH V2] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-03-11 Thread Guillaume GARDET
Commit 2e82e9252695a612ab0cbf40fa0c7368515f6506 'Exynos: Clock: Cleanup soc_get_periph_rate' introduced a bug in I2C config. This patch makes cros_ec keyboard working again on Samsung Chromebook (snow). Changes in V2: reorder lines as requested by Joonyoung Shim. Signed-off-by: Guillaume

Re: [U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-03-10 Thread Guillaume Gardet
Le 28/02/2015 08:59, Minkyu Kang a écrit : Joonyoung, On 26/02/15 00:22, Guillaume GARDET wrote: Commit 2e82e9252695a612ab0cbf40fa0c7368515f6506 'Exynos: Clock: Cleanup soc_get_periph_rate' introduced a bug in I2C config. This patch makes cros_ec keyboard working again on Samsung Chromebook

Re: [U-Boot] Bad colors on BMP display on LCD

2015-03-03 Thread Guillaume Gardet
tool with the following option : -depth 8 -colors 256 -compress none -alpha off. which u-boot framebuffer driver is used ? On snow config, this should be the exynos framebuffer driver. Guillaume best regards, HAnnes On 2015-02-26 17:52, Guillaume Gardet wrote: Hi, I am trying

[U-Boot] Bad colors on BMP display on LCD

2015-02-26 Thread Guillaume Gardet
Hi, I am trying to display a BMP image on a Samsung Chromebook (snow), but I get wrong colors. The image is displayed but colors are bad. I used my own image and images provided in tools/logos/ folder, thay are all ok on the Sabrelite board (HDMI output) but displayed in bad colors on the

[U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-02-26 Thread Guillaume Gardet
Hi, While building vexpress_aemv8a_defconfig, I get the following error: u-boot contains unexpected relocations: R_AARCH64_ABS64 R_AARCH64_RELATIVE Makefile:1258: recipe for target 'checkarmreloc' failed

[U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-02-25 Thread Guillaume GARDET
Commit 2e82e9252695a612ab0cbf40fa0c7368515f6506 'Exynos: Clock: Cleanup soc_get_periph_rate' introduced a bug in I2C config. This patch makes cros_ec keyboard working again on Samsung Chromebook (snow). Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Akshay Saraswat aksha

Re: [U-Boot] Git clone using http or rsync broken

2015-02-23 Thread Guillaume Gardet
Le 21/02/2015 13:19, Nable a écrit : Hi! Rsync isn't mentioned here: http://git.denx.de/u-boot.git/ , this fact makes me think that rsync support isn't present. Ok. 2. git clone http://git.denx.de/u-boot.git; just hangs with: Cloning into 'u-boot'... U-Boot repo is very large, so it

[U-Boot] 2015.04-rc2 tarball is missing from FTP

2015-02-23 Thread Guillaume Gardet
Hi, 2015.04-rc2 tarball is missing from FTP. Could you add it, please? Guillaume ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Git clone using http or rsync broken

2015-02-20 Thread Guillaume Gardet
Hi, git clone using http or rsync protocols does not work whereas it is given here: http://www.denx.de/wiki/view/DULG/UBootVersions git clone http://git.denx.de/u-boot.git; just hangs with: Cloning into 'u-boot'... And git clone rsync://git.denx.de/u-boot.git returns: Cloning into

Re: [U-Boot] [PATCH] spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f)

2014-12-27 Thread Guillaume Gardet
Ping. This patch is needed for the release. Otherwise, raw boot mode is broken if FAT/SPL support is also enabled. Guillaume Le 16/12/2014 12:00, Guillaume GARDET a écrit : As reported by Robert Nelson, commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f may break MMC RAW boot mode. This patch

[U-Boot] [PATCH] spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f)

2014-12-16 Thread Guillaume GARDET
-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com Cc: Robert Nelson robertcnel...@gmail.com --- common/spl/spl_mmc.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c index 7bae16b..c2e596b

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2014-12-16 Thread Guillaume Gardet
Le 15/12/2014 10:01, Guillaume Gardet a écrit : Le 15/12/2014 09:43, Guillaume Gardet a écrit : Hi Robert, Le 12/12/2014 22:49, Robert Nelson a écrit : On Tue, Nov 18, 2014 at 3:44 AM, Guillaume GARDET guillaume.gar...@free.fr wrote: In SPL MMC, boot modes are exclusive. So

Re: [U-Boot] [PATCH] spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f)

2014-12-16 Thread Guillaume Gardet
Le 16/12/2014 18:16, Robert Nelson a écrit : On Tue, Dec 16, 2014 at 5:00 AM, Guillaume GARDET guillaume.gar...@free.fr wrote: As reported by Robert Nelson, commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f may break MMC RAW boot mode. This patch fixes the check path to fix MMC Raw boot mode

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2014-12-15 Thread Guillaume Gardet
Hi Robert, Le 12/12/2014 22:49, Robert Nelson a écrit : On Tue, Nov 18, 2014 at 3:44 AM, Guillaume GARDET guillaume.gar...@free.fr wrote: In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board hangs. This patch allows to try MMCSD_MODE_FS then, if available. It has

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2014-12-15 Thread Guillaume Gardet
Le 15/12/2014 09:43, Guillaume Gardet a écrit : Hi Robert, Le 12/12/2014 22:49, Robert Nelson a écrit : On Tue, Nov 18, 2014 at 3:44 AM, Guillaume GARDET guillaume.gar...@free.fr wrote: In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board hangs. This patch allows

Re: [U-Boot] exynos: snow: external SD/MMC broken

2014-12-04 Thread Guillaume Gardet
Le 04/12/2014 09:00, Jaehoon Chung a écrit : Hi, GUillaume On 12/04/2014 09:18 AM, Minkyu Kang wrote: + Jaehoon Chung On 04/12/14 00:23, Guillaume Gardet wrote: Hi, while trying latest u-boot GIT on snow (Google Chromebook ARM), I encountered some problems with external SD card. I cannot

[U-Boot] exynos: snow: external SD/MMC broken

2014-12-03 Thread Guillaume Gardet
Hi, while trying latest u-boot GIT on snow (Google Chromebook ARM), I encountered some problems with external SD card. I cannot access to external SD card ('mmc dev 1' just returns 'Card did not respond to voltage select!' and then 'Timeout') whereas I have access to internal eMMC (with 'mmc

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2014-12-02 Thread Guillaume Gardet
Ping. Just a friendly reminder. Guillaume Le 18/11/2014 10:44, Guillaume GARDET a écrit : In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board hangs. This patch allows to try MMCSD_MODE_FS then, if available. It has been tested on a pandaboard (rev. A3). Signed-off

Re: [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support

2014-11-28 Thread Guillaume Gardet
Le 20/11/2014 08:47, hui@freescale.com a écrit : -Original Message- From: Guillaume GARDET [mailto:guillaume.gar...@free.fr] Sent: Thursday, November 20, 2014 3:39 PM To: u-boot@lists.denx.de Cc: Guillaume GARDET; Stefano Babic; Liu Hui-R64343 Subject: [U-Boot] [PATCH] imx: mx53loco

[U-Boot] mx53loco: compilation broken with 2015.01-rc2

2014-11-26 Thread Guillaume Gardet
Hi, mx53loco_defconfig is broken in 2015.01-rc2 (was ok with -rc1). I have the following warning: drivers/block/dwc_ahsata.c: In function 'reset_sata': drivers/block/dwc_ahsata.c:611:2: warning: implicit declaration of function 'disable_sata_clock' [-Wimplicit-function-declaration] And

Re: [U-Boot] [PATCH] ARNDALE: Enhance arndale config to be more flexible on boot.

2014-11-25 Thread Guillaume Gardet
Le 25/11/2014 02:29, Minkyu Kang a écrit : On 19/09/14 22:31, Guillaume GARDET wrote: This patch enhances the boot of arndale board by adding support to bootz, initrd, bootenv loading and boot script. It still keeps the previous mmc load command if boot script fails. Signed-off-by: Guillaume

Re: [U-Boot] [ANN] U-Boot v2015.01-rc2 released

2014-11-25 Thread Guillaume Gardet
Le 24/11/2014 23:13, Tom Rini a écrit : Hey all, I've pushed v2015.01-rc2 out to the repository and tarballs should exist soon. I'm tagging later in the day than I wanted to, but that's OK. There's a fair number of things that've gone in since -rc1, but I think that's OK. And there's a few

Re: [U-Boot] [ANN] U-Boot v2015.01-rc2 released

2014-11-25 Thread Guillaume Gardet
Le 25/11/2014 11:19, Lukasz Majewski a écrit : Hi Guillaume, Le 24/11/2014 23:13, Tom Rini a écrit : Hey all, I've pushed v2015.01-rc2 out to the repository and tarballs should exist soon. I'm tagging later in the day than I wanted to, but that's OK. There's a fair number of things

Re: [U-Boot] [ANN] U-Boot v2015.01-rc2 released

2014-11-25 Thread Guillaume Gardet
Le 25/11/2014 13:30, Tom Rini a écrit : On Tue, Nov 25, 2014 at 11:19:29AM +0100, Lukasz Majewski wrote: Hi Guillaume, Le 24/11/2014 23:13, Tom Rini a écrit : Hey all, I've pushed v2015.01-rc2 out to the repository and tarballs should exist soon. I'm tagging later in the day than I wanted

[U-Boot] [PATCH] spl: Fix SPL EXT support

2014-11-25 Thread Guillaume GARDET
Commit 9f12cd0e062614e19734b2ab37842d387457c5e5 has broken SPL EXT support. This patch update error code check to get SPL EXT support working again. Tested on a Pandaboard (rev. A3). Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com Cc: Suriyan Ramasami suriya

Re: [U-Boot] [ANN] U-Boot v2015.01-rc2 released

2014-11-25 Thread Guillaume Gardet
Le 24/11/2014 23:13, Tom Rini a écrit : Hey all, I've pushed v2015.01-rc2 out to the repository and tarballs should exist soon. I'm tagging later in the day than I wanted to, but that's OK. There's a fair number of things that've gone in since -rc1, but I think that's OK. And there's a few

Re: [U-Boot] [PATCH] fix: tools: kwbimage.c: Initialize headersz to suppress warning

2014-11-24 Thread Guillaume Gardet
Hi, Le 23/11/2014 18:38, Lukasz Majewski a écrit : Hi Albert, Sorry for a late reply. Hello Lukasz, On Sat, 22 Nov 2014 07:56:35 +0100, Lukasz Majewski l.majew...@majess.pl wrote: Agreed in general, but not for this one, since fixing is the carpet, I assume that you are presenting below

[U-Boot] [PATCH] imx: mx53loco: Add raw initrd support

2014-11-19 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Stefano Babic sba...@denx.de Cc: Jason Liu r64...@freescale.com --- include/configs/mx53loco.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 10fb1f4..42bc3c8 100644

[U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2014-11-18 Thread Guillaume GARDET
In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board hangs. This patch allows to try MMCSD_MODE_FS then, if available. It has been tested on a pandaboard (rev. A3). Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- common/spl

Re: [U-Boot] [PATCH v3 1/3] exynos: Enable config_distro_defaults.h

2014-11-14 Thread Guillaume Gardet
Hi, I successfully tested it on my arndale board. Tested-by: Guillaume GARDET guillaume.gar...@free.fr Guillaume Le 09/11/2014 11:44, Ian Campbell a écrit : From: Ian Campbell ian.campb...@citrix.com ...and remove explicit setting of things which this implies. This is done for all exynos

Re: [U-Boot] [PATCH v3 2/3] exynos5: Use config_distro_bootcmd.h

2014-11-14 Thread Guillaume Gardet
Hi, I successfully tested it on my arndale board. Tested-by: Guillaume GARDET guillaume.gar...@free.fr Guillaume Le 09/11/2014 11:44, Ian Campbell a écrit : From: Ian Campbell ian.campb...@citrix.com This replaces the existing CONFIG_BOOTCOMMAND for exynos5250 and 5420. exynos4 platforms

Re: [U-Boot] [PATCH v2 1/2] exynos: Enable config_distro_defaults.h

2014-11-07 Thread Guillaume Gardet
Le 30/10/2014 14:51, Minkyu Kang a écrit : On 16/10/14 22:44, Ian Campbell wrote: From: Ian Campbell ian.campb...@citrix.com ...and remove explicit setting of things which this implies. This is done for all exynos platforms (4 5) so it is added to exynos-common.h I'm mainly interested in

[U-Boot] [PATCH 0/2] Enable raw initrd support for TI boards

2014-11-03 Thread Guillaume GARDET
Enable raw initrd support for TI boards. Build tested with ./MAKEALL -v ti Runtime tested on a Pandaboard (rev. A3) and on a Beagleboard xM (rev. B). --- Guillaume GARDET (2): ARM: TI: Enable raw initrd support ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file

[U-Boot] [PATCH 2/2] ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file since it is now in ti_armv7_common.h

2014-11-03 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- include/configs/omap3_igep00x0.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 006c9a9..b2b3750 100644 --- a/include/configs

[U-Boot] [PATCH 1/2] ARM: TI: Enable raw initrd support

2014-11-03 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- include/configs/ti_armv7_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 85171db..7d07bcd 100644 --- a/include/configs

Re: [U-Boot] [U-Boot,V2,2/5] spl: Add EXT support to SPL

2014-10-29 Thread Guillaume Gardet
Le 27/10/2014 23:22, Tom Rini a écrit : On Wed, Oct 15, 2014 at 05:53:12PM +0200, Guillaume GARDET wrote: Add EXT filesystem support to SPL. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com With the following change: diff --git a/common/spl/spl_ext.c b

[U-Boot] problem with eMMC boot on arndale board

2014-10-17 Thread Guillaume Gardet
Hi, does anyone has tried eMMC boot on Arndale board? I copied BL1, SPL and u-boot to eMMC, like I do on SD card but it does not boot at all. Note that once booted on SD card, I get some errors while accessing eMMC. mmc dev 0 returns: dwmci_send_cmd: DATA ERROR! switch to

[U-Boot] [PATCH V2 0/5] Add EXT filesystem support to SPL

2014-10-15 Thread Guillaume GARDET
to support EXT in SPL, otherwise the MLO (SPL) may be too big to fit in SRAM. * I tested it succesfully on a Pandaboard (rev. A3) and on a Beagleboard xM (rev. B). Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com Regards, Guillaume --- Guillaume GARDET (5

[U-Boot] [PATCH V2 1/5] Rename some defines containing FAT in their name to be filesystem generic

2014-10-15 Thread Guillaume GARDET
= CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- arch/arm/cpu/arm1136/mx35/generic.c | 2 +- arch/arm/cpu/armv7/omap-common/boot-common.c | 4 ++-- arch/arm/cpu/armv7/omap3/board.c | 2 +- arch/arm/cpu/armv7/zynq/spl.c

[U-Boot] [PATCH V2 3/5] doc: Update documentation according to the EXT SPL support patch set

2014-10-15 Thread Guillaume GARDET
Update documentation according to the EXT SPL support patch set. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- README | 17 ++--- doc/README.SPL | 1 + 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README b/README

[U-Boot] [PATCH V2 2/5] spl: Add EXT support to SPL

2014-10-15 Thread Guillaume GARDET
Add EXT filesystem support to SPL. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- common/spl/Makefile | 1 + common/spl/spl_ext.c | 138 +++ common/spl/spl_mmc.c | 18 ++- fs/Makefile | 1

[U-Boot] [PATCH V2 5/5] TI:OMAP4: enable EXT support in SPL for OMAP4 boards

2014-10-15 Thread Guillaume GARDET
Enable EXT support in SPL for OMAP4 boards. Build tested for duovero, omap4_sdp4430 and omap4_panda. Run time tested on omap4_panda. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- include/configs/ti_omap4_common.h | 3 +++ 1 file changed, 3 insertions

<    1   2   3   >