Re: [U-Boot] [PATCH v5 07/20] env: Add support for callbacks to environment vars

2013-01-14 Thread Stefan Roese
Hi Joe, On 01/15/2013 12:23 AM, Joe Hershberger wrote: >> Here you see the delay in himport_r() is approx 1 second. >> >> And with patch (2598090 [env: Add environment variable flags]) this >> delay even grows to 2 seconds: >> >> [ 3.096149] < 0.004800> U-Boot 2013.01-rc1-00392-g2598090 (Jan

Re: [U-Boot] [PATCH v5 07/20] env: Add support for callbacks to environment vars

2013-01-14 Thread Joe Hershberger
Hi Stefan, On Fri, Jan 11, 2013 at 2:06 AM, Stefan Roese wrote: > Hi Joe, > > On 12/12/2012 05:16 AM, Joe Hershberger wrote: >> Add support for per-variable callbacks to the "hashtable" functions. > > I just noticed using latest master branch that booting on a NOR > flash based board (sequoia, PP

Re: [U-Boot] [PATCH v5 07/20] env: Add support for callbacks to environment vars

2013-01-11 Thread Stefan Roese
Hi Joe, On 12/12/2012 05:16 AM, Joe Hershberger wrote: > Add support for per-variable callbacks to the "hashtable" functions. I just noticed using latest master branch that booting on a NOR flash based board (sequoia, PPC440EPx based) a quite big delay (1..2 seconds) is added upon env_relocate()

[U-Boot] [PATCH v5 07/20] env: Add support for callbacks to environment vars

2012-12-11 Thread Joe Hershberger
Add support for per-variable callbacks to the "hashtable" functions. Signed-off-by: Joe Hershberger !!!fix comment in callback --- Changes in v5: - Add support for CONFIG_NEEDS_MANUAL_RELOC boards - Fixed comment typo Changes in v4: None Changes in v3: - Use Marek's linker lists instead of impl