Lines Matching +full:0 +full:xfff7

9  * Version: U-Boot 1.0.0 - initial release for Sentec COBRA5272 board
53 #define CONFIG_SYS_UART_PORT (0)
56 * set "#if 0" to "#if 1" if (Hardware)-WATCHDOG should be enabled & change
63 #if 0
73 * "#if 0" to "#if 1"
77 * Setting #if 0: u-boot will start from flash and relocate itself to RAM
80 * in board/cobra5272/config.mk accordingly (#if 0: 0xffe00000; #if 1: 0x20000)
85 #if 0
96 #define CONFIG_ENV_OFFSET 0x4000
97 #define CONFIG_ENV_SECT_SIZE 0x2000
99 #define CONFIG_ENV_ADDR 0xffe04000
100 #define CONFIG_ENV_SECT_SIZE 0x2000
122 # define CONFIG_SYS_FEC0_PINMUX 0
148 #if 0
150 #define CONFIG_BOOTCOMMAND "bootm 0xffe80000" /*Autoboto command, please
160 #define CONFIG_SYS_LOAD_ADDR 0x20000 /*Defines default RAM address
176 #define CONFIG_SYS_MEMTEST_START 0x400
177 #define CONFIG_SYS_MEMTEST_END 0x380000
191 #define CONFIG_SYS_MBAR 0x10000000 /* Register Base Addrs */
198 #define CONFIG_SYS_SCR 0x0003
199 #define CONFIG_SYS_SPR 0xffff
207 #define CONFIG_SYS_ENET_BD_BASE 0x780000
212 #define CONFIG_SYS_INIT_RAM_ADDR 0x20000000
213 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in internal SRAM */
220 * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
222 #define CONFIG_SYS_SDRAM_BASE 0x00000000
236 #define CONFIG_SYS_FLASH_BASE 0xffe00000
239 #define CONFIG_SYS_MONITOR_BASE 0x20000
241 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH_BASE + 0x400)
244 #define CONFIG_SYS_MONITOR_LEN 0x20000
286 #define CONFIG_SYS_BR0_PRELIM 0xFFE00201
287 #define CONFIG_SYS_OR0_PRELIM 0xFFE00014
289 #define CONFIG_SYS_BR1_PRELIM 0
290 #define CONFIG_SYS_OR1_PRELIM 0
292 #define CONFIG_SYS_BR2_PRELIM 0
293 #define CONFIG_SYS_OR2_PRELIM 0
295 #define CONFIG_SYS_BR3_PRELIM 0
296 #define CONFIG_SYS_OR3_PRELIM 0
298 #define CONFIG_SYS_BR4_PRELIM 0
299 #define CONFIG_SYS_OR4_PRELIM 0
301 #define CONFIG_SYS_BR5_PRELIM 0
302 #define CONFIG_SYS_OR5_PRELIM 0
304 #define CONFIG_SYS_BR6_PRELIM 0
305 #define CONFIG_SYS_OR6_PRELIM 0
307 #define CONFIG_SYS_BR7_PRELIM 0x00000701
308 #define CONFIG_SYS_OR7_PRELIM 0xFF00007C
313 #define LED_STAT_0 0xffff /*all LEDs off*/
314 #define LED_STAT_1 0xfffe
315 #define LED_STAT_2 0xfffd
316 #define LED_STAT_3 0xfffb
317 #define LED_STAT_4 0xfff7
318 #define LED_STAT_5 0xffef
319 #define LED_STAT_6 0xffdf
320 #define LED_STAT_7 0xff00 /*all LEDs on*/
325 #define CONFIG_SYS_PACNT 0x00000000 /* PortA control reg.: All pins are external
327 #define CONFIG_SYS_PADDR 0x00FF /* PortA direction reg.: PA7 to PA0 are outputs
328 (1^=output, 0^=input) */
330 #define CONFIG_SYS_PBCNT 0x55554155 /* PortB control reg.: Ethernet/UART
332 #define CONFIG_SYS_PBDDR 0x0000 /* PortB direction: All pins configured as inputs */
333 #define CONFIG_SYS_PBDAT 0x0000 /* PortB value reg. */
334 #define CONFIG_SYS_PDCNT 0x00000000 /* PortD control reg. */