Lines Matching +full:0 +full:x80800000

21 #define V2M_PA_CS0		0x40000000
22 #define V2M_PA_CS1 0x44000000
23 #define V2M_PA_CS2 0x48000000
24 #define V2M_PA_CS3 0x4c000000
25 #define V2M_PA_CS7 0x10000000
28 #define V2M_SYSREGS (V2M_PA_CS7 + V2M_PERIPH_OFFSET(0))
32 #define V2M_BASE 0x60000000
33 #define CONFIG_SYS_TEXT_BASE 0x60800000
36 #define V2M_PA_CS0 0x08000000
37 #define V2M_PA_CS1 0x0c000000
38 #define V2M_PA_CS2 0x14000000
39 #define V2M_PA_CS3 0x18000000
40 #define V2M_PA_CS7 0x1c000000
47 #define V2M_BASE 0x80000000
48 #define CONFIG_SYS_TEXT_BASE 0x80800000
57 #define V2M_VIDEO_SRAM (V2M_PA_CS3 + 0x00000000)
58 #define V2M_LAN9118 (V2M_PA_CS3 + 0x02000000)
59 #define V2M_ISP1761 (V2M_PA_CS3 + 0x03000000)
86 #define V2M_SYS_CFGDATA (V2M_SYSREGS + 0x0a0)
87 #define V2M_SYS_CFGCTRL (V2M_SYSREGS + 0x0a4)
88 #define V2M_SYS_CFGSTAT (V2M_SYSREGS + 0x0a8)
106 #define SYS_CFG_SITE_MB (0 << 16)
112 #define SYS_CFG_COMPLETE (1 << 0)
119 #define CONFIG_SYS_MEMTEST_END 0x20000000
130 #define VEXPRESS_FLASHPROG_FLVPPEN (1 << 0)
133 #define CONFIG_SYS_TIMER_COUNTER (V2M_TIMER01 + 0x4)
146 #define CONFIG_CONS_INDEX 0
164 #define CONFIG_SYS_LOAD_ADDR (V2M_BASE + 0x8000)
165 #define LINUX_BOOT_PARAM_ADDR (V2M_BASE + 0x2000)
171 ((unsigned int)0x20000000))
172 #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512 MB */
173 #define PHYS_SDRAM_2_SIZE 0x20000000 /* 512 MB */
177 #define CONFIG_SYS_INIT_RAM_SIZE 0x1000
192 func(MMC, mmc, 0) \
199 "loadaddr=0x80008000\0" \
200 "ramdisk_addr_r=0x61000000\0" \
201 "kernel_addr=0x44100000\0" \
202 "ramdisk_addr=0x44800000\0" \
203 "maxramdisk=0x1800000\0" \
204 "pxefile_addr_r=0x88000000\0" \
205 "scriptaddr=0x88000000\0" \
206 "kernel_addr_r=0x80008000\0"
209 "loadaddr=0xa0008000\0" \
210 "ramdisk_addr_r=0x81000000\0" \
211 "kernel_addr=0x0c100000\0" \
212 "ramdisk_addr=0x0c800000\0" \
213 "maxramdisk=0x1800000\0" \
214 "pxefile_addr_r=0xa8000000\0" \
215 "scriptaddr=0xa8000000\0" \
216 "kernel_addr_r=0xa0008000\0"
221 "console=ttyAMA0,38400n8\0" \
222 "dram=1024M\0" \
223 "root=/dev/sda1 rw\0" \
224 "mtd=armflash:1M@0x800000(uboot),7M@0x1000000(kernel)," \
225 "24M@0x2000000(initrd)\0" \
228 "devtmpfs.mount=0 vmalloc=256M\0" \
231 "bootm ${kernel_addr} ${ramdisk_addr_r}\0"
234 #define PHYS_FLASH_SIZE 0x04000000 /* 64MB */
237 #define CONFIG_SYS_FLASH_SIZE 0x04000000
247 /* 255 0x40000 sectors + first or last sector may have 4 erase regions = 259 */
249 #define FLASH_MAX_SECTOR_SIZE 0x00040000 /* 256 KB sectors */