mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57: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
570 B
Plaintext
17 lines
570 B
Plaintext
# CONFIG_INCLUDE_CONFIG_FILE is not set
|
|
CONFIG_CBFS_SIZE=0x780000
|
|
# CONFIG_POST_IO is not set
|
|
# CONFIG_POST_DEVICE is not set
|
|
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y
|
|
# CONFIG_CONSOLE_SERIAL is not set
|
|
CONFIG_LINUX_COMMAND_LINE="debug"
|
|
CONFIG_COREBOOT_ROMSIZE_KB_8192=y
|
|
CONFIG_PCIEXP_ASPM=y
|
|
CONFIG_PCIEXP_COMMON_CLOCK=y
|
|
CONFIG_UART_PCI_ADDR=0
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_6=y
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="../../build/qemu-coreboot-fbwhiptail/bzImage"
|
|
CONFIG_LINUX_INITRD="../../build/qemu-coreboot-fbwhiptail/initrd.cpio.xz"
|