Lines Matching +full:0 +full:x600000
27 #define CONFIG_SYS_SDRAM_BASE 0x30000000
55 #define CONFIG_G_DNL_THOR_VENDOR_NUM 0x04E8
56 #define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D
57 #define CONFIG_G_DNL_UMS_VENDOR_NUM 0x0525
58 #define CONFIG_G_DNL_UMS_PRODUCT_NUM 0xA4A5
72 "u-boot raw 0x80 0x400;" \
73 "uImage ext4 0 2;" \
74 "exynos3-goni.dtb ext4 0 2;" \
75 ""PARTS_ROOT" part 0 5\0"
86 "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
90 #define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
97 #define CONFIG_UPDATEB "updateb=onenand erase 0x0 0x100000;" \
98 " onenand write 0x32008000 0x0 0x100000\0"
106 "onenand erase 0xc00000 0x600000;" \
107 "onenand write 0x31008000 0xc00000 0x600000\0" \
109 "onenand erase 0x01560000 0x1eaa0000;" \
110 "onenand write 0x32000000 0x1260000 0x8C0000\0" \
113 "bootm 0x30007FC0\0" \
117 "${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \
121 CONFIG_COMMON_BOOT "; run bootk\0" \
125 "; tftp 0x30007FC0 uImage; bootm 0x30007FC0\0" \
128 "initrd=0x33000000,8M ramdisk=8192\0" \
132 CONFIG_COMMON_BOOT "; run bootk\0" \
133 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
134 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
135 "verify=n\0" \
136 "rootfstype=ext4\0" \
138 "meminfo=mem=80M mem=256M@0x40000000 mem=128M@0x50000000\0" \
139 "loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x30007FC0 uImage\0" \
140 "mmcdev=0\0" \
141 "mmcbootpart=2\0" \
142 "mmcrootpart=5\0" \
144 "bootblock=9\0" \
145 "ubiblock=8\0" \
146 "ubi=enabled\0" \
147 "opts=always_resume=1\0" \
148 "dfu_alt_info=" CONFIG_DFU_ALT "\0"
153 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5000000)
154 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4000000)
157 #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE /* OneDRAM Bank #0 */
158 #define PHYS_SDRAM_1_SIZE (80 << 20) /* 80 MB in Bank #0 */
159 #define PHYS_SDRAM_2 0x40000000 /* mDDR DMC1 Bank #1 */
161 #define PHYS_SDRAM_3 0x50000000 /* mDDR DMC2 Bank #2 */
164 #define CONFIG_SYS_MONITOR_BASE 0x00000000
168 #define CONFIG_MMC_DEFAULT_DEV 0
176 #define CONFIG_SYS_ONENAND_BASE 0xB0000000
178 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)