Skip to content

Commit b7adbb6

Browse files
committed
x230 PoC: test linuxboot#1378
1 parent 2a2279b commit b7adbb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boards/x230-maximized/x230-maximized.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
# - DOES NOT INCLUDE Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
export CONFIG_COREBOOT=y
1010
export CONFIG_COREBOOT_VERSION=4.13
11-
export CONFIG_LINUX_VERSION=4.14.62
11+
export CONFIG_LINUX_VERSION=5.10.5
1212

1313
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-maximized.config
14-
CONFIG_LINUX_CONFIG=config/linux-x230-maximized.config
14+
CONFIG_LINUX_CONFIG=config/linux-librem_common.config
1515

1616
#Additional hardware support
1717
CONFIG_LINUX_USB=y

config/coreboot-x230-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONFIG_ME_BIN_PATH="@BLOB_DIR@/xx30/me.bin"
77
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/xx30/gbe.bin"
88
CONFIG_HAVE_IFD_BIN=y
99
CONFIG_BOARD_LENOVO_X230=y
10-
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet"
10+
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet drm_kms_helper.drm_leak_fbdev_smem=1 i915.enable_fbc=0"
1111
CONFIG_UART_PCI_ADDR=0
1212
CONFIG_HAVE_ME_BIN=y
1313
CONFIG_HAVE_GBE_BIN=y

0 commit comments

Comments
 (0)