Lines Matching +full:0 +full:x80800000
26 * Our DDR memory always starts at 0x80000000 and U-Boot shall have
31 #define CONFIG_SYS_LOAD_ADDR 0x82000000
43 "loadaddr=0x82000000\0" \
44 "kernel_addr_r=0x82000000\0" \
45 "fdtaddr=0x88000000\0" \
46 "fdt_addr_r=0x88000000\0" \
47 "rdaddr=0x88080000\0" \
48 "ramdisk_addr_r=0x88080000\0" \
49 "scriptaddr=0x80000000\0" \
50 "pxefile_addr_r=0x80100000\0" \
51 "bootm_size=0x10000000\0" \
52 "boot_fdt=try\0"
55 "boot_fit=0\0" \
56 "fit_loadaddr=0x87000000\0" \
57 "fit_bootfile=fitImage\0" \
58 "update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}\0" \
59 "loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile};\0" \
64 * we have more. We always start at 0x80000000, and we place the
71 #define CONFIG_SYS_SDRAM_BASE 0x80000000
155 * U-Boot itself into memory at 0x80800000 for legacy reasons (to not conflict
157 * the default Linux kernel address of 0x80008000 to work with most sized
163 #define CONFIG_SYS_TEXT_BASE 0x80800000
166 #define CONFIG_SPL_BSS_START_ADDR 0x80a00000
167 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */
190 #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1700 /* address 0x2E0000 */
191 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x1500 /* address 0x2A0000 */
192 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0x200 /* 256KiB */
210 "::off\0" \
211 "nfsopts=nolock\0" \
212 "rootpath=/export/rootfs\0" \
213 "netloadimage=tftp ${loadaddr} ${bootfile}\0" \
214 "netloadfdt=tftp ${fdtaddr} ${fdtfile}\0" \
219 "ip=dhcp\0" \
226 "bootz ${loadaddr} - ${fdtaddr}\0"