]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Polish xpele.h a bit more.
authorWojciech A. Koszek <wojciech.koszek@xilinx.com>
Wed, 7 Apr 2010 23:04:33 +0000 (16:04 -0700)
committerWojciech A. Koszek <wojciech.koszek@xilinx.com>
Wed, 7 Apr 2010 23:04:33 +0000 (16:04 -0700)
include/configs/xpele.h

index 66abf5fb4879d2168e3cf7c1ecdf67bec78921b9..2ab7da11d8f93290a412947aa6b567c2ad8f2d0f 100644 (file)
 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 }
 #define CONFIG_BOOTDELAY       -1 /* Disable autoboot */
 
+/* UART base addresses */
+#define DRAGONFIRE_UART0_BASE 0xE0000000
+#define DRAGONFIRE_UART1_BASE 0xE0001000
+
+
 #define        CONFIG_PSS_SERIAL
 #define        CONFIG_RTC_XPSSRTC
 
@@ -53,7 +58,8 @@
 
 #define CONFIG_L2_OFF
 #define PELE_TTC
-//#define DEBUG 1
+#define DRAGONFIRE_TTC0_BASE 0x90001000
+#define DRAGONFIRE_TTC1_BASE 0x90002000
 
 //#define CONFIG_PELE_INIT_GEM //this is to initialize GEM at uboot start
 #define CONFIG_PELE_IP_ENV     //this is to set ipaddr, ethaddr and serverip env variables.
 #define CONFIG_SYS_CBSIZE              256
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* phycore */
 
-
-
-
-
-
-
-/* UART base addresses */
-#define DRAGONFIRE_UART0_BASE 0xE0000000
-#define DRAGONFIRE_UART1_BASE 0xE0001000
-
-#ifdef PELE_TTC
-       /* For PELE the base address has changed*/
-       #define DRAGONFIRE_TTC0_BASE 0x90001000
-       #define DRAGONFIRE_TTC1_BASE 0x90002000
-
-#else
-
-       /* Timers forf DFE */
-       #define DRAGONFIRE_TTC0_BASE 0xFE001000
-       #define DRAGONFIRE_TTC1_BASE 0xFE002000
-#endif
-
-/* GEMs */
-#define DRAGONFIRE_GEM0_BASE 0xE000B000
-#define DRAGONFIRE_GEM1_BASE 0xE000C000
-
-
-
-
-
-
-
-
 #endif /* __CONFIG_H */