summaryrefslogtreecommitdiff
path: root/src/cpu/intel/microcode/Kconfig
blob: 6e8acdc01d7f27eb631d686bcaf0b950cac9d8a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config MICROCODE_UPDATE_PRE_RAM
	bool
	depends on SUPPORT_CPU_UCODE_IN_CBFS
	default y
	help
	  Select this option if you want to update the microcode
	  during the cache as RAM setup.

config RELOAD_MICROCODE_PATCH
	bool
	default n
	help
	  Select this option if SoC recommends to re-load microcode
	  patch as part of CPU multiprocessor initialization process.
	  This feature is mostly required with Intel latest generation
	  processors starting with Alder Lake (with modified MCHECK init
	  flow).