Re: [U-Boot] No network in Linux on Olimex SAM9_L9260 (Atmel AT91SAM9260EK)

2010-05-28 Thread Anders Darander
ems here either. (And I've been running most kernels between 2.6.27 and 2.6.32 on the board). If you don't go for the Olimex patches, take Eric's advise and check the MII and RMII settings. Regards, Anders -- Anders Darander EPO guidelines 1978: "If the contribution to the kno

Re: [U-Boot] Modify boot parameters using nandwrite?

2010-04-19 Thread Anders Darander
On Sun, Apr 18, 2010 at 22:11, Norbert Wegener wrote: > At the U-Boot boot prompt I can change among others the boot parameters. > Is it possible to modify those boot parameters when the Plug has booted > into Linux via e.g. nandwrite and some parameters? > Is there any documentation that I might

[U-Boot] [PATCH v2] Add bootcount to AT91

2010-02-25 Thread Anders Darander
Use AT91_GPBR 3 as a bootcount register. The bootmagic and the bootcount shares AT91_GPBR 3. Signed-off-by: Anders Darander --- Changes since V1: * Corrected multiline comment. * Added a comment about why a common register is used for the bootmagic and the bootcount

Re: [U-Boot] [PATCH] Add bootcount to AT91

2010-02-25 Thread Anders Darander
Hi Tom, Thanks for your comments. On Thu, Feb 25, 2010 at 15:24, Tom wrote: > Anders Darander wrote: >> >> From: Anders Darander >> --- a/cpu/arm926ejs/at91/cpu.c >> +++ b/cpu/arm926ejs/at91/cpu.c >> @@ -31,6 +31,11 @@ >>  #define AT91_MAIN_CLOCK 0 >&g

Re: [U-Boot] [PATCH] Add bootcount to AT91

2010-02-24 Thread Anders Darander
Hi Tom, Any news on this? Best regards, Anders On Mon, Feb 8, 2010 at 14:32, Tom wrote: > Anders Darander wrote: >> >> Hi Tom, >> >> On Sun, Feb 7, 2010 at 15:35, Tom wrote: >>>> >>>> From: Anders Darander >>>>> >>>

Re: [U-Boot] [PATCH] Add bootcount to AT91

2010-02-07 Thread Anders Darander
Hi Tom, On Sun, Feb 7, 2010 at 15:35, Tom wrote: >> From: Anders Darander >>> >>> Use AT91_GPBR 3 as a bootcount register. > Please send me a link to the original patch. > I will take a look > Tom Here is the link from Werners patch-status mail: http://

Re: [U-Boot] [PATCH] Add bootcount to AT91

2010-02-04 Thread Anders Darander
Hi, On Thu, Jan 14, 2010 at 15:00, Anders Darander wrote: > From: Anders Darander > > Use AT91_GPBR 3 as a bootcount register. > As a followup to Werners list of patches not incorporated (from some time ago), I'd just like to get a comment on the status of this patch. Shoul

Re: [U-Boot] [STATUS] Patch status update

2010-01-25 Thread Anders Darander
Hi Wolfgang and all others, Comments on my patches: On Mon, Jan 25, 2010 at 23:44, Wolfgang Denk wrote: >  6492  01/14 Anders Darander    [U-Boot] [PATCH] Add bootcount to AT91 >             http://article.gmane.org/gmane.comp.boot-loaders.u-boot/73640 This one is still valid, and of

Re: [U-Boot] [PATCH] Add bootcount to AT91

2010-01-20 Thread Anders Darander
ff-list, from people wanting to use this feature.) Thanks in advance! Best regards, Anders On Thu, Jan 14, 2010 at 15:00, Anders Darander wrote: > From: Anders Darander > > Use AT91_GPBR 3 as a bootcount register. > > Signed-off-by: Anders Darander >

[U-Boot] [PATCH] Add bootcount to AT91

2010-01-14 Thread Anders Darander
From: Anders Darander Use AT91_GPBR 3 as a bootcount register. Signed-off-by: Anders Darander --- cpu/arm926ejs/at91/cpu.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/cpu/arm926ejs/at91/cpu.c b/cpu/arm926ejs/at91/cpu.c index f2f7b62

[U-Boot] No nandflash found if CONFIG_CMD_UBI is enabled.

2009-06-02 Thread Anders Darander
uot;root=/dev/mtdblock5 " \ "mtdparts=at91_nand:128k(bootstrap)ro," \ "256k(uboot)ro,128k(env1)ro," \ - "128k(env2)ro,2M(linux),-(root) "