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 >>  #endif >>  +/* The at91sam9260 has 4 GPBR

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

2010-02-25 Thread Tom
Anders Darander wrote: > 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

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 > > Use AT91_GPBR 3 as a bootcount register. >> >>> Please send me a link to th

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

2010-02-08 Thread Tom
Anders Darander wrote: > 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://art

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://article.gmane.org/gmane.comp.boot-loaders

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

2010-02-07 Thread Tom
Anders Darander wrote: > 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

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. Should it get reworked s

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

2010-01-20 Thread Anders Darander
Hi all, As the merge window has closed, I'd just like to bump my old mail below and ask for comments. Currently the actual register to use is hard-coded. I'm unsure of what the current status is when it comes to include new architecture specific CONFIG_*-options. The bootcount-feature is supporte