diff options
author | wdenk <wdenk> | 2004-01-04 22:51:12 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-04 22:51:12 +0000 |
commit | a522fa0e7cdddf8204ba43b335f68be6a42159a5 (patch) | |
tree | 3ddc0bffbaade1b79b1ff520ad6051b5a9766278 /include/asm-mips | |
parent | 180d3f74e4738ee107e269cbb949481075dd789a (diff) | |
download | device_goldelico_gta04_u-boot-a522fa0e7cdddf8204ba43b335f68be6a42159a5.tar.gz device_goldelico_gta04_u-boot-a522fa0e7cdddf8204ba43b335f68be6a42159a5.tar.bz2 device_goldelico_gta04_u-boot-a522fa0e7cdddf8204ba43b335f68be6a42159a5.zip |
* Make BMS2003 use a separate config file to avoid #ifdef mess;
add I2C support; add support for DS1337 RTC
* Add CompactFlash support for BMS2003 board
* Add support for status LED on BMS2003 board
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/au1x00.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-mips/au1x00.h b/include/asm-mips/au1x00.h index 917fd83ae..317e6daae 100644 --- a/include/asm-mips/au1x00.h +++ b/include/asm-mips/au1x00.h @@ -128,6 +128,9 @@ static __inline__ int au_ffs(int x) #define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) #endif +#define CP0_IWATCHLO $18,1 +#define CP0_DEBUG $23 + /* SDRAM Controller */ #define MEM_SDMODE0 0xB4000000 #define MEM_SDMODE1 0xB4000004 |