Lines Matching +full:0 +full:x210000

56 #define CONFIG_SYS_PIOC_PDR_VAL1	0xFFFF0000
58 #define CONFIG_SYS_PIOC_PPUDR_VAL 0xFFFF0000
60 /* EBI_CSA, no pull-ups for D[15:0], CS1 SDRAM, CS3 NAND Flash */
68 #define CONFIG_SYS_SDRC_TR_VAL1 0x13C
86 #define CONFIG_SYS_SDRAM_VAL1 0 /* SDRAM_BASE */
88 #define CONFIG_SYS_SDRAM_VAL2 0 /* SDRAM_BASE */
89 #define CONFIG_SYS_SDRAM_VAL3 0 /* SDRAM_BASE */
90 #define CONFIG_SYS_SDRAM_VAL4 0 /* SDRAM_BASE */
91 #define CONFIG_SYS_SDRAM_VAL5 0 /* SDRAM_BASE */
92 #define CONFIG_SYS_SDRAM_VAL6 0 /* SDRAM_BASE */
93 #define CONFIG_SYS_SDRAM_VAL7 0 /* SDRAM_BASE */
94 #define CONFIG_SYS_SDRAM_VAL8 0 /* SDRAM_BASE */
95 #define CONFIG_SYS_SDRAM_VAL9 0 /* SDRAM_BASE */
97 #define CONFIG_SYS_SDRAM_VAL10 0 /* SDRAM_BASE */
99 #define CONFIG_SYS_SDRAM_VAL11 0 /* SDRAM_BASE */
101 #define CONFIG_SYS_SDRAM_VAL12 0 /* SDRAM_BASE */
128 AT91_WDT_MR_WDV(0xfff) | \
130 AT91_WDT_MR_WDD(0xfff))
157 #define PHYS_SDRAM 0x20000000
158 #define PHYS_SDRAM_SIZE 0x04000000 /* 64 megs */
162 #define CONFIG_SYS_NAND_BASE 0x40000000
172 #define PHYS_FLASH_1 0x10000000
179 #define CONFIG_DM9000_BASE 0x30000000
191 #define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00500000
195 #define CONFIG_SYS_LOAD_ADDR 0x22000000
198 #define CONFIG_SYS_MEMTEST_END 0x23e00000
207 #define CONFIG_ENV_OFFSET 0x4200
208 #define CONFIG_ENV_SIZE 0x4200
209 #define CONFIG_ENV_SECT_SIZE 0x210
210 #define CONFIG_BOOTCOMMAND "sf probe 0; " \
211 "sf read 0x22000000 0x84000 0x210000; " \
212 "bootm 0x22000000"
217 #define CONFIG_ENV_OFFSET 0x60000
218 #define CONFIG_ENV_OFFSET_REDUND 0x80000
219 #define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
220 #define CONFIG_BOOTCOMMAND "nand read 0x22000000 0xA0000 0x200000; bootm"
224 #define CONFIG_ENV_OFFSET 0x40000
225 #define CONFIG_ENV_SECT_SIZE 0x10000
226 #define CONFIG_ENV_SIZE 0x10000
230 #define CONFIG_SYS_JFFS2_FIRST_BANK 0
241 "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
242 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
243 "partition=nand0,0\0" \
244 "ramargs=setenv bootargs $(bootargs) $(mtdparts)\0" \
247 "nfsroot=$(serverip):$(rootpath) $(mtdparts)\0" \
250 ":$(hostname):eth0:off\0" \
251 "ramboot=tftpboot 0x22000000 vmImage;" \
252 "run ramargs;run addip;bootm 22000000\0" \
253 "nfsboot=tftpboot 0x22000000 vmImage;" \
254 "run nfsargs;run addip;bootm 22000000\0" \
255 "flashboot=run ramargs;run addip;bootm 0x10050000\0" \
265 ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)