Skip to content

Commit c9d7555

Browse files
committed
Moved boards to 5.10.5 kernel configs to not cause regression on crypto backend, both with cryptsetup and current gpg toolstack modules/linux added 5.10.178 but nothing migrated at this stage. modules/linux includes Android tethering modules to be packed when needed per board configs (maximized only) Kernel configs for x230 good to go. u-root module containing bases for using exp/tcz and wget (with only root ca module included) qemu kernel config includes changes needed to support CGROUPS and busybox upgraded and config changed to include adduser/addgroup/delgoup/deluser per determist/systems requirements, but still failing Makefile: adds packing of u-root under initrd if requested initrd/bin/tinycorePoC: requires manual activation of libraries under u-root module kexec patch still carries old multiboot patch. Not sure wasa good idea to remove since user could decide to use old default multiboot1 (default is now multiboot2 under kexec 2.0.26 under master) CircleCI changes revisioning to 4.19 (textual, not changing any behavior)
1 parent 400f71d commit c9d7555

File tree

79 files changed

+860
-301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+860
-301
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ workflows:
209209
# version. The last board in the sequence is the dependency
210210
# for the parallel boards built at the end, and also save_cache.
211211

212-
# Coreboot 4.13
212+
# Coreboot 4.19
213213
- build_and_persist:
214214
name: x230-hotp-maximized
215215
target: x230-hotp-maximized

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ include $(CONFIG)
5151

5252
# Unless otherwise specified, we are building for heads
5353
CONFIG_HEADS ?= y
54+
CONFIG_UROOT ?= n
5455

5556
# Unless otherwise specified, we are building bash to have non-interactive shell for scripts (arrays and bashisms)
5657
CONFIG_BASH ?= y
@@ -529,6 +530,7 @@ initrd-y += $(pwd)/blobs/dev.cpio
529530
initrd-y += $(build)/$(initrd_dir)/modules.cpio
530531
initrd-y += $(build)/$(initrd_dir)/tools.cpio
531532
initrd-$(CONFIG_HEADS) += $(build)/$(initrd_dir)/heads.cpio
533+
initrd-$(CONFIG_UROOT) += $(build)/$(initrd_dir)/u-root.cpio
532534

533535
#$(build)/$(initrd_dir)/.build: $(build)/$(initrd_dir)/initrd.cpio.xz
534536

boards/p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CONFIG_LINUX_CONFIG=config/linux-x230-maximized.config
3939
CONFIG_COREBOOT_CONFIG=config/coreboot-p8z77-m_pro-tpm1.config
4040

4141
export CONFIG_COREBOOT=y
42-
export CONFIG_COREBOOT_VERSION=4.17
42+
export CONFIG_COREBOOT_VERSION=4.19
4343
export CONFIG_LINUX_VERSION=5.10.5
4444

4545
CONFIG_CRYPTSETUP2=y

boards/qemu-coreboot-fbwhiptail-tpm1-hotp/qemu-coreboot-fbwhiptail-tpm1-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Nitrokey Pro can also be used by forwarding the USB device from the host to
66
# the VM.
77
export CONFIG_COREBOOT=y
8-
export CONFIG_COREBOOT_VERSION=4.13
8+
export CONFIG_COREBOOT_VERSION=4.19
99
export CONFIG_LINUX_VERSION=5.10.5
1010

1111
#Enable DEBUG output

boards/qemu-coreboot-fbwhiptail-tpm1/qemu-coreboot-fbwhiptail-tpm1.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# TPM can be used with a qemu software TPM (TIS, 1.2).
55
export CONFIG_COREBOOT=y
6-
export CONFIG_COREBOOT_VERSION=4.13
6+
export CONFIG_COREBOOT_VERSION=4.19
77
export CONFIG_LINUX_VERSION=5.10.5
88

99
#Enable DEBUG output

boards/qemu-coreboot-fbwhiptail-tpm2-hotp/qemu-coreboot-fbwhiptail-tpm2-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# TPM can be used with a qemu software TPM (TIS, 2.0).
66
export CONFIG_COREBOOT=y
7-
export CONFIG_COREBOOT_VERSION=4.13
7+
export CONFIG_COREBOOT_VERSION=4.19
88
export CONFIG_LINUX_VERSION=5.10.5
99

