Re: [U-Boot] [PATCH] POST progress API

2010-03-21 Thread Michael Zaidman
On Sun, Mar 21, 2010 at 6:17 PM, Wolfgang Denk wrote: > Dear Michael Zaidman, > > In message <660c0f821003160321h1a5552dfh6cc835b48b004...@mail.gmail.com> you > wrote: >> >> Is there a chance this patch will be included already in this release? > > Sorry, but no. This is new code (i. e. not a bug

Re: [U-Boot] [PATCH] POST progress API

2010-03-21 Thread Wolfgang Denk
Dear Michael Zaidman, In message <660c0f821003160321h1a5552dfh6cc835b48b004...@mail.gmail.com> you wrote: > > Is there a chance this patch will be included already in this release? Sorry, but no. This is new code (i. e. not a bug fix) and thus has to wait for the next merge window. We pull it

Re: [U-Boot] [PATCH] POST progress API

2010-03-21 Thread Wolfgang Denk
Dear Michael Zaidman, In message <1267436856-3933-1-git-send-email-michael.zaid...@gmail.com> you wrote: > Added POST progress API implemented as weak calls before and after > each call to the POST test callback in the post_run_single routine > of the post.c file. > > Signed-off-by: Michael Zaid

Re: [U-Boot] [PATCH] POST progress API

2010-03-16 Thread Michael Zaidman
Hi Wolfgang, Is there a chance this patch will be included already in this release? On Mon, Mar 8, 2010 at 5:29 PM, Detlev Zundel wrote: > Hi Michael, > >> Added POST progress API implemented as weak calls before and after >> each call to the POST test callback in the post_run_single routine >>

Re: [U-Boot] [PATCH] POST progress API

2010-03-08 Thread Detlev Zundel
Hi Michael, > Added POST progress API implemented as weak calls before and after > each call to the POST test callback in the post_run_single routine > of the post.c file. > > Signed-off-by: Michael Zaidman Acked-by: Detlev Zundel Cheers Detlev -- It's bad civic hygiene to build technolo

[U-Boot] [PATCH] POST progress API

2010-03-01 Thread Michael Zaidman
Added POST progress API implemented as weak calls before and after each call to the POST test callback in the post_run_single routine of the post.c file. Signed-off-by: Michael Zaidman --- include/post.h |5 + post/post.c| 17 +++-- 2 files changed, 20 insertions(+), 2