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

2010-06-27 Thread Michael Zaidman
Hi Wolfgang, Is there any particular reason why this patch is not in the main stream yet? Thanks, Michael ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2010-05-12 Thread Michael Zaidman
On Wed, May 12, 2010 at 3:02 PM, Detlev Zundel wrote: > Hi Michael, > diff --git a/board/barco/barco.c b/board/barco/barco.c index c5fe8c4..2d01f1b 100644 --- a/board/barco/barco.c +++ b/board/barco/barco.c @@ -348,12 +348,3 @@ int serial_tstc (void)  {       ret

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

2010-05-12 Thread Detlev Zundel
Hi Michael, >>> diff --git a/board/barco/barco.c b/board/barco/barco.c >>> index c5fe8c4..2d01f1b 100644 >>> --- a/board/barco/barco.c >>> +++ b/board/barco/barco.c >>> @@ -348,12 +348,3 @@ int serial_tstc (void) >>>  { >>>       return 0; >>>  } >>> - >>> -unsigned long post_word_load (void) >>>

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

2010-05-10 Thread Michael Zaidman
On Mon, May 10, 2010 at 2:17 PM, Detlev Zundel wrote: > > It would have been really nice if you put the maintainers on CC (simply > include a CC: ... in the patch git-send-email does the rest) of the > boards that you change config files.  This way they knew that there was > a change which they sh

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

2010-05-10 Thread Michael Zaidman
On Mon, May 10, 2010 at 2:51 PM, Anatolij Gustschin wrote: ... > mpc512x related changes are OK. I tested them on mpc5121 > based pdm360ng board. Thanks again for this work! > For mpc5121 part you can add > Tested-by: Anatolij Gustschin > Ok, thanks for testing. Michael _

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

2010-05-10 Thread Anatolij Gustschin
On Sun, 9 May 2010 18:27:10 +0300 Michael Zaidman wrote: > Combine previously submitted POST cleanup patch series > into single patch. Fix plain POST support introduced recently > for mpc812x arch. > > - Revives POST for blackfin arch; > - Removes redundant code: > arch/blackfin/lib/post.c

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

2010-05-10 Thread Michael Zaidman
On Mon, May 10, 2010 at 2:17 PM, Detlev Zundel wrote: > Hi Michael, > >> Combine previously submitted POST cleanup patch series >> into single patch. Fix plain POST support introduced recently >> for mpc812x arch. >> >> - Revives POST for blackfin arch; >> - Removes redundant code: >>      arch/bl

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

2010-05-10 Thread Detlev Zundel
Hi Michael, > Combine previously submitted POST cleanup patch series > into single patch. Fix plain POST support introduced recently > for mpc812x arch. > > - Revives POST for blackfin arch; > - Removes redundant code: > arch/blackfin/lib/post.c > board/ssv/common/post.c > arch/powe

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

2010-05-09 Thread Michael Zaidman
Combine previously submitted POST cleanup patch series into single patch. Fix plain POST support introduced recently for mpc812x arch. - Revives POST for blackfin arch; - Removes redundant code: arch/blackfin/lib/post.c board/ssv/common/post.c arch/powerpc/cpu/ppc4xx/commproc.c