mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 13:33:10 +00:00
21faf524b9
* Add support for the Lenovo ThinkPad T420 and X220. * Fix the autodetection of ifdtool and me_cleaner. * Enable FBWhiptail mode for X220 and T420 * Decreased CBFS size to fix 50 seconds boot delay problems
26 lines
812 B
Plaintext
26 lines
812 B
Plaintext
CONFIG_LOCALVERSION="heads"
|
|
CONFIG_ANY_TOOLCHAIN=y
|
|
# CONFIG_INCLUDE_CONFIG_FILE is not set
|
|
# CONFIG_COLLECT_TIMESTAMPS is not set
|
|
CONFIG_USE_BLOBS=y
|
|
CONFIG_MEASURED_BOOT=y
|
|
CONFIG_VENDOR_LENOVO=y
|
|
CONFIG_CBFS_SIZE=0x700000
|
|
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
|
|
CONFIG_HAVE_IFD_BIN=y
|
|
CONFIG_HAVE_ME_BIN=y
|
|
CONFIG_HAVE_GBE_BIN=y
|
|
CONFIG_IFD_BIN_PATH="../../blobs/x220/ifd.bin"
|
|
CONFIG_ME_BIN_PATH="../../blobs/x220/me.bin"
|
|
CONFIG_BOARD_LENOVO_X220=y
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_NO_POST=y
|
|
CONFIG_GBE_BIN_PATH="../../blobs/x220/gbe.bin"
|
|
#CONFIG_DEBUG_TPM=y
|
|
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="../../build/x220/bzImage"
|
|
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet loglevel=3"
|
|
CONFIG_LINUX_INITRD="../../build/x220/initrd.cpio.xz"
|
|
CONFIG_DEBUG_SMM_RELOCATION=y
|