Lines Matching +full:0 +full:x80800000

35 	"loadaddr=0x80200000\0" \
36 "fdtaddr=0x80F80000\0" \
37 "rdaddr=0x81000000\0" \
38 "bootfile=/boot/uImage\0" \
39 "fdtfile=\0" \
40 "console=ttyO0,115200n8\0" \
41 "optargs=\0" \
42 "mmcdev=0\0" \
43 "mmcroot=/dev/mmcblk0p2 ro\0" \
44 "mmcrootfstype=ext4 rootwait\0" \
45 "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M\0" \
46 "ramrootfstype=ext2\0" \
50 "rootfstype=${mmcrootfstype}\0" \
51 "bootenv=uEnv.txt\0" \
52 "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
54 "env import -t $loadaddr $filesize\0" \
58 "rootfstype=${ramrootfstype}\0" \
59 "loadramdisk=fatload mmc ${mmcdev} ${rdaddr} ramdisk.gz\0" \
60 "loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} ${bootfile}\0" \
61 "loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} ${bootfile}\0" \
64 "bootm ${loadaddr}\0" \
67 "bootm ${loadaddr}\0" \
68 "fdtfile=ti814x-evm.dtb\0" \
98 #define CONFIG_SYS_LOAD_ADDR 0x81000000 /* Default */
104 #define PHYS_DRAM_1_SIZE 0x20000000 /* 512MB */
107 #define CONFIG_SYS_SDRAM_BASE 0x80000000
114 #define CONFIG_SYS_TIMERBASE 0x4802E000
121 #define CONFIG_SYS_NS16550_COM1 0x48020000 /* Base EVM has UART0 */
131 #define CONFIG_SPL_TEXT_BASE 0x40300000
135 #define CONFIG_SPL_BSS_START_ADDR 0x80000000
136 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */
141 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000
142 #define CONFIG_SYS_SPI_U_BOOT_SIZE 0x40000
147 * header. That is 0x800FFFC0--0x80800000 should not be used for any
150 #define CONFIG_SYS_TEXT_BASE 0x80800000
151 #define CONFIG_SYS_SPL_MALLOC_START 0x80208000
152 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000