Lines Matching +full:0 +full:xfffffe00
23 # define CONFIG_SYS_PL310_BASE 0xf8f02000
26 #define ZYNQ_SCUTIMER_BASEADDR 0xF8F00600
29 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
48 # define CONFIG_SYS_FLASH_BASE 0xE2000000
66 # define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x600000
73 "${kernel_image} ram 0x3000000 0x500000\\\\;" \
74 "${devicetree_image} ram 0x2A00000 0x20000\\\\;" \
75 "${ramdisk_image} ram 0x2000000 0x600000\0" \
76 "dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \
77 "thor_ram=run dfu_ram_info && thordown 0 ram 0\0"
83 "${kernel_image} fat 0 1\\\\;" \
84 "${devicetree_image} fat 0 1\\\\;" \
85 "${ramdisk_image} fat 0 1\0" \
86 "dfu_mmc=run dfu_mmc_info && dfu 0 mmc 0\0" \
87 "thor_mmc=run dfu_mmc_info && thordown 0 mmc 0\0"
109 #define CONFIG_SYS_LOAD_ADDR 0 /* default? */
116 #define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0)
122 #define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
158 "bootcmd_xilinx=run $modeboot\0"
164 "bootcmd_qspi=sf probe 0 0 0 && " \
166 "source ${scriptaddr}; echo SCRIPT FAILED: continuing...;\0"
174 "source ${scriptaddr}; echo SCRIPT FAILED: continuing...;\0"
181 "source ${scriptaddr}; echo SCRIPT FAILED: continuing...;\0"
202 "fit_image=fit.itb\0" \
203 "load_addr=0x2000000\0" \
204 "fit_size=0x800000\0" \
205 "flash_off=0x100000\0" \
206 "nor_flash_off=0xE2100000\0" \
207 "fdt_high=0x20000000\0" \
208 "initrd_high=0x20000000\0" \
209 "scriptaddr=0x20000\0" \
210 "script_offser_nor=0xE2FC0000\0" \
211 "script_offset_f=0xFC0000\0" \
212 "script_size_f=0x40000\0" \
213 "loadbootenv_addr=0x2000000\0" \
214 "fdt_addr_r=0x1f00000\0" \
215 "pxefile_addr_r=0x2000000\0" \
216 "kernel_addr_r=0x2000000\0" \
217 "scriptaddr=0x3000000\0" \
218 "ramdisk_addr_r=0x3100000\0" \
219 "bootenv=uEnv.txt\0" \
220 "bootenv_dev=mmc\0" \
221 "loadbootenv=load ${bootenv_dev} 0 ${loadbootenv_addr} ${bootenv}\0" \
223 "env import -t ${loadbootenv_addr} $filesize\0" \
224 "bootenv_existence_test=test -e ${bootenv_dev} 0 /${bootenv}\0" \
229 "fi; \0" \
231 "run setbootenv \0" \
232 "usb_loadbootenv=set bootenv_dev usb && usb start && run setbootenv \0" \
240 "fi; \0" \
243 "bootm ${load_addr}\0" \
245 "load mmc 0 ${load_addr} ${fit_image} && " \
246 "bootm ${load_addr}\0" \
249 "bootm ${load_addr}\0" \
252 "load usb 0 ${load_addr} ${fit_image} && " \
253 "bootm ${load_addr}; fi\0" \
263 #define CONFIG_SYS_MEMTEST_START 0
264 #define CONFIG_SYS_MEMTEST_END 0x1000
266 #define CONFIG_SYS_INIT_RAM_ADDR 0xFFFF0000
267 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000
293 #define CONFIG_SYS_SPL_ARGS_ADDR 0x10000000
299 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0
300 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0
301 #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0
305 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x100000
306 #define CONFIG_SYS_SPI_ARGS_OFFS 0x200000
307 #define CONFIG_SYS_SPI_ARGS_SIZE 0x80000
313 #define CONFIG_SPL_TEXT_BASE 0x0
316 #define CONFIG_SPL_MAX_SIZE 0x30000
320 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x2000000
324 * 0xfffffe00 is used for putting wfi loop.
327 #define CONFIG_SPL_STACK 0xfffffe00
330 #define CONFIG_SPL_BSS_START_ADDR 0x100000
331 #define CONFIG_SPL_BSS_MAX_SIZE 0x100000
333 #define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000