Lines Matching +full:0 +full:x5000000

29 #define CONFIG_SYS_SDRAM_BASE		0x30000000
32 #define CONFIG_SYS_TEXT_BASE 0x34800000
63 #define CONFIG_G_DNL_THOR_VENDOR_NUM 0x04E8
64 #define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D
65 #define CONFIG_G_DNL_UMS_VENDOR_NUM 0x0525
66 #define CONFIG_G_DNL_UMS_PRODUCT_NUM 0xA4A5
77 ",60m(qboot)\0"
89 "u-boot raw 0x80 0x400;" \
90 "uImage ext4 0 2;" \
91 "exynos3-goni.dtb ext4 0 2;" \
92 ""PARTS_ROOT" part 0 5\0"
103 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
107 #define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
114 #define CONFIG_UPDATEB "updateb=onenand erase 0x0 0x100000;" \
115 " onenand write 0x32008000 0x0 0x100000\0"
126 "onenand erase 0xc00000 0x600000;" \
127 "onenand write 0x31008000 0xc00000 0x600000\0" \
129 "onenand erase 0x01560000 0x1eaa0000;" \
130 "onenand write 0x32000000 0x1260000 0x8C0000\0" \
133 "bootm 0x30007FC0\0" \
137 "${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \
141 CONFIG_COMMON_BOOT "; run bootk\0" \
145 "; tftp 0x30007FC0 uImage; bootm 0x30007FC0\0" \
148 "initrd=0x33000000,8M ramdisk=8192\0" \
152 CONFIG_COMMON_BOOT "; run bootk\0" \
153 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
154 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
155 "verify=n\0" \
156 "rootfstype=ext4\0" \
158 "meminfo=mem=80M mem=256M@0x40000000 mem=128M@0x50000000\0" \
159 "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x30007FC0 uImage\0" \
160 "mmcdev=0\0" \
161 "mmcbootpart=2\0" \
162 "mmcrootpart=5\0" \
164 "bootblock=9\0" \
165 "ubiblock=8\0" \
166 "ubi=enabled\0" \
167 "opts=always_resume=1\0" \
168 "dfu_alt_info=" CONFIG_DFU_ALT "\0"
174 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5000000)
175 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4000000)
179 #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE /* OneDRAM Bank #0 */
180 #define PHYS_SDRAM_1_SIZE (80 << 20) /* 80 MB in Bank #0 */
181 #define PHYS_SDRAM_2 0x40000000 /* mDDR DMC1 Bank #1 */
183 #define PHYS_SDRAM_3 0x50000000 /* mDDR DMC2 Bank #2 */
186 #define CONFIG_SYS_MONITOR_BASE 0x00000000
190 #define CONFIG_MMC_DEFAULT_DEV 0
198 #define CONFIG_SYS_ONENAND_BASE 0xB0000000
205 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)