The patch introduces the CRITICAL feature of POST tests. If the test
marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. Signed-off-by:Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
Showing
- common/main.c 7 additions, 1 deletioncommon/main.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/post.h 4 additions, 0 deletionsinclude/post.h
- post/post.c 15 additions, 3 deletionspost/post.c
Loading
Please register or sign in to comment