Lines Matching +full:0 +full:x07000000
24 * header. That is 0x800FFFC0--0x80100000 should not be used for any
27 #define CONFIG_SYS_TEXT_BASE 0x80100000
29 #define CONFIG_SPL_BSS_START_ADDR 0x80000500 /* leave space for bootargs*/
30 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000
32 #define CONFIG_SYS_SPL_MALLOC_START 0x80208000
33 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */
54 #define CONFIG_DM9000_BASE 0x2c000000
56 #define DM9000_DATA (CONFIG_DM9000_BASE + 0x400)
79 #define CONFIG_JFFS2_PART_OFFSET 0x680000
80 #define CONFIG_JFFS2_PART_SIZE 0xf980000 /* size of jffs2 */
101 "loadaddr=0x82000000\0" \
102 "console=ttyO2,115200n8\0" \
103 "mmcdev=0\0" \
104 "vram=12M\0" \
105 "dvimode=1024x768MR-16@60\0" \
106 "defaultdisplay=dvi\0" \
107 "nfsopts=hard,tcp,rsize=65536,wsize=65536\0" \
108 "kernelopts=rw\0" \
113 "omapdss.def_disp=${defaultdisplay}\0" \
119 "${kernelopts}\0" \
127 "${kernelopts}\0" \
136 "dnsip2=${dnsip2}\0" \
137 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
139 "source ${loadaddr}\0" \
140 "loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \
141 "eraseenv=nand unlock 0x260000 0x20000; nand erase 0x260000 0x20000\0" \
144 "bootm ${loadaddr}\0" \
148 "bootm ${loadaddr}\0" \
152 "bootm ${loadaddr}\0" \
162 "else run nandboot; fi\0"
167 #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0 + 0x07000000)
169 0x01000000) /* 16MB */
172 #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
177 #define CONFIG_SYS_SRAM_START 0x40200000
178 #define CONFIG_SYS_SRAM_SIZE 0x10000
183 #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/
191 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
199 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
200 #define CONFIG_SYS_NAND_U_BOOT_SIZE 0x200000
203 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
208 #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x500 /* address 0xa0000 */
209 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x8 /* address 0x1000 */
213 #define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)