| /u-boot/include/configs/ |
| A D | mccmon6.h | 12 #define CFG_SYS_UBOOT_BASE (CFG_SYS_FLASH_BASE + 0x80000) 27 #define CFG_SYS_FLASH_BASE WEIM_ARB_BASE_ADDR macro 30 #define CFG_SYS_FLASH_BANKS_LIST { (CFG_SYS_FLASH_BASE) } 118 "nor_bank_start=" __stringify(CFG_SYS_FLASH_BASE) "\0" \
|
| A D | M5249EVB.h | 57 #define CFG_SYS_FLASH_BASE (CFG_SYS_CS0_BASE) macro 76 # define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH_BASE } 88 #define CFG_SYS_CACHE_ACR0 (CFG_SYS_FLASH_BASE | \
|
| A D | xtfpga.h | 134 # define CFG_SYS_FLASH_BASE IOADDR(0x08000000) macro 138 # define CFG_SYS_FLASH_BASE IOADDR(0x00000000) macro 142 # define CFG_SYS_FLASH_BASE IOADDR(0x08000000) macro
|
| A D | r2dplus.h | 18 #define CFG_SYS_FLASH_BASE (0xA0000000) macro 19 #define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH_BASE }
|
| A D | malta.h | 38 # define CFG_SYS_FLASH_BASE 0xffffffffbe000000 macro 40 # define CFG_SYS_FLASH_BASE 0xbe000000 macro
|
| A D | blanche.h | 26 #define CFG_SYS_FLASH_BASE 0x00000000 macro 28 #define CFG_SYS_FLASH_BANKS_LIST { (CFG_SYS_FLASH_BASE) }
|
| A D | stm32f746-disco.h | 15 #define CFG_SYS_FLASH_BASE 0x08000000 macro 36 #define CFG_SYS_UBOOT_BASE (CFG_SYS_FLASH_BASE + \
|
| A D | amcore.h | 39 #define CFG_SYS_FLASH_BASE 0xffc00000 macro 70 #define CFG_SYS_CS0_BASE (CFG_SYS_FLASH_BASE>>16)
|
| A D | M5282EVB.h | 69 #define CFG_SYS_FLASH_BASE CFG_SYS_CS0_BASE macro 86 # define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH_BASE }
|
| A D | ls1043a_common.h | 62 #define CFG_SYS_FLASH_BASE 0x60000000 macro 63 #define CFG_SYS_FLASH_BASE_PHYS CFG_SYS_FLASH_BASE
|
| A D | eb_cpu5282.h | 82 #define CFG_SYS_FLASH_BASE CFG_SYS_CS0_BASE macro 88 #define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH_BASE }
|
| A D | synquacer.h | 38 #define CFG_SYS_FLASH_BASE (0x08000000) macro 39 #define CFG_SYS_FLASH_BANKS_LIST {CFG_SYS_FLASH_BASE}
|
| A D | M5253DEMO.h | 83 #define CFG_SYS_FLASH_BASE (CFG_SYS_CS0_BASE) macro 107 #define CFG_SYS_CACHE_ACR0 (CFG_SYS_FLASH_BASE | \
|
| A D | p1_p2_rdb_pc.h | 180 #define CFG_SYS_FLASH_BASE 0xec000000 macro 182 #define CFG_SYS_FLASH_BASE 0xef000000 macro 186 #define CFG_SYS_FLASH_BASE_PHYS (0xf00000000ull | CFG_SYS_FLASH_BASE) 188 #define CFG_SYS_FLASH_BASE_PHYS CFG_SYS_FLASH_BASE
|
| A D | MPC8548CDS.h | 105 #define CFG_SYS_FLASH_BASE 0xff000000 /* start of FLASH 16M */ macro 109 #define CFG_SYS_FLASH_BASE_PHYS CFG_SYS_FLASH_BASE
|
| A D | stm32f429-discovery.h | 10 #define CFG_SYS_FLASH_BASE 0x08000000 macro
|
| A D | integrator-common.h | 44 #define CFG_SYS_FLASH_BASE 0x24000000 macro
|
| A D | bmips_bcm6338.h | 20 #define CFG_SYS_FLASH_BASE 0xbfc00000 macro
|
| A D | bmips_bcm6348.h | 20 #define CFG_SYS_FLASH_BASE 0xbfc00000 macro
|
| /u-boot/include/configs/km/ |
| A D | km-mpc83xx.h | 12 #define CFG_SYS_FLASH_BASE 0xF0000000 macro 36 #define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH_BASE }
|
| /u-boot/tools/ |
| A D | envcrc.c | 26 # define CONFIG_ENV_ADDR (CFG_SYS_FLASH_BASE + CONFIG_ENV_OFFSET) 29 # define CONFIG_ENV_OFFSET (CONFIG_ENV_ADDR - CFG_SYS_FLASH_BASE) 32 # define CONFIG_ENV_ADDR_REDUND (CFG_SYS_FLASH_BASE + CONFIG_ENV_OFFSET_REDUND)
|
| /u-boot/board/cobra5272/ |
| A D | flash.c | 15 #define PHYS_FLASH_1 CFG_SYS_FLASH_BASE 105 CFG_SYS_FLASH_BASE, in flash_init() 106 CFG_SYS_FLASH_BASE + 0x3ffff, &flash_info[0]); in flash_init() 120 #define MEM_FLASH_ADDR1 (*(volatile u16 *)(CFG_SYS_FLASH_BASE + (0x00000555<<1))) 121 #define MEM_FLASH_ADDR2 (*(volatile u16 *)(CFG_SYS_FLASH_BASE + (0x000002AA<<1)))
|
| /u-boot/board/socrates/ |
| A D | tlb.c | 36 SET_TLB_ENTRY(1, CFG_SYS_FLASH_BASE, CFG_SYS_FLASH_BASE,
|
| /u-boot/board/freescale/p1010rdb/ |
| A D | tlb.c | 44 SET_TLB_ENTRY(1, CFG_SYS_FLASH_BASE, CFG_SYS_FLASH_BASE_PHYS, 48 SET_TLB_ENTRY(1, CFG_SYS_FLASH_BASE + 0x1000000,
|
| /u-boot/board/freescale/t104xrdb/ |
| A D | t104xrdb.c | 65 #ifdef CFG_SYS_FLASH_BASE in board_early_init_r() 66 const unsigned int flashbase = CFG_SYS_FLASH_BASE; in board_early_init_r()
|