From c6bf74ec757b4445a14179a9960d4532fd0eb479 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 5 Jan 2019 17:18:11 +0100 Subject: cpu/intel/microcode: Support update before CAR entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3c2d2e1bc79dcaffd9901e17f83ceeaabd1d659 Signed-off-by: Arthur Heymans Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30682 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/cpu/intel/microcode/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/cpu/intel/microcode/Kconfig (limited to 'src/cpu/intel/microcode/Kconfig') diff --git a/src/cpu/intel/microcode/Kconfig b/src/cpu/intel/microcode/Kconfig new file mode 100644 index 0000000000..b78389215d --- /dev/null +++ b/src/cpu/intel/microcode/Kconfig @@ -0,0 +1,7 @@ +config MICROCODE_UPDATE_PRE_RAM + bool + depends on SUPPORT_CPU_UCODE_IN_CBFS + default y if C_ENVIRONMENT_BOOTBLOCK + help + Select this option if you want to update the microcode + during the cache as ram setup. -- cgit v1.2.3