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

2010-08-10 Thread Michael Zaidman
Dear Wolfgang, On Sun, Aug 8, 2010 at 11:30 PM, Wolfgang Denk wrote: > Dear Michael Zaidman, > >> On Wed, Jun 30, 2010 at 7:16 PM, Michael Zaidman >> wrote: ... >> More than 5 week ago I rebased and resubmitted this patch as you asked >> but did not receive any response yet. > > Sorry, but this

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

2010-08-08 Thread Wolfgang Denk
Dear Michael Zaidman, In message you wrote: > > On Wed, Jun 30, 2010 at 7:16 PM, Michael Zaidman > wrote: > > - Revives POST for blackfin arch; > > - Removes redundant code: > > arch/blackfin/lib/post.c > > board/ssv/common/post.c > > arch/powerpc/cpu/ppc4xx/commproc.c > >

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

2010-08-07 Thread Michael Zaidman
Dear Wolfgang, On Wed, Jun 30, 2010 at 7:16 PM, Michael Zaidman wrote: > - Revives POST for blackfin arch; > - Removes redundant code: >     arch/blackfin/lib/post.c >     board/ssv/common/post.c >     arch/powerpc/cpu/ppc4xx/commproc.c >     arch/powerpc/cpu/mpc512x/common.c > - fixes up the pos

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

2010-06-30 Thread Michael Zaidman
- Revives POST for blackfin arch; - Removes redundant code: arch/blackfin/lib/post.c board/ssv/common/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