/openbmc/u-boot/include/configs/ |
H A D | xtfpga.h | 200 # define CONFIG_SYS_FLASH_SIZE 0x0040000 /* 4MB */ macro 206 # define CONFIG_SYS_FLASH_SIZE 0x8000000 /* 128MB */ macro 212 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* 16MB */ macro 220 CONFIG_SYS_FLASH_SIZE/CONFIG_SYS_FLASH_SECT_SZ - 1) 226 #define CONFIG_ENV_OFFSET (CONFIG_SYS_FLASH_SIZE - CONFIG_SYS_FLASH_SECT_SZ)
|
H A D | blanche.h | 36 #define CONFIG_SYS_FLASH_SIZE 0x04000000 /* 64 MB */ macro 40 #define CONFIG_SYS_FLASH_BANKS_SIZES { (CONFIG_SYS_FLASH_SIZE) }
|
H A D | vme8349.h | 99 #define CONFIG_SYS_FLASH_SIZE 4 /* flash size in MB */ macro 105 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \ 119 #define CONFIG_SYS_FLASH_SIZE 128 /* flash size in MB */ macro 125 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
H A D | M5475EVB.h | 198 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro 202 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
|
H A D | M5485EVB.h | 186 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro 190 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
|
H A D | integratorap.h | 33 #define CONFIG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */ macro
|
H A D | omap3_logic.h | 192 #define CONFIG_SYS_FLASH_SIZE 0x4000000 macro
|
H A D | mpc8308_p1m.h | 220 #define CONFIG_SYS_FLASH_SIZE 64 /* FLASH size is 64M */ macro 230 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
H A D | MPC8308RDB.h | 216 #define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size is 8M */ macro 226 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
H A D | MPC8323ERDB.h | 176 #define CONFIG_SYS_FLASH_SIZE 16 /* FLASH size is 16M */ macro 186 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
H A D | dra7xx_evm.h | 149 #define CONFIG_SYS_FLASH_SIZE (64 * 1024 * 1024) /* 64 MB */ macro
|
H A D | devkit3250.h | 80 #define CONFIG_SYS_FLASH_SIZE SZ_4M macro
|
H A D | ve8313.h | 117 #define CONFIG_SYS_FLASH_SIZE 32 /* size in MB */ macro 124 #define CONFIG_SYS_NOR_OR_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
H A D | ids8313.h | 170 #define CONFIG_SYS_FLASH_SIZE 8 macro 180 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) |\
|
H A D | microblaze-generic.h | 61 # define CONFIG_SYS_FLASH_SIZE XILINX_FLASH_SIZE macro
|
H A D | M5249EVB.h | 110 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
|
H A D | bav335x.h | 489 #define CONFIG_SYS_FLASH_SIZE 0x01000000 macro
|
H A D | MPC832XEMDS.h | 186 #define CONFIG_SYS_FLASH_SIZE 16 /* FLASH size is 16M */ macro 196 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
H A D | M5282EVB.h | 148 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
|
H A D | M5275EVB.h | 160 #define CONFIG_SYS_FLASH_SIZE 0x200000 macro
|
H A D | M5208EVBE.h | 132 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
|
H A D | sbc8349.h | 123 #define CONFIG_SYS_FLASH_SIZE 8 /* flash size in MB */ macro 130 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
H A D | MPC8315ERDB.h | 190 #define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size is 8M */ macro 200 #define CONFIG_SYS_NOR_OR_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | mem-common.c | 124 size = (CONFIG_SYS_FLASH_SIZE > 0x08000000) ? GPMC_SIZE_256M : in set_gpmc_cs0() 125 ((CONFIG_SYS_FLASH_SIZE > 0x04000000) ? GPMC_SIZE_128M : in set_gpmc_cs0() 126 ((CONFIG_SYS_FLASH_SIZE > 0x02000000) ? GPMC_SIZE_64M : in set_gpmc_cs0() 127 ((CONFIG_SYS_FLASH_SIZE > 0x01000000) ? GPMC_SIZE_32M : in set_gpmc_cs0()
|
/openbmc/u-boot/include/configs/km/ |
H A D | km83xx-common.h | 87 #define CONFIG_SYS_FLASH_SIZE 256 /* max FLASH size is 256M */ macro 97 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) | \
|