From 5986edadff53075f4bb5fe419514962c96f9faf6 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Thu, 25 Oct 2012 09:37:19 -0600 Subject: Revert "Remove code that enables/disables VMX in coreboot on chromebooks." The MSR for VMX can start with a random value and needs to be cleared by coreboot. I am reverting this change, as it handles almost everything and doing a follow-on change to fix the improper clearing of the MSR. Change-Id: Ibad7a27b03f199241c52c1ebdd2b6d4e81a18a4e Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/1793 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/cpu/intel/model_206ax/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/intel/model_206ax/Kconfig') diff --git a/src/cpu/intel/model_206ax/Kconfig b/src/cpu/intel/model_206ax/Kconfig index 5c543b88ba..5b3f893943 100644 --- a/src/cpu/intel/model_206ax/Kconfig +++ b/src/cpu/intel/model_206ax/Kconfig @@ -28,6 +28,10 @@ config SMM_TSEG_SIZE hex default 0x800000 +config ENABLE_VMX + bool "Enable VMX for virtualization" + default n + config MICROCODE_INCLUDE_PATH string default "src/cpu/intel/model_206ax" -- cgit v1.2.3