Lines Matching +full:0 +full:x80000

63 #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50		/* base address */
65 #define CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW 0x07
87 0x01F00000) /* 31MB */
114 #define CONFIG_ENV_OFFSET 0x180000
115 #define CONFIG_ENV_ADDR 0x180000
121 #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
122 #define CONFIG_SYS_INIT_RAM_SIZE 0x800
139 #define CONFIG_SPL_NAND_WORKSPACE 0x8f07f000 /* below BSS */
145 #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/
150 #define CONFIG_SYS_SPL_MALLOC_START 0x8f000000
151 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x80000
152 #define CONFIG_SPL_BSS_START_ADDR 0x8f080000 /* end of RAM */
153 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000
163 #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x900 /* address 0x120000 */
164 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x80 /* address 0x10000 */
165 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0x80 /* 64KiB */
173 #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
183 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
184 #define CONFIG_SYS_NAND_U_BOOT_SIZE 0x80000
189 "netdev=eth0\0" \
191 "rootfstype=${nandrootfstype}\0" \
193 "nfsroot=${serverip}:${rootpath}\0" \
194 "ramargs=setenv bootargs root=/dev/ram rw\0" \
197 ":${hostname}:${netdev}:off panic=1\0" \
198 "addip_dyn=setenv bootargs ${bootargs} ip=dhcp\0" \
200 "else run addip_sta;fi\0" \
201 "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
203 " console=ttyO0,${baudrate}\0" \
204 "addmisc=setenv bootargs ${bootargs} ${misc}\0" \
205 "loadaddr=82000000\0" \
206 "kernel_addr_r=82000000\0" \
207 "hostname=" CONFIG_HOSTNAME "\0" \
208 "bootfile=" CONFIG_HOSTNAME "/uImage\0" \
210 "bootm ${kernel_addr} ${ramdisk_addr}\0" \
212 "bootm ${kernel_addr}\0" \
214 "nand read ${kernel_addr_r} kernel\0" \
215 "bootm ${kernel_addr_r}\0" \
218 "bootm ${kernel_addr_r}\0" \
222 "else echo Images not loades;fi\0" \
223 "u-boot=" CONFIG_HOSTNAME "/u-boot.img\0" \
224 "load=tftp ${loadaddr} ${u-boot}\0" \
225 "loadmlo=tftp ${loadaddr} ${mlo}\0" \
226 "mlo=" CONFIG_HOSTNAME "/MLO\0" \
227 "uboot_addr=0x80000\0" \
229 "nand write ${loadaddr} ${uboot_addr} 80000\0" \
230 "updatemlo=nandecc hw;nand erase 0 20000;" \
231 "nand write ${loadaddr} 0 20000\0" \
237 "else echo U-Boot not downloaded..exiting;fi\0" \
254 * bit 0~47 : sequence number
255 * bit 48~55 : week of year, from 0.
261 * bit 0~7 : revision fixed
273 if (eeprom_read(CONFIG_SYS_I2C_EEPROM_ADDR, 0, \
277 ret = 0; \
278 } while (0)
284 memset(buf, 0, sizeof(buf)); \
285 for (i = 0 ; i < ARRAY_SIZE((info)->eth_addr); i++) { \
292 (info)->eth_addr[i][0]); \
301 } while (0)
305 ((info)->sequence_number % 0x1000000000000LL)
306 #define TAM3517_week_of_year(info) (((info)->sequence_number >> 48) % 0x100)
308 #define TAM3517_revision_fixed(info) ((info)->revision % 0x100)
309 #define TAM3517_revision_major(info) (((info)->revision >> 8) % 0x100)
324 } while (0)