File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
# - DOES NOT INCLUDE Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
9
9
export CONFIG_COREBOOT=y
10
10
export CONFIG_COREBOOT_VERSION=4.13
11
- export CONFIG_LINUX_VERSION=4.14.62
11
+ export CONFIG_LINUX_VERSION=5.10.5
12
12
13
13
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
15
15
16
16
#Additional hardware support
17
17
CONFIG_LINUX_USB=y
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CONFIG_ME_BIN_PATH="@BLOB_DIR@/xx30/me.bin"
7
7
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/xx30/gbe.bin"
8
8
CONFIG_HAVE_IFD_BIN=y
9
9
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 "
11
11
CONFIG_UART_PCI_ADDR=0
12
12
CONFIG_HAVE_ME_BIN=y
13
13
CONFIG_HAVE_GBE_BIN=y
You can’t perform that action at this time.
0 commit comments