1010
#Enable DEBUG output

boards/qemu-coreboot-fbwhiptail-tpm2/qemu-coreboot-fbwhiptail-tpm2.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# TPM can be used with a qemu software TPM (TIS, 2.0).
55
export CONFIG_COREBOOT=y
6-
export CONFIG_COREBOOT_VERSION=4.13
6+
export CONFIG_COREBOOT_VERSION=4.19
77
export CONFIG_LINUX_VERSION=5.10.5
88

99
#Enable DEBUG output

boards/qemu-coreboot-fbwhiptail/qemu-coreboot-fbwhiptail.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Note that the TPM does not work.
55
export CONFIG_COREBOOT=y
6-
export CONFIG_COREBOOT_VERSION=4.13
6+
export CONFIG_COREBOOT_VERSION=4.19
77
export CONFIG_LINUX_VERSION=5.10.5
88

99
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu-fbwhiptail.config

boards/qemu-coreboot-whiptail-tpm1-hotp/qemu-coreboot-whiptail-tpm1-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Nitrokey Pro can also be used by forwarding the USB device from the host to
66
# the VM.
77
export CONFIG_COREBOOT=y
8-
export CONFIG_COREBOOT_VERSION=4.13
8+
export CONFIG_COREBOOT_VERSION=4.19
99
export CONFIG_LINUX_VERSION=5.10.5
1010

1111
#Enable DEBUG output

boards/qemu-coreboot-whiptail-tpm1/qemu-coreboot-whiptail-tpm1.config

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
#
44
# TPM can be used with a qemu software TPM (TIS, 1.2).
55
export CONFIG_COREBOOT=y
6-
export CONFIG_COREBOOT_VERSION=4.13
6+
export CONFIG_COREBOOT_VERSION=4.19
77
export CONFIG_LINUX_VERSION=5.10.5
88

9+
910
#Enable DEBUG output
1011
export CONFIG_DEBUG_OUTPUT=y
1112
export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
1213

1314
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu-tpm1.config
1415
CONFIG_LINUX_CONFIG=config/linux-qemu.config
1516

16-
ifeq "$(CONFIG_UROOT)" "y"
17-
CONFIG_BUSYBOX=n
18-
else
17+
#Testing
18+
CONFIG_UROOT=y
19+
#CONFIG_TINYCORE_ROOTFS=y
20+
export CONFIG_SYNC_TIME_ON_NETWORK_INIT=n
21+
1922
CONFIG_KEXEC=y
2023
CONFIG_QRENCODE=y
2124
CONFIG_TPMTOTP=y
@@ -41,8 +44,6 @@ CONFIG_MSRTOOLS=y
4144
CONFIG_NEWT=y
4245
CONFIG_SLANG=y
4346

44-
endif
45-
4647
export CONFIG_LINUX_USB_COMPANION_CONTROLLER=y
4748
CONFIG_LINUX_USB=y
4849
CONFIG_LINUX_E1000=y

boards/qemu-coreboot-whiptail-tpm2-hotp/qemu-coreboot-whiptail-tpm2-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# TPM can be used with a qemu software TPM (TIS, 2.0).
66
export CONFIG_COREBOOT=y
7-
export CONFIG_COREBOOT_VERSION=4.13
7+
export CONFIG_COREBOOT_VERSION=4.19
88
export CONFIG_LINUX_VERSION=5.10.5
99

1010
#Enable DEBUG output

boards/qemu-coreboot-whiptail-tpm2/qemu-coreboot-whiptail-tpm2.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# TPM can be used with a qemu software TPM (TIS, 2.0).
55
export CONFIG_COREBOOT=y
6-
export CONFIG_COREBOOT_VERSION=4.13
6+
export CONFIG_COREBOOT_VERSION=4.19
77
export CONFIG_LINUX_VERSION=5.10.5
88

99
#Enable DEBUG output

