Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Kumar Gala
On Aug 26, 2008, at 4:57 PM, Wolfgang Denk wrote: > Dear Jerry Van Baren, > > In message <[EMAIL PROTECTED]> you wrote: >> >> Awww, and I was planning to horn in with an "Acked-by" to get my >> name in >> the lights. Too late now. > > You will have plenty of opportunity to get your name on oth

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <[EMAIL PROTECTED]> you wrote: > > Awww, and I was planning to horn in with an "Acked-by" to get my name in > the lights. Too late now. You will have plenty of opportunity to get your name on other patches :-) > Seriously, I reviewed and applied the patches las

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <[EMAIL PROTECTED]> you wrote: >> I'm hoping the bootm rework patches 06..15 are still in your queue for >> review? > > Of course. I never forget anything. Never. > > I... I mean... Hm. Forgot what I wanted to add... > > Best regards, >

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > > I'm hoping the bootm rework patches 06..15 are still in your queue for > review? Of course. I never forget anything. Never. I... I mean... Hm. Forgot what I wanted to add... Best regards, Wolfgang Denk -- DENX Software Enginee

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Move entry point code out of each arch and into common code. Keep > the entry point in the bootm_headers_t images struct. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c | 31 ++--

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-21 Thread Kumar Gala
On Aug 15, 2008, at 8:24 AM, Kumar Gala wrote: > Move entry point code out of each arch and into common code. Keep > the entry point in the bootm_headers_t images struct. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c | 31 ++- > inc

[U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-15 Thread Kumar Gala
Move entry point code out of each arch and into common code. Keep the entry point in the bootm_headers_t images struct. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/cmd_bootm.c | 31 ++- include/image.h|2 ++ lib_arm/bootm.c| 19