aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_baytrail/microcode/microcode_size.h
blob: 2af22016cb3079b5c64dc4f2906be5c13a5e2169 (plain)
1
2
3
4
5
6
/* Maximum size of the area that the FSP will search for the correct microcode */
#if !IS_ENABLED(CONFIG_SOC_INTEL_FSP_BAYTRAIL_MD)
	#define MICROCODE_REGION_LENGTH 0x30000
#else
	#define MICROCODE_REGION_LENGTH 0x10000
#endif