Re: [U-Boot] USB fatload fails to load rootfs

2013-08-29 Thread Romain Izard
me issue as the one you described. Surprisingly, the issue only occurred for the rootfs, and not the kernel, which was a smaller file. Unfortunately for you, our answer to this issue was the finalization of the porting of our platform to the U-Boot mainline, whi

Re: [U-Boot] Authenticated boot

2013-08-22 Thread Romain Izard
on algorithm. Its documentation is available in the file doc/uImage.FIT/signature.txt Best regards, -- Romain Izard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] am335x_evm: Update, document Falcon Mode support

2013-07-04 Thread Romain Izard
s it a measure to detect interrupted writes ? Best regards, -- Romain Izard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Limitations/Considerations when programming U-Boot

2013-05-16 Thread Romain Izard
is GPLv2 (only), and you cannot include code with an incompatible license. -- Romain Izard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] generic mmc bug in reading sd card capacity

2012-11-06 Thread Romain Izard
ailable for testing right now) 8<-- >From 206b32c0bc90972b3dab2fe7ef902a451fc8e7b6 Mon Sep 17 00:00:00 2001 From: Romain Izard Date: Mon, 5 Nov 2012 10:52:56 +0100 Subject: [PATCH] mmc: Correct computing the SD capacity For high-capacity SD cards, th

[U-Boot] [PATCH 2/2] at91sam9261ek: fix build errors

2011-06-10 Thread Romain Izard
The targets using dataflash and nandflash as storage, for both at91sam9261 and at91sam9g10 SoC are available. Signed-off-by: Romain Izard --- MAKEALL |2 - Makefile | 23 --- arch/arm/cpu/arm926ejs/at91

[U-Boot] [PATCH 1/2] at91sam9263ek: fix build errors

2011-06-10 Thread Romain Izard
The targets using dataflash and nandflash as storage are available. Signed-off-by: Romain Izard --- MAKEALL |1 - Makefile | 19 arch/arm/include/asm/arch-at91/at91sam9263.h | 19 arch/arm

[U-Boot] [PATCH 0/2] AT91 rework: fix build errors for at91sam(9261/9g10/9263)ek

2011-06-10 Thread Romain Izard
r the at91sam9263ek compiles but does not link due to the CFI timer issue, so it is not mentioned in the boards.cfg file pending the issue's resolution. Romain Izard (2): at91sam9263ek: fix build errors at91sam9261ek: fix build errors MAKEALL |3 -

[U-Boot] [PATCH] fat: Handle moved FAT32 root directory

2011-06-10 Thread Romain Izard
always using the default location. Signed-off-by: Romain Izard --- fs/fat/fat.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c index c450bf6..22d34d3 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -798,6 +798,8 @@ do_fat_read (const char