summaryrefslogtreecommitdiffstats
path: root/include/configs/hmi1001.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-30 13:04:12 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-30 13:04:12 +0200
commit9f96ae44c6ff7a441544584814078a6536ba6594 (patch)
tree42e86371522ce061b8c5c5112f18170fa7602c86 /include/configs/hmi1001.h
parent7bc5ee0785a528962bffc586f7d447d79e2642b4 (diff)
downloadblackbird-obmc-uboot-9f96ae44c6ff7a441544584814078a6536ba6594.tar.gz
blackbird-obmc-uboot-9f96ae44c6ff7a441544584814078a6536ba6594.zip
Add keyboard and dot matrix display support for HMI1001 board.
Diffstat (limited to 'include/configs/hmi1001.h')
-rw-r--r--include/configs/hmi1001.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/include/configs/hmi1001.h b/include/configs/hmi1001.h
index 9da15ed982..d79eafe7cb 100644
--- a/include/configs/hmi1001.h
+++ b/include/configs/hmi1001.h
@@ -60,13 +60,14 @@
*/
#define CONFIG_COMMANDS (CONFIG_CMD_DFL | \
CFG_CMD_DATE | \
+ CFG_CMD_DISPLAY | \
CFG_CMD_DHCP | \
CFG_CMD_EEPROM | \
CFG_CMD_I2C | \
CFG_CMD_IDE | \
CFG_CMD_NFS | \
CFG_CMD_PCI | \
- CFG_CMD_SNTP)
+ CFG_CMD_SNTP )
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>
@@ -104,6 +105,8 @@
#define CONFIG_BOOTCOMMAND "run net_nfs"
+#define CONFIG_MISC_INIT_R 1
+
/*
* IPB Bus clocking configuration.
*/
@@ -166,6 +169,9 @@
#define CFG_MBAR 0xF0000000
#define CFG_SDRAM_BASE 0x00000000
#define CFG_DEFAULT_MBAR 0x80000000
+#define CFG_DISPLAY_BASE 0x80600000
+#define CFG_STATUS1_BASE 0x80600200
+#define CFG_STATUS2_BASE 0x80600300
/* Settings for XLB = 132 MHz */
#define SDRAM_DDR 1
@@ -269,8 +275,8 @@
/* Display H1, Status Inputs, EPLD @0x80600000 */
#define CFG_CS3_START 0x80600000
-#define CFG_CS3_SIZE 0x00000210
-#define CFG_CS3_CFG 0x9800
+#define CFG_CS3_SIZE 0x00100000
+#define CFG_CS3_CFG 0xffff9830
#define CFG_CS_BURST 0x00000000
#define CFG_CS_DEADCYCLE 0x33333333
@@ -325,4 +331,11 @@
#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS
#define CONFIG_PCI_IO_SIZE 0x01000000
+/*---------------------------------------------------------------------*/
+/* Display addresses */
+/*---------------------------------------------------------------------*/
+
+#define CFG_DISP_CHR_RAM (CFG_DISPLAY_BASE + 0x38)
+#define CFG_DISP_CWORD (CFG_DISPLAY_BASE + 0x30)
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud