Re: [U-Boot] [PATCH V7] POST cleanup.

2010-12-06 Thread Michael Zaidman
Dear Wolfgang, On Sun, Nov 21, 2010 at 2:34 PM, Michael Zaidman wrote: ... > On Tue, Oct 26, 2010 at 11:09 PM, Wolfgang Denk wrote: ... >> Why do we not simply reserve a word in the global data structure instead? Please correct me if I am wrong, but the global data structure is destined to keep

Re: [U-Boot] [PATCH V7] POST cleanup.

2010-11-21 Thread Michael Zaidman
Dear Wolfgang, Sorry for delayed response, I did not follow the u-boot list for few weeks an missed your e-mails somehow. Please see my comments below. On Tue, Oct 26, 2010 at 11:09 PM, Wolfgang Denk wrote: > Dear Michael Zaidman, > > In message > > you wrote: >> - Revives POST for blackfin a

Re: [U-Boot] [PATCH V7] POST cleanup.

2010-11-13 Thread Wolfgang Denk
Dear Michael, Ping! In message <20101026210959.51803136...@gemini.denx.de> I wrote: > Dear Michael Zaidman, > > In message > > you wrote: > > - Revives POST for blackfin arch; > > - Removes redundant code: > > arch/blackfin/lib/post.c > > arch/powerpc/cpu/ppc4xx/commproc.c > >

Re: [U-Boot] [PATCH V7] POST cleanup.

2010-10-26 Thread Wolfgang Denk
Dear Michael Zaidman, In message you wrote: > - Revives POST for blackfin arch; > - Removes redundant code: > arch/blackfin/lib/post.c > arch/powerpc/cpu/ppc4xx/commproc.c > arch/powerpc/cpu/mpc512x/common.c > - fixes up the post_word_{load|store} usage. Unfortunately it turns o

Re: [U-Boot] [PATCH V7] POST cleanup.

2010-09-21 Thread Wolfgang Denk
Dear Michael Zaidman, In message you wrote: > - Revives POST for blackfin arch; > - Removes redundant code: > arch/blackfin/lib/post.c > arch/powerpc/cpu/ppc4xx/commproc.c > arch/powerpc/cpu/mpc512x/common.c > - fixes up the post_word_{load|store} usage. > > Signed-off-by: Micha

[U-Boot] [PATCH V7] POST cleanup.

2010-09-20 Thread Michael Zaidman
- Revives POST for blackfin arch; - Removes redundant code: arch/blackfin/lib/post.c arch/powerpc/cpu/ppc4xx/commproc.c arch/powerpc/cpu/mpc512x/common.c - fixes up the post_word_{load|store} usage. Signed-off-by: Michael Zaidman Acked-by: Detlev Zundel Tested-by: Anatolij Gustsch