This website requires JavaScript.
Explore
Help
Register
Sign In
colin
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b428f6a8c65c5303e5f96db8d24f2f699d94a98c
u-boot
/
post
History
Yuri Tikhonov
b428f6a8c6
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
>
2008-03-18 22:24:48 +01:00
..
board
The patch adds new POST tests for the Lwmon5 board. These are:
2008-03-18 22:24:47 +01:00
cpu
ppc4xx: program_tlb now uses 64bit physical addess
2008-03-15 07:28:03 +01:00
drivers
Fix warnings while compilation of post/drivers/memory.c
2008-03-02 21:42:20 +01:00
lib_ppc
Fix CPU POST test failure
2008-02-21 11:25:47 +01:00
Makefile
Restructure POST directory to support of other CPUs, boards, etc.
2007-03-06 18:08:43 +01:00
post.c
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.
2008-03-18 22:24:48 +01:00
rules.mk
Move "ar" flags to config.mk to allow for silent "make -s"
2006-10-09 01:02:05 +02:00
tests.c
The patch adds new POST tests for the Lwmon5 board. These are:
2008-03-18 22:24:47 +01:00