Skip to content

Commit 1a6aacb

Browse files
committed
WiP 4.22.01 fhd patch test + bump all 4.19 boards to 4.22.01
- patches/coreboot-4.22.01/0001-x230-fhd-variant.patch created per - git fetch https://review.coreboot.org/coreboot refs/changes/50/28950/23 && git format-patch -1 --stdout FETCH_HEAD > ~/heads/patches/coreboot-4.22.01/0001-x230-fhd-variant.patch - all boards configs bumped with: - grep -Rn 4.22 boards/ | awk -F "/" {'print $2'}| while read line; do make BOARD=$line coreboot.save_in_oldconfig_format_in_place ; done Signed-off-by: Thierry Laurion <[email protected]>
1 parent 5bff519 commit 1a6aacb

File tree

67 files changed

+1260
-678
lines changed

Some content is hidden

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

67 files changed

+1260
-678
lines changed

boards/UNTESTED_p8z77-m_pro-tpm1-maximized/UNTESTED_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.19
42+
export CONFIG_COREBOOT_VERSION=4.22.01
4343
export CONFIG_LINUX_VERSION=5.10.5
4444

4545
CONFIG_CRYPTSETUP2=y

boards/UNTESTED_t420/UNTESTED_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.19
3+
export CONFIG_COREBOOT_VERSION=4.22.01
44
export CONFIG_LINUX_VERSION=5.10.5
55

66
CONFIG_COREBOOT_CONFIG=config/coreboot-t420.config

boards/UNTESTED_t430-hotp-legacy/UNTESTED_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.19
11+
export CONFIG_COREBOOT_VERSION=4.22.01
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

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

boards/UNTESTED_t430-legacy-flash/UNTESTED_t430-legacy-flash.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# IDEALLY you should flash maximized top and bottom rom images exteranlly once instead.
55

66
export CONFIG_COREBOOT=y
7-
export CONFIG_COREBOOT_VERSION=4.19
7+
export CONFIG_COREBOOT_VERSION=4.22.01
88
export CONFIG_LINUX_VERSION=5.10.5
99

1010
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-legacy-flash.config

boards/UNTESTED_t430-legacy/UNTESTED_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.19
8+
export CONFIG_COREBOOT_VERSION=4.22.01
99
export CONFIG_LINUX_VERSION=5.10.5
1010

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

boards/UNTESTED_t520-hotp-maximized/UNTESTED_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.19
8+
export CONFIG_COREBOOT_VERSION=4.22.01
99
export CONFIG_LINUX_VERSION=5.10.5
1010

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

boards/UNTESTED_t520-maximized/UNTESTED_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.19
8+
export CONFIG_COREBOOT_VERSION=4.22.01
99
export CONFIG_LINUX_VERSION=5.10.5
1010

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

boards/UNTESTED_t530-dgpu-hotp-maximized/UNTESTED_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.19
11+
export CONFIG_COREBOOT_VERSION=4.22.01
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

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

boards/UNTESTED_t530-dgpu-maximized/UNTESTED_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.19
11+
export CONFIG_COREBOOT_VERSION=4.22.01
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

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

boards/UNTESTED_t530-hotp-maximized/UNTESTED_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.19
11+
export CONFIG_COREBOOT_VERSION=4.22.01
1212
export CONFIG_LINUX_VERSION=5.10.5
1313

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

0 commit comments

Comments
 (0)