Skip to content

Commit e5b64f8

Browse files
committed
t430/x230 legacy flash boards: unify so they specify coreboot config files as all other boards
(Otherwise, renaming board requires to rename coreboot config file as well since BOARD is used to pick corresponding one when undefined)
1 parent 294a6be commit e5b64f8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Minimal configuration for a t430 to support flashrom and USB
2+
# This top SPI flash image needed to flash legacy board counterpart internally
3+
# This image can be flashed through 1vyrain and skulls
4+
# IDEALLY you should flash maximized top and bottom rom images exteranlly once instead.
25

36
export CONFIG_COREBOOT=y
47
export CONFIG_COREBOOT_VERSION=4.19
58
export CONFIG_LINUX_VERSION=5.10.5
69

10+
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-legacy-flash.config
11+
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config
12+
13+
#Add bare minimal tools for flashing boards
714
CONFIG_BASH=n
815
CONFIG_FLASHROM=y
916
#CONFIG_GPG=y
@@ -14,7 +21,7 @@ CONFIG_PCIUTILS=y
1421
#CONFIG_TPMTOTP=y
1522
#CONFIG_DROPBEAR=y
1623

17-
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config
24+
#Additional hardware support
1825
CONFIG_LINUX_USB=y
1926
#CONFIG_LINUX_E1000E=y
2027

boards/x230-legacy-flash/x230-legacy-flash.config

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Minimal configuration for a x230 to support flashrom and USB
2+
# This top SPI flash image needed to flash legacy board counterpart internally
3+
# This image can be flashed through 1vyrain and skulls
4+
# IDEALLY you should flash maximized top and bottom rom images exteranlly once instead.
25

36
export CONFIG_COREBOOT=y
47
export CONFIG_COREBOOT_VERSION=4.19
58
export CONFIG_LINUX_VERSION=5.10.5
69

10+
CONFIG_COREBOOT_CONFIG=config/coreboot-t430-legacy-flash.config
11+
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config
12+
13+
#Add bare minimal tools for flashing boards
714
CONFIG_BASH=n
815
CONFIG_FLASHROM=y
916
#CONFIG_GPG=y
@@ -14,7 +21,7 @@ CONFIG_PCIUTILS=y
1421
#CONFIG_TPMTOTP=y
1522
#CONFIG_DROPBEAR=y
1623

17-
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config
24+
#Additional hardware support
1825
CONFIG_LINUX_USB=y
1926
#CONFIG_LINUX_E1000E=y
2027

0 commit comments

Comments
 (0)