Re: [U-Boot] [PATCH 2/8] POST: add post_log_res field for post results in global data

2011-08-18 Thread Marek Vasut
On Thursday, August 18, 2011 01:00:21 PM Valentin Longchamp wrote: > On 08/18/2011 12:39 PM, Marek Vasut wrote: > > On Wednesday, August 03, 2011 02:37:01 PM Valentin Longchamp wrote: > >> The current post_log_word in global data is currently split into 2x > >> 16 bits: half for the test start, hal

Re: [U-Boot] [PATCH 2/8] POST: add post_log_res field for post results in global data

2011-08-18 Thread Valentin Longchamp
On 08/18/2011 12:39 PM, Marek Vasut wrote: > On Wednesday, August 03, 2011 02:37:01 PM Valentin Longchamp wrote: >> The current post_log_word in global data is currently split into 2x >> 16 bits: half for the test start, half for the test success. >> Since we alredy have more than 16 POST tests def

Re: [U-Boot] [PATCH 2/8] POST: add post_log_res field for post results in global data

2011-08-18 Thread Marek Vasut
On Wednesday, August 03, 2011 02:37:01 PM Valentin Longchamp wrote: > The current post_log_word in global data is currently split into 2x > 16 bits: half for the test start, half for the test success. > Since we alredy have more than 16 POST tests defined and more could > be defined, this may resul

[U-Boot] [PATCH 2/8] POST: add post_log_res field for post results in global data

2011-08-03 Thread Valentin Longchamp
The current post_log_word in global data is currently split into 2x 16 bits: half for the test start, half for the test success. Since we alredy have more than 16 POST tests defined and more could be defined, this may result in an overflow and the post_output_backlog would not work for the tests de