[U-Boot] [PATCH] Don't tftp to unknown flash

2008-09-01 Thread Jochen Friedrich
If a board has a variable number of flash banks, there are empty entries in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with Outside available Flash. This patch skips flash banks with unknown flash ids. Signed-off-by: Jochen Friedrich [EMAIL PROTECTED] --- net/tftp.c |3

[U-Boot] [PATCHv2] Don't tftp to unknown flash

2008-09-02 Thread Jochen Friedrich
If a board has a variable number of flash banks, there are empty entries in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with Outside available Flash. This patch skips flash banks with unknown flash ids. Signed-off-by: Jochen Friedrich [EMAIL PROTECTED] --- net/tftp.c |2

Re: [U-Boot] TR: u-boot SquashFS

2010-12-01 Thread Jochen Friedrich
Hi Gaƫtan, I am looking for a u-boot that handles SquashFS filesystem ? Did it exist ? if not can I have some indication or recommendation Because I want to try to upgrade u-boot such that it handles SquashFS Tuxbox has such an u-boot version, see:

[U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-04-02 Thread Jochen Friedrich
-by: Jochen Friedrich joc...@scram.de --- cpu/sa1100/timer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/sa1100/timer.c b/cpu/sa1100/timer.c index 0207501..aea90ab 100644 --- a/cpu/sa1100/timer.c +++ b/cpu/sa1100/timer.c @@ -41,7 +41,7 @@ void reset_timer (void

[U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-05-16 Thread Jochen Friedrich
-by: Jochen Friedrich joc...@scram.de --- arch/arm/cpu/sa1100/timer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/sa1100/timer.c b/arch/arm/cpu/sa1100/timer.c index 0207501..aea90ab 100644 --- a/arch/arm/cpu/sa1100/timer.c +++ b/arch/arm/cpu/sa1100/timer.c

Re: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-06-02 Thread Jochen Friedrich
Hi Kristoffer, Did this get applied anywhere? Fail to see it inside the git log. Nope, I didn't get any response yet. Thanks, Jochen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-06-28 Thread Jochen Friedrich
Hi Andrew, I see the cfi_flash code now has reset_timer calls sprinkled through it that should make the base offset functionality in the timer mostly a nop (assuming it's implemented). Maybe the OP has old cfi_flash code? You're right. reset_timer() was added in commit