Lines Matching +full:0 +full:x33000000
32 #define CONFIG_SYS_SDRAM_BASE 0x30000000
35 #define CONFIG_SYS_TEXT_BASE 0x34800000
44 * 1MB = 0x100000, 0x100000 = 1024 * 1024
51 #define CONFIG_SERIAL0 1 /* use SERIAL 0 on SMDKC100 */
69 #define CONFIG_UPDATEB "updateb=onenand erase 0x0 0x40000;" \
70 " onenand write 0x32008000 0x0 0x40000\0"
76 "onenand erase 0x60000 0x300000;" \
77 "onenand write 0x31008000 0x60000 0x300000\0" \
80 "onenand write 0x32000000 0x1260000 0x8C0000\0" \
82 "onenand read 0x30007FC0 0x60000 0x300000;" \
83 "bootm 0x30007FC0\0" \
88 "run bootk\0" \
92 "run bootk\0" \
93 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
97 "run bootk\0" \
103 "run bootk\0" \
106 " initrd=0x33000000,8M ramdisk=8192\0" \
107 "rootfstype=cramfs\0" \
108 "mtdparts=" MTDPARTS_DEFAULT "\0" \
109 "meminfo=mem=128M\0" \
110 "nfsroot=/nfsroot/arm\0" \
111 "bootblock=5\0" \
112 "ubiblock=4\0" \
122 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5e00000)
128 #define PHYS_SDRAM_1_SIZE (128 << 20) /* 0x8000000, 128 MB Bank #1 */
130 #define CONFIG_SYS_MONITOR_BASE 0x00000000
138 #if !defined(CONFIG_NAND_SPL) && (CONFIG_SYS_TEXT_BASE >= 0xc0000000)
143 #define CONFIG_SYS_MAPPED_RAM_BASE 0xc0000000
151 #define CONFIG_ENV_SIZE (128 << 10) /* 128KiB, 0x20000 */
152 #define CONFIG_ENV_ADDR (256 << 10) /* 256KiB, 0x40000 */
153 #define CONFIG_ENV_OFFSET (256 << 10) /* 256KiB, 0x40000 */
157 #define CONFIG_SYS_ONENAND_BASE 0xE7100000
159 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)
167 #define CONFIG_SMC911X_BASE 0x98800300 /* SMC911X Drive Base */