boards/qemu-coreboot/qemu-coreboot.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Note that the TPM does not work, so this
55
# will just drop into the recovery shell.
66
export CONFIG_COREBOOT=y
7-
export CONFIG_COREBOOT_VERSION=4.13
7+
export CONFIG_COREBOOT_VERSION=4.19
88
export CONFIG_LINUX_VERSION=5.10.5
99

1010
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu.config

boards/t420-hotp-maximized/t420-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# - dropbear
1010

1111
export CONFIG_COREBOOT=y
12-
export CONFIG_COREBOOT_VERSION=4.13
12+
export CONFIG_COREBOOT_VERSION=4.19
1313
export CONFIG_LINUX_VERSION=5.10.5
1414

1515
CONFIG_COREBOOT_CONFIG=config/coreboot-t420-maximized.config

boards/t420-maximized/t420-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Doesn't include (to fit in 7mb image)
99
# - dropbear
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-t420-maximized.config

boards/t420/t420.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration for a t420 running Qubes 4.1 and other OS, X220 is identical to X230 on the Linux Side of things.
22
export CONFIG_COREBOOT=y
3-
export CONFIG_COREBOOT_VERSION=4.13
3+
export CONFIG_COREBOOT_VERSION=4.19
44
export CONFIG_LINUX_VERSION=5.10.5
55

66
CONFIG_COREBOOT_CONFIG=config/coreboot-t420.config

boards/t430-hotp-legacy/t430-hotp-legacy.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Addition vs standard x230 board config:
99
# HOTP_KEY: HOTP challenge for currently supported USB Security dongles
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-t430-legacy.config

boards/t430-hotp-maximized/t430-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
export CONFIG_COREBOOT=y
10-
export CONFIG_COREBOOT_VERSION=4.13
10+
export CONFIG_COREBOOT_VERSION=4.19
1111
export CONFIG_LINUX_VERSION=5.10.5
1212

1313
CONFIG_COREBOOT_CONFIG=config/coreboot-t430-maximized.config

boards/t430-legacy-flash/t430-legacy-flash.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Minimal configuration for a t430 to support flashrom and USB
22

33
export CONFIG_COREBOOT=y
4-
export CONFIG_COREBOOT_VERSION=4.13
4+
export CONFIG_COREBOOT_VERSION=4.19
55
export CONFIG_LINUX_VERSION=5.10.5
66

77
CONFIG_BASH=n

boards/t430-legacy/t430-legacy.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# dropbear support(ssh client/server)
66
# e1000e (ethernet driver)
77
export CONFIG_COREBOOT=y
8-
export CONFIG_COREBOOT_VERSION=4.13
8+
export CONFIG_COREBOOT_VERSION=4.19
99
export CONFIG_LINUX_VERSION=5.10.5
1010

1111
CONFIG_COREBOOT_CONFIG=config/coreboot-t430-legacy.config

boards/t430-maximized/t430-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
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
10-
export CONFIG_COREBOOT_VERSION=4.13
10+
export CONFIG_COREBOOT_VERSION=4.19
1111
export CONFIG_LINUX_VERSION=5.10.5
1212

1313
CONFIG_COREBOOT_CONFIG=config/coreboot-t430-maximized.config

boards/t520-hotp-maximized/t520-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - Forged 00:DE:AD:C0:FF:EE MAC address (if not extracting gbe.bin from backup with blobs/xx20/extract.sh)
66
# - Note that this MAC address can be modified under build/coreboot-VER/util/bincfg/gbe-82579LM.set
77
export CONFIG_COREBOOT=y
8-
export CONFIG_COREBOOT_VERSION=4.13
8+
export CONFIG_COREBOOT_VERSION=4.19
99
export CONFIG_LINUX_VERSION=5.10.5
1010

1111
CONFIG_COREBOOT_CONFIG=config/coreboot-t520-maximized.config

boards/t520-maximized/t520-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - Forged 00:DE:AD:C0:FF:EE MAC address (if not extracting gbe.bin from backup with blobs/xx20/extract.sh)
66
# - Note that this MAC address can be modified under build/coreboot-VER/util/bincfg/gbe-82579LM.set
77
export CONFIG_COREBOOT=y
8-
export CONFIG_COREBOOT_VERSION=4.13
8+
export CONFIG_COREBOOT_VERSION=4.19
99
export CONFIG_LINUX_VERSION=5.10.5
1010

