From c1409a8b7552225d4ceb0c46e72df92edc3af579 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Thu, 17 Feb 2022 20:31:27 -0500 Subject: [PATCH] config/coreboot-xx30(legacy platforms): add back microcode updates that were preventing vmx to work on i5 without them. Fixes #1107 --- config/coreboot-t430-hotp-verification.config | 1 - config/coreboot-t430.config | 1 - config/coreboot-x230-hotp-verification.config | 1 - config/coreboot-x230.config | 1 - 4 files changed, 4 deletions(-) diff --git a/config/coreboot-t430-hotp-verification.config b/config/coreboot-t430-hotp-verification.config index c0526e77..effc5e77 100644 --- a/config/coreboot-t430-hotp-verification.config +++ b/config/coreboot-t430-hotp-verification.config @@ -7,7 +7,6 @@ CONFIG_CBFS_SIZE=0x700000 CONFIG_BOARD_LENOVO_THINKPAD_T430=y CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" CONFIG_UART_PCI_ADDR=0 -CONFIG_CPU_MICROCODE_CBFS_NONE=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_TPM_MEASURED_BOOT=y diff --git a/config/coreboot-t430.config b/config/coreboot-t430.config index c0f8b2ae..cd717766 100644 --- a/config/coreboot-t430.config +++ b/config/coreboot-t430.config @@ -4,7 +4,6 @@ CONFIG_NO_POST=y CONFIG_CBFS_SIZE=0x700000 CONFIG_BOARD_LENOVO_THINKPAD_T430=y CONFIG_UART_PCI_ADDR=0 -CONFIG_CPU_MICROCODE_CBFS_NONE=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_TPM_MEASURED_BOOT=y diff --git a/config/coreboot-x230-hotp-verification.config b/config/coreboot-x230-hotp-verification.config index 1e421f7f..ec93cf1b 100644 --- a/config/coreboot-x230-hotp-verification.config +++ b/config/coreboot-x230-hotp-verification.config @@ -5,7 +5,6 @@ CONFIG_CBFS_SIZE=0x700000 CONFIG_BOARD_LENOVO_X230=y CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" CONFIG_UART_PCI_ADDR=0 -CONFIG_CPU_MICROCODE_CBFS_NONE=y CONFIG_NO_GFX_INIT=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_TPM_MEASURED_BOOT=y diff --git a/config/coreboot-x230.config b/config/coreboot-x230.config index 2f799e7a..9f8b40c5 100644 --- a/config/coreboot-x230.config +++ b/config/coreboot-x230.config @@ -5,7 +5,6 @@ CONFIG_CBFS_SIZE=0x700000 CONFIG_BOARD_LENOVO_X230=y CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" CONFIG_UART_PCI_ADDR=0 -CONFIG_CPU_MICROCODE_CBFS_NONE=y CONFIG_NO_GFX_INIT=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_TPM_MEASURED_BOOT=y