u-boot/arch
Valentin Longchamp 79843950b2 POST: add post_log_res field for post results in global data
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 defined further of these 16 positions.

An additional field is added to global data so that we can now support up
to 32 (depending of architecture) tests. The post_log_word is only used
to record the start of the test and the new field post_log_res for the
test success (or failure). The post_output_backlog is for this change
also adapted.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
2011-10-05 22:03:10 +02:00
..
arm POST: add post_log_res field for post results in global data 2011-10-05 22:03:10 +02:00
avr32 console: Implement pre-console buffer 2011-10-05 22:03:09 +02:00
blackfin POST: add post_log_res field for post results in global data 2011-10-05 22:03:10 +02:00
m68k console: Implement pre-console buffer 2011-10-05 22:03:09 +02:00
microblaze console: Implement pre-console buffer 2011-10-05 22:03:09 +02:00
mips console: Implement pre-console buffer 2011-10-05 22:03:09 +02:00
nios2 POST: add post_log_res field for post results in global data 2011-10-05 22:03:10 +02:00
powerpc POST: add post_log_res field for post results in global data 2011-10-05 22:03:10 +02:00
sh console: Implement pre-console buffer 2011-10-05 22:03:09 +02:00
sparc POST: add post_log_res field for post results in global data 2011-10-05 22:03:10 +02:00
x86 console: Implement pre-console buffer 2011-10-05 22:03:09 +02:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00