File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
UNTESTED_t430-legacy-flash Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
36export CONFIG_COREBOOT=y
47export CONFIG_COREBOOT_VERSION=4.19
58export 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
714CONFIG_BASH=n
815CONFIG_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
1825CONFIG_LINUX_USB=y
1926#CONFIG_LINUX_E1000E=y
2027
Original file line number Diff line number Diff line change 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
36export CONFIG_COREBOOT=y
47export CONFIG_COREBOOT_VERSION=4.19
58export 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
714CONFIG_BASH=n
815CONFIG_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
1825CONFIG_LINUX_USB=y
1926#CONFIG_LINUX_E1000E=y
2027
You can’t perform that action at this time.
0 commit comments