mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
41847f5cd2
- xx30 legacy boards (x230, x230-flash, t430, t430-flash) now rely also on coreboot 4.13 - DOWNSIDE: x230 and t430 legacy boards now rely on WHIPTAIL (NOT FBWhiptail) to have enough space to fit under 7mb) - xx20 boards moved to 4.13 (no need of xx20-flash boards here since single SPI boards with 7.5mb useable since blobs scripts are required) - DOWNSIDE: all xx20 boards now have dropbear deactivated, while still having ethernet driver in. - qemu-coreboot and qemu-coreboot-fbwhiptail switched to coreboot 4.13 WITHOUT TPM SUPPORT (with cryptsetup 2.x support) - DOWNSIDE: - coreboot-qemu board CBFS_SIZE=0x700000 -> 0x750000 - coreboot-qemu-fbwhiptail CBFS_SIZE=0x750000 -> 0x780000 - CircleCi build recipe removes 4.8.1 boards altogether - KGPE-D16 workstation is used as new base build to save workspace layer (we removed one workspace layer) - Removing one workspace layer will save approx 2 hours of build time on fresh builds - Removing one coreboot version will save us approx 2 hours of build time on fresh builds - KGPE-D16 will stay to coreboot 4.11 until forward notice. - All other board configs SHOULD be built on latest coreboot versions
17 lines
500 B
Plaintext
17 lines
500 B
Plaintext
# CONFIG_USE_BLOBS is not set
|
|
CONFIG_VENDOR_LENOVO=y
|
|
CONFIG_NO_POST=y
|
|
CONFIG_CBFS_SIZE=0x700000
|
|
CONFIG_BOARD_LENOVO_X230=y
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_UART_PCI_ADDR=0
|
|
CONFIG_CPU_MICROCODE_CBFS_NONE=y
|
|
CONFIG_NO_GFX_INIT=y
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_TPM_MEASURED_BOOT=y
|
|
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="../../build/x230-flash/bzImage"
|
|
CONFIG_LINUX_INITRD="../../build/x230-flash/initrd.cpio.xz"
|