Lines Matching +full:0 +full:x02200000

29 #define PHYS_SDRAM_1			0x0
34 #define CONFIG_SYS_INIT_RAM_ADDR 0xFFFF0000
35 #define CONFIG_SYS_INIT_RAM_SIZE 0x10000
37 #define CONFIG_SYS_INIT_RAM_ADDR 0xFFE00000
38 #define CONFIG_SYS_INIT_RAM_SIZE 0x40000 /* 256KB */
47 #define CONFIG_SYS_TEXT_BASE 0x08000040
49 #define CONFIG_SYS_TEXT_BASE 0x01000040
85 * that the address here is incremented by 0x400 from the Base address
86 * selected in QSys, since the SPI registers are at offset +0x400.
87 * #define CONFIG_SYS_SPI_BASE 0xff240400
108 * L4 OSC1 Timer 0
113 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
150 #define CONFIG_SYS_NAND_BASE (CONFIG_SYS_NAND_DATA_BASE + 0x10)
167 #define CONFIG_SYS_I2C_SLAVE 0x02
168 #define CONFIG_SYS_I2C_SLAVE1 0x02
169 #define CONFIG_SYS_I2C_SLAVE2 0x02
170 #define CONFIG_SYS_I2C_SLAVE3 0x02
224 #define CONFIG_G_DNL_UMS_VENDOR_NUM 0x0525
225 #define CONFIG_G_DNL_UMS_PRODUCT_NUM 0xA4A5
237 #define CONFIG_SYS_MMC_ENV_DEV 0 /* device 0 */
243 #define CONFIG_ENV_OFFSET 0x00100000
250 * device nor0 <ff705000.spi.0>, # parts = 6
252 * 0: u-boot 0x00100000 0x00000000 0
253 * 1: env1 0x00040000 0x00100000 0
254 * 2: env2 0x00040000 0x00140000 0
255 * 3: UBI 0x03e80000 0x00180000 0
256 * 4: boot 0x00e80000 0x00180000 0
257 * 5: rootfs 0x01000000 0x01000000 0
261 #define MTDPARTS_DEFAULT "mtdparts=ff705000.spi.0:"\
267 "-@1536k(UBI)\0"
275 * 0xFFFF_0000 ...... Start of SRAM
276 * 0xFFFF_xxxx ...... Top of stack (grows down)
277 * 0xFFFF_yyyy ...... Malloc area
278 * 0xFFFF_zzzz ...... Global Data
279 * 0xFFFF_FF00 ...... End of SRAM
300 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x40000
306 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
307 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000
326 #define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0)
340 "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
341 "bootm_size=0xa000000\0" \
342 "kernel_addr_r="__stringify(CONFIG_SYS_LOAD_ADDR)"\0" \
343 "fdt_addr_r=0x02000000\0" \
344 "scriptaddr=0x02100000\0" \
345 "pxefile_addr_r=0x02200000\0" \
346 "ramdisk_addr_r=0x02300000\0" \