Lines Matching +full:0 +full:x002c0000

29  * Nokia X-Loader loading secondary image to address 0x80400000
82 #define CONFIG_USBD_VENDORID 0x0421
83 #define CONFIG_USBD_PRODUCTID 0x01c8
105 #define PART1_OFFS 0x00000000
106 #define PART1_MASK 0x00000003
112 #define PART2_OFFS 0x00020000
113 #define PART2_MASK 0x00000000
119 #define PART3_OFFS 0x00080000
120 #define PART3_MASK 0x00000000
126 #define PART4_OFFS 0x000c0000
127 #define PART4_MASK 0x00000000
133 #define PART5_OFFS 0x002c0000
134 #define PART5_MASK 0x00000000
140 #define PART6_OFFS 0x004c0000
141 #define PART6_MASK 0x00000000
174 #define MTDPARTS "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0"
180 "usbtty=cdc_acm\0" \
181 "stdin=vga\0" \
182 "stdout=vga\0" \
183 "stderr=vga\0" \
186 "setenv stderr ${con}\0" \
187 "sercon=setenv con serial; run setcon\0" \
188 "usbcon=setenv con usbtty; run setcon\0" \
189 "vgacon=setenv con vga; run setcon\0" \
190 "slide=gpio input " __stringify(GPIO_SLIDE) "\0" \
191 "switchmmc=mmc dev ${mmcnum}\0" \
192 "kernaddr=0x82008000\0" \
193 "initrdaddr=0x84008000\0" \
194 "scriptaddr=0x86008000\0" \
196 "${loadaddr} ${mmcfile}\0" \
199 "run fileload\0" \
202 "run fileload\0" \
205 "run fileload\0" \
207 "${mmcnum}:${mmcpart} ...; source ${scriptaddr}\0" \
209 "${mmcnum}:${mmcpart} ...; bootm ${kernaddr}\0" \
211 "${mmcnum}:${mmcpart} ...; bootm ${kernaddr} ${initrdaddr}\0" \
215 "setenv setup_omap_atag\0" \
220 "fi\0" \
225 "fi\0" \
232 "fi\0" \
234 "setenv mmckernfile uImage; run trymmckernboot\0" \
238 "setenv mmcpart 4; run trymmcpartboot\0" \
246 "fi\0" \
247 "emmcboot=setenv mmcnum 1; run trymmcboot\0" \
248 "sdboot=setenv mmcnum 0; run trymmcboot\0" \
249 "menucmd=bootmenu\0" \
250 "bootmenu_0=Attached kernel=run attachboot\0" \
251 "bootmenu_1=Internal eMMC=run emmcboot\0" \
252 "bootmenu_2=External SD card=run sdboot\0" \
253 "bootmenu_3=U-Boot boot order=boot\0" \
254 "bootmenu_delay=30\0" \
277 "setenv bootmenu_delay 0;" \
278 "setenv bootdelay 0;" \
305 #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + 0x01F00000)/*31MB*/
328 #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
329 #define CONFIG_SYS_INIT_RAM_SIZE 0x800
337 #define SDRAM_SIZE 0x10000000 /* 256 MB */
340 #define IMAGE_MAXSIZE 0x1FF800 /* 2 MB - 2 kB */
341 #define KERNEL_OFFSET 0x40000 /* 256 kB */