]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit - post/board/lwmon5/Makefile
The patch adds new POST tests for the Lwmon5 board. These are:
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 21:24:47 +0000 (22:24 +0100)
commit8f15d4addd49c956412e1e3bfc764a0c8b1f3184
tree1afb797e9a9524930805a9e7450ea6d4c00db7ac
parentc2ed33efbfff5767bca236828e021c55fd547b6c
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