diff options
author | Yuri Tikhonov <yur@pollux.denx.de> | 2008-02-04 14:10:42 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-18 22:24:47 +0100 |
commit | 8f15d4addd49c956412e1e3bfc764a0c8b1f3184 (patch) | |
tree | 1afb797e9a9524930805a9e7450ea6d4c00db7ac /include/ppc440.h | |
parent | c2ed33efbfff5767bca236828e021c55fd547b6c (diff) | |
download | u-boot-imx-8f15d4addd49c956412e1e3bfc764a0c8b1f3184.zip u-boot-imx-8f15d4addd49c956412e1e3bfc764a0c8b1f3184.tar.gz u-boot-imx-8f15d4addd49c956412e1e3bfc764a0c8b1f3184.tar.bz2 |
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>
Diffstat (limited to 'include/ppc440.h')
-rw-r--r-- | include/ppc440.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ppc440.h b/include/ppc440.h index 80dd332..6e3b68d 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -1431,6 +1431,9 @@ #define SDR0_MFR_PKT_REJ_POL 0x00200000 /* Packet Reject Polarity */ #define GPT0_COMP6 0x00000098 +#define GPT0_COMP5 0x00000094 +#define GPT0_COMP4 0x00000090 +#define GPT0_COMP3 0x0000008C #if defined(CONFIG_440EPX) || defined(CONFIG_440GRX) #define SDR0_USB2D0CR 0x0320 |