Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_FLASH_SIZE (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/u-boot/include/configs/
H A Dxtfpga.h200 # 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 Dblanche.h36 #define CONFIG_SYS_FLASH_SIZE 0x04000000 /* 64 MB */ macro
40 #define CONFIG_SYS_FLASH_BANKS_SIZES { (CONFIG_SYS_FLASH_SIZE) }
H A Dvme8349.h99 #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 DM5475EVB.h198 # 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 DM5485EVB.h186 # 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 Dintegratorap.h33 #define CONFIG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */ macro
H A Domap3_logic.h192 #define CONFIG_SYS_FLASH_SIZE 0x4000000 macro
H A Dmpc8308_p1m.h220 #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 DMPC8308RDB.h216 #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 DMPC8323ERDB.h176 #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 Ddra7xx_evm.h149 #define CONFIG_SYS_FLASH_SIZE (64 * 1024 * 1024) /* 64 MB */ macro
H A Ddevkit3250.h80 #define CONFIG_SYS_FLASH_SIZE SZ_4M macro
H A Dve8313.h117 #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 Dids8313.h170 #define CONFIG_SYS_FLASH_SIZE 8 macro
180 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) |\
H A Dmicroblaze-generic.h61 # define CONFIG_SYS_FLASH_SIZE XILINX_FLASH_SIZE macro
H A DM5249EVB.h110 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
H A Dbav335x.h489 #define CONFIG_SYS_FLASH_SIZE 0x01000000 macro
H A DMPC832XEMDS.h186 #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 DM5282EVB.h148 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
H A DM5275EVB.h160 #define CONFIG_SYS_FLASH_SIZE 0x200000 macro
H A DM5208EVBE.h132 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
H A Dsbc8349.h123 #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 DMPC8315ERDB.h190 #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 Dmem-common.c124 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 Dkm83xx-common.h87 #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) | \

12