-
- Downloads
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with...
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
This way we become able to utilize the full post_log_word for POST
activities (overwise, POST ECC, which has 0x8000 ID, could be
erroneously treated as started in post_output_backlog() even if there
was actually no POST ECC run (because of OCM POST failure, for
example).
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
Showing
- common/cmd_log.c 2 additions, 2 deletionscommon/cmd_log.c
- include/asm-arm/global_data.h 1 addition, 0 deletionsinclude/asm-arm/global_data.h
- include/asm-avr32/global_data.h 1 addition, 0 deletionsinclude/asm-avr32/global_data.h
- include/asm-blackfin/global_data.h 1 addition, 0 deletionsinclude/asm-blackfin/global_data.h
- include/asm-i386/global_data.h 1 addition, 0 deletionsinclude/asm-i386/global_data.h
- include/asm-m68k/global_data.h 1 addition, 0 deletionsinclude/asm-m68k/global_data.h
- include/asm-microblaze/global_data.h 1 addition, 0 deletionsinclude/asm-microblaze/global_data.h
- include/asm-mips/global_data.h 1 addition, 0 deletionsinclude/asm-mips/global_data.h
- include/asm-nios/global_data.h 1 addition, 0 deletionsinclude/asm-nios/global_data.h
- include/asm-nios2/global_data.h 1 addition, 0 deletionsinclude/asm-nios2/global_data.h
- include/asm-ppc/global_data.h 1 addition, 0 deletionsinclude/asm-ppc/global_data.h
- include/asm-sh/global_data.h 1 addition, 0 deletionsinclude/asm-sh/global_data.h
- include/asm-sparc/global_data.h 1 addition, 0 deletionsinclude/asm-sparc/global_data.h
- include/logbuff.h 0 additions, 2 deletionsinclude/logbuff.h
Loading
Please register or sign in to comment