1111
CONFIG_COREBOOT_CONFIG=config/coreboot-t520-maximized.config

boards/t530-dgpu-hotp-maximized/t530-dgpu-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a t530 with a dGPU. Initialization of the dGPU is necessary in order to use an external monitor via the DisplayPort (either the in-built mini-DisplayPort or the DisplayPort in the dock). In order to build this the relevant script in the blobs directory must be run (or self-pulled roms placed in that directory) and after building the rom, the nvramtool must be run on the 12MB rom to change the default graphics mode away from integrated-only graphics (see README_vbios in the blobs directory).
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-t530-dgpu-maximized.config

boards/t530-dgpu-maximized/t530-dgpu-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a t530 with a dGPU. Initialization of the dGPU is necessary in order to use an external monitor via the DisplayPort (either the in-built mini-DisplayPort or the DisplayPort in the dock). In order to build this the relevant script in the blobs directory must be run (or self-pulled roms placed in that directory) and after building the rom, the nvramtool must be run on the 12MB rom to change the default graphics mode away from integrated-only graphics (see README_vbios in the blobs directory).
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-t530-dgpu-maximized.config

boards/t530-hotp-maximized/t530-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a t530 without a dGPU. It will work just fine for a board with a dGPU, except you will not be able to use an external monitor via the mini-displayport or the dock's displayport, though external monitors will work via VGA ports. To initialize the dGPU please use one of the dgpu boards.
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-t530-maximized.config

boards/t530-maximized/t530-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a t530 without a dGPU. It will work just fine for a board with a dGPU, except you will not be able to use an external monitor via the mini-displayport or the dock's displayport, though external monitors will work via VGA ports. To initialize the dGPU please use one of the dgpu boards.
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-t530-maximized.config

boards/w530-dgpu-K1000m-hotp-maximized/w530-dgpu-K1000m-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a w530 with the K1000M Nvidia Quadro dGPU. Initialization of the dGPU is necessary in order to use an external monitor whether through the in-build VGA or mini-DisplayPort or via the dock. In order to build this the relevant script in the blobs directory must be run (or self-pulled roms placed in that directory) and after building the rom, the nvramtool must be run on the 12MB rom to change the default graphics mode away from integrated-only graphics (see README_vbios in the blobs directory).
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-w530-dgpu-K1000m-maximized.config

boards/w530-dgpu-K1000m-maximized/w530-dgpu-K1000m-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a w530 with the K1000M Nvidia Quadro dGPU. Initialization of the dGPU is necessary in order to use an external monitor whether through the in-build VGA or mini-DisplayPort or via the dock. In order to build this the relevant script in the blobs directory must be run (or self-pulled roms placed in that directory) and after building the rom, the nvramtool must be run on the 12MB rom to change the default graphics mode away from integrated-only graphics (see README_vbios in the blobs directory).
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-w530-dgpu-K1000m-maximized.config

boards/w530-dgpu-K2000m-hotp-maximized/w530-dgpu-K2000m-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a w530 with the K2000M Nvidia Quadro dGPU. Initialization of the dGPU is necessary in order to use an external monitor whether through the in-build VGA or mini-DisplayPort or via the dock. In order to build this the relevant script in the blobs directory must be run (or self-pulled roms placed in that directory) and after building the rom, the nvramtool must be run on the 12MB rom to change the default graphics mode away from integrated-only graphics (see README_vbios in the blobs directory).
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-w530-dgpu-K2000m-maximized.config

boards/w530-dgpu-K2000m-maximized/w530-dgpu-K2000m-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board is designed for a w530 with the K2000M Nvidia Quadro dGPU. Initialization of the dGPU is necessary in order to use an external monitor whether through the in-build VGA or mini-DisplayPort or via the dock. In order to build this the relevant script in the blobs directory must be run (or self-pulled roms placed in that directory) and after building the rom, the nvramtool must be run on the 12MB rom to change the default graphics mode away from integrated-only graphics (see README_vbios in the blobs directory).
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-w530-dgpu-K2000m-maximized.config

