]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add support for SRAM and 2 x Quad UARTs on INKA4x0 board LABEL_2005_02_28_0050
authorwdenk <wdenk>
Sun, 27 Feb 2005 23:46:58 +0000 (23:46 +0000)
committerwdenk <wdenk>
Sun, 27 Feb 2005 23:46:58 +0000 (23:46 +0000)
CHANGELOG
include/configs/inka4x0.h

index 413e04f9939e0d367d40b9ac312bff2a843b5447..5db2e2c5689e649b76c01885d637b8674d14d94d 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes for U-Boot 1.1.3:
 ======================================================================
 
 Changes for U-Boot 1.1.3:
 ======================================================================
 
+* Add support for SRAM and 2 x Quad UARTs on INKA4x0 board
+
 * Cleanup USB and partition defines
 
 * Add support for ext2 filesystems and image timestamps to TQM5200 board
 * Cleanup USB and partition defines
 
 * Add support for ext2 filesystems and image timestamps to TQM5200 board
index e272f715d3b4a5abda53a4ff43a8b99f2120783c..15b124a2ab1e767d335f24cda62597452ea47e96 100644 (file)
 #define CFG_CS0_START          CFG_FLASH_BASE
 #define CFG_CS0_SIZE           CFG_FLASH_SIZE
 
 #define CFG_CS0_START          CFG_FLASH_BASE
 #define CFG_CS0_SIZE           CFG_FLASH_SIZE
 
+/* 32Mbit SRAM @0x30000000 */
+#define CFG_CS1_START          0x30000000
+#define CFG_CS1_SIZE           0x00400000
+#define CFG_CS1_CFG            0x31800 /* for pci_clk = 33 MHz */
+
+/* 2 quad UART @0x80000000 (MBAR is relocated to 0xF0000000) */
+#define CFG_CS2_START          0x80000000
+#define CFG_CS2_SIZE           0x0001000
+#define CFG_CS2_CFG            0x21800  /* for pci_clk = 33 MHz */
+
 #define CFG_CS_BURST           0x00000000
 #define CFG_CS_DEADCYCLE       0x33333333
 
 #define CFG_CS_BURST           0x00000000
 #define CFG_CS_DEADCYCLE       0x33333333