]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
The patch introduces the CRITICAL feature of POST tests. If the test
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 20:59:23 +0000 (21:59 +0100)
commite262efe35742c1ad4b0966ff501efc26f34a0aec
treef6e992e8645c7acebcadb483cab9a7e84d4254c1
parent65b20dcefc89618193fa51947968dada91e4c778
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