]> git.ipfire.org Git - people/ms/u-boot.git/commit - post/tests.c
The patch adds new POST tests for the Lwmon5 board.
authorYuri Tikhonov <yur@pollux.denx.de>
Mon, 4 Feb 2008 13:10:42 +0000 (14:10 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 18 Mar 2008 20:59:23 +0000 (21:59 +0100)
commit65b20dcefc89618193fa51947968dada91e4c778
treece351c46ffa7f80cd38cb87270cd805c64bccc80
parent8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
The patch adds new POST tests for the Lwmon5 board.
These are:

* External Watchdog test;
* dsPIC tests;
* FPGA test;
* GDC test;
* Sysmon tests.

Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12 files changed:
board/lwmon5/lwmon5.c
include/configs/lwmon5.h
include/post.h
include/ppc440.h
post/board/lwmon5/Makefile [new file with mode: 0644]
post/board/lwmon5/dsp.c [new file with mode: 0644]
post/board/lwmon5/dspic.c [new file with mode: 0644]
post/board/lwmon5/fpga.c [new file with mode: 0644]
post/board/lwmon5/gdc.c [new file with mode: 0644]
post/board/lwmon5/sysmon.c [new file with mode: 0644]
post/board/lwmon5/watchdog.c [new file with mode: 0644]
post/tests.c