mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-11 15:03:54 +00:00
- all: coreboot NO_POST for all boards - all: coreboot NO_GFX_INIT (linux payload does the graphic init) - all: coreboot TPM_MEASURED_BOOT (no more patches under Heads for measured boot) - all: coreboot DRIVERS_PS2_KEYBOARD (fixes no keyboard on soft reboot and potentially xx30t xx20t fix for random raw keyboard (to be tested) - all: coreboot removal of DEFAULT_CONSOLE_LOGLEVEL_5 under some boards - all: coreboot removal of "loglevel=3" under some linux command line options booting Heads kernel - all: coreboot removal of DEBUG_SMM_RELOCATION (unneeded) - all: coreboot INCLUDE_CONFIG_FILE and COLLECT_TIMESTAMPS for all boards - all: coreboot CONSOLE_SERIAL present on all boards - all: coreboot add VBT - all: board configs switch to cryptsetup2 xx20 hotp-maximized boards: - removal of dropbear (not enough space to have htop + dropbear) txx0 boards coreboot: - USE_OPTION_TABLE and STATIC_OPTION_TABLE added (todo: check T430 boards optimization and find issue/PR and ammend this commit)
21 lines
667 B
Plaintext
21 lines
667 B
Plaintext
CONFIG_USE_BLOBS=y
|
|
CONFIG_VENDOR_LENOVO=y
|
|
CONFIG_NO_POST=y
|
|
CONFIG_CBFS_SIZE=0x750000
|
|
CONFIG_IFD_BIN_PATH="../../blobs/xx20/ifd.bin"
|
|
CONFIG_ME_BIN_PATH="../../blobs/xx20/me.bin"
|
|
CONFIG_GBE_BIN_PATH="../../blobs/xx20/gbe.bin"
|
|
CONFIG_HAVE_IFD_BIN=y
|
|
CONFIG_BOARD_LENOVO_X220=y
|
|
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet"
|
|
CONFIG_UART_PCI_ADDR=0
|
|
CONFIG_HAVE_ME_BIN=y
|
|
CONFIG_HAVE_GBE_BIN=y
|
|
CONFIG_NO_GFX_INIT=y
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_TPM_MEASURED_BOOT=y
|
|
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="../../build/x220-hotp-maximized/bzImage"
|
|
CONFIG_LINUX_INITRD="../../build/x220-hotp-maximized/initrd.cpio.xz"
|