boards/w530-hotp-maximized/w530-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board ignores the in-built dGPU that comes with all w530's. In doing so the dGPU will not be initialized. This has some benefits in terms of reduced complexity in working with OS's with poor support for NVIDIA, better battery life and lower heat (making use of the thicker heatsink from a dGPU). Conversely, if you do not initialize the dGPU you will be unable to use an external monitor. To initialize the dGPU please use the dGPU boards that corresponds with the model of dGPU included with your device.
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-w530-maximized.config

boards/w530-maximized/w530-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
# This board ignores the in-built dGPU that comes with all w530's. In doing so the dGPU will not be initialized. This has some benefits in terms of reduced complexity in working with OS's with poor support for NVIDIA, better battery life and lower heat (making use of the thicker heatsink from a dGPU). Conversely, if you do not initialize the dGPU you will be unable to use an external monitor. To initialize the dGPU please use the dGPU boards that corresponds with the model of dGPU included with your device.
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-w530-maximized.config

boards/x220-hotp-maximized/x220-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# - dropbear
1010

1111
export CONFIG_COREBOOT=y
12-
export CONFIG_COREBOOT_VERSION=4.13
12+
export CONFIG_COREBOOT_VERSION=4.19
1313
export CONFIG_LINUX_VERSION=5.10.5
1414

1515
CONFIG_COREBOOT_CONFIG=config/coreboot-x220-maximized.config

boards/x220-maximized/x220-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# - dropbear
1010

1111
export CONFIG_COREBOOT=y
12-
export CONFIG_COREBOOT_VERSION=4.13
12+
export CONFIG_COREBOOT_VERSION=4.19
1313
export CONFIG_LINUX_VERSION=5.10.5
1414

1515
CONFIG_COREBOOT_CONFIG=config/coreboot-x220-maximized.config

boards/x220/x220.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration for a x220 running Qubes 4.1 and other OS, X220 is identical to X230 on the Linux Side of things.
22
export CONFIG_COREBOOT=y
3-
export CONFIG_COREBOOT_VERSION=4.13
3+
export CONFIG_COREBOOT_VERSION=4.19
44
export CONFIG_LINUX_VERSION=5.10.5
55

66
CONFIG_COREBOOT_CONFIG=config/coreboot-x220.config

boards/x230-hotp-legacy/x230-hotp-legacy.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Addition vs standard x230 board config:
99
# HOTP_KEY: HOTP challenge for currently supported USB Security dongles
1010
export CONFIG_COREBOOT=y
11-
export CONFIG_COREBOOT_VERSION=4.13
11+
export CONFIG_COREBOOT_VERSION=4.19
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

1414
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-legacy.config

boards/x230-hotp-maximized-fhd_edp/x230-hotp-maximized-fhd_edp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# - Includes: Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
2121
export CONFIG_COREBOOT=y
22-
export CONFIG_COREBOOT_VERSION=4.13
22+
export CONFIG_COREBOOT_VERSION=4.19
2323
export CONFIG_LINUX_VERSION=5.10.5
2424

2525
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-maximized-fhd_edp.config

boards/x230-hotp-maximized/x230-hotp-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# - Includes: Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
99
export CONFIG_COREBOOT=y
10-
export CONFIG_COREBOOT_VERSION=4.13
10+
export CONFIG_COREBOOT_VERSION=4.19
1111
export CONFIG_LINUX_VERSION=5.10.5
1212

1313
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-maximized.config

boards/x230-hotp-maximized_usb-kb/x230-hotp-maximized_usb-kb.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
1010
# USB Keyboard support
1111
export CONFIG_COREBOOT=y
12-
export CONFIG_COREBOOT_VERSION=4.13
12+
export CONFIG_COREBOOT_VERSION=4.19
1313
export CONFIG_LINUX_VERSION=5.10.5
1414

1515
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-maximized.config

0 commit comments

Comments
 (0)