Lines Matching +full:0 +full:x42000000

20 #define CONFIG_SYS_PL310_BASE	0x10502000
26 #define CONFIG_SYS_SDRAM_BASE 0x40000000
35 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5E00000)
36 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
37 #define CONFIG_SYS_TEXT_BASE 0x43e00000
47 #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
52 #define CONFIG_SYS_MONITOR_BASE 0x00000000
64 "uImage fat 0 1;" \
65 "zImage fat 0 1;" \
66 "Image.itb fat 0 1;" \
67 "uInitrd fat 0 1;" \
68 "exynos4412-odroidu3.dtb fat 0 1;" \
69 "exynos4412-odroidx2.dtb fat 0 1;" \
70 ""PARTS_BOOT" part 0 1;" \
71 ""PARTS_ROOT" part 0 2\0" \
77 "u-boot raw 0x3e 0x800 mmcpart 1;" \
78 "bl1 raw 0x0 0x1e mmcpart 1;" \
79 "bl2 raw 0x1e 0x1d mmcpart 1;" \
80 "tzsw raw 0x83e 0x138 mmcpart 1\0"
83 "u-boot raw 0x3f 0x800;" \
84 "bl1 raw 0x1 0x1e;" \
85 "bl2 raw 0x1f 0x1d;" \
86 "tzsw raw 0x83f 0x138\0"
91 * BL1 1 0
104 "boot.scr\0" \
106 "${kernelname}\0" \
108 "${initrdname}\0" \
110 "${fdtfile}\0" \
116 "fi;\0" \
122 "fi;\0" \
125 " rootwait ${console} ${opts}\0" \
128 "source ${scriptaddr}\0" \
130 "setenv kerneladdr 0x42000000;" \
134 "bootm ${kerneladdr}#${boardname}\0" \
136 "setenv kerneladdr 0x40007FC0;" \
142 "bootm ${kerneladdr} ${initrd_addr} ${fdt_addr};\0" \
144 "setenv kerneladdr 0x40007FC0;" \
150 "bootz ${kerneladdr} ${initrd_addr} ${fdt_addr};\0" \
152 "if test -e mmc 0 boot.scr; then; " \
154 "elif test -e mmc 0 Image.itb; then; " \
156 "elif test -e mmc 0 zImage; then; " \
158 "elif test -e mmc 0 uImage; then; " \
160 "fi;\0" \
162 "mmcbootdev=0\0" \
163 "mmcbootpart=1\0" \
164 "mmcrootdev=0\0" \
165 "mmcrootpart=2\0" \
166 "bootdelay=0\0" \
168 "dfu_alt_info=Please reset the board\0" \
169 "consoleon=set console console=ttySAC1,115200n8; save; reset\0" \
170 "consoleoff=set console console=ram; save; reset\0" \
171 "initrdname=uInitrd\0" \
172 "initrdaddr=42000000\0" \
173 "scriptaddr=0x42000000\0" \
174 "fdtaddr=40800000\0"