Lines Matching +full:0 +full:xff400000
21 /* IMMR Base Address Register, use Freescale default: 0xff400000 */
22 #define CONFIG_SYS_IMMR 0xff400000
47 #define CONFIG_SYS_DDR_BASE 0x00000000
55 #define CONFIG_SYS_MEMTEST_START 0x00000000 /* memtest region */
56 #define CONFIG_SYS_MEMTEST_END 0x00100000
62 #define CONFIG_SYS_FLASH_BASE 0x80000000 /* start of FLASH */
84 /* 32 bit device at 0x80000000 via GPCM (0x8000_1801) */
90 /* FLASH timing (0x0000_0c54) */
107 #define CONFIG_SYS_BR1_PRELIM 0x00000000
108 #define CONFIG_SYS_OR1_PRELIM 0x00000000
109 #define CONFIG_SYS_LBLAWBAR1_PRELIM 0x00000000
110 #define CONFIG_SYS_LBLAWAR1_PRELIM 0x00000000
112 #define CONFIG_SYS_BR2_PRELIM 0x00000000
113 #define CONFIG_SYS_OR2_PRELIM 0x00000000
114 #define CONFIG_SYS_LBLAWBAR2_PRELIM 0x00000000
115 #define CONFIG_SYS_LBLAWAR2_PRELIM 0x00000000
117 #define CONFIG_SYS_BR3_PRELIM 0x00000000
118 #define CONFIG_SYS_OR3_PRELIM 0x00000000
119 #define CONFIG_SYS_LBLAWBAR3_PRELIM 0x00000000
120 #define CONFIG_SYS_LBLAWAR3_PRELIM 0x00000000
134 #define CONFIG_SYS_INIT_RAM_ADDR 0x20000000 /* Initial RAM address */
135 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/
151 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
156 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x4500)
157 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x4600)
165 #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
166 #define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
169 #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* 1010000x */
176 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
182 #define CONFIG_SYS_TSEC1_OFFSET 0x24000
184 #define CONFIG_SYS_TSEC2_OFFSET 0x25000
195 #define TSEC1_PHYIDX 0
196 #define TSEC2_PHYIDX 0
200 /* Options are: TSEC[0-1] */
210 #define CONFIG_SYS_PCI1_MEM_BASE 0x90000000
212 #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */
216 #define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */
217 #define CONFIG_SYS_PCI1_IO_BASE 0xe2000000
219 #define CONFIG_SYS_PCI1_IO_SIZE 0x1000000 /* 16M */
228 #define PCI_IDSEL_NUMBER 0x1c /* slot0 (IDSEL) = 28 */
231 #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */
240 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) for env */
241 #define CONFIG_ENV_SIZE 0x8000 /* 32K max size */
256 #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
304 #define CONFIG_SYS_SICRH 0
308 #define CONFIG_SYS_HID0_INIT 0x000000000
315 /* DDR 0 - 512M */
323 #define CONFIG_SYS_IBAT1L (CONFIG_SYS_SDRAM_BASE + 0x10000000 \
326 #define CONFIG_SYS_IBAT1U (CONFIG_SYS_SDRAM_BASE + 0x10000000 \
367 #define CONFIG_SYS_IBAT3L (0)
368 #define CONFIG_SYS_IBAT3U (0)
369 #define CONFIG_SYS_IBAT4L (0)
370 #define CONFIG_SYS_IBAT4U (0)
371 #define CONFIG_SYS_IBAT5L (0)
372 #define CONFIG_SYS_IBAT5U (0)
428 "netdev=eth0\0" \
429 "hostname=tqm834x\0" \
431 "nfsroot=${serverip}:${rootpath}\0" \
432 "ramargs=setenv bootargs root=/dev/ram rw\0" \
435 ":${hostname}:${netdev}:off panic=1\0" \
436 "addcons=setenv bootargs ${bootargs} console=ttyS0,${baudrate}\0" \
438 "bootm ${kernel_addr}\0" \
440 "bootm ${kernel_addr} - ${fdt_addr}\0" \
442 "bootm ${kernel_addr} ${ramdisk_addr}\0" \
444 "bootm ${kernel_addr} ${ramdisk_addr} ${fdt_addr}\0" \
446 "run nfsargs addip addcons;bootm\0" \
450 "bootm ${kernel_addr_r} - ${fdt_addr_r}\0" \
451 "rootpath=/opt/eldk/ppc_6xx\0" \
452 "bootfile=tqm834x/uImage\0" \
453 "fdtfile=tqm834x/tqm834x.dtb\0" \
454 "kernel_addr_r=400000\0" \
455 "fdt_addr_r=600000\0" \
456 "ramdisk_addr_r=800000\0" \
457 "kernel_addr=800C0000\0" \
458 "fdt_addr=800A0000\0" \
459 "ramdisk_addr=80300000\0" \
460 "u-boot=tqm834x/u-boot.bin\0" \
461 "load=tftp 200000 ${u-boot}\0" \
464 "cp.b 200000 80000000 ${filesize}\0" \
465 "upd=run load update\0" \