]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_C...
authorYuri Tikhonov <yur@pollux.denx.de>
Mon, 4 Feb 2008 13:11:03 +0000 (14:11 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 18 Mar 2008 21:24:48 +0000 (22:24 +0100)
commitb428f6a8c65c5303e5f96db8d24f2f699d94a98c
tree0bede5fb7b3eaec6b71b355748ad19b4ddab2c79
parent8f15d4addd49c956412e1e3bfc764a0c8b1f3184
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>
14 files changed:
common/main.c
include/asm-arm/global_data.h
include/asm-avr32/global_data.h
include/asm-blackfin/global_data.h
include/asm-i386/global_data.h
include/asm-m68k/global_data.h
include/asm-microblaze/global_data.h
include/asm-mips/global_data.h
include/asm-nios/global_data.h
include/asm-nios2/global_data.h
include/asm-ppc/global_data.h
include/asm-sh/global_data.h
include/post.h
post/post.c