mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
fa8e8843c6
This makes configs much less dependent on directory layout. As of this commit the following variables are supported: * @BOARD_BUILD_DIR@ - absolute path under build/ * @BLOB_DIR@ - absolute path to blobs/ Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
17 lines
525 B
Plaintext
17 lines
525 B
Plaintext
CONFIG_USE_OPTION_TABLE=y
|
|
CONFIG_STATIC_OPTION_TABLE=y
|
|
# CONFIG_USE_BLOBS is not set
|
|
CONFIG_VENDOR_LENOVO=y
|
|
CONFIG_NO_POST=y
|
|
CONFIG_CBFS_SIZE=0x700000
|
|
CONFIG_BOARD_LENOVO_THINKPAD_T430=y
|
|
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet"
|
|
CONFIG_UART_PCI_ADDR=0
|
|
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_TPM_MEASURED_BOOT=y
|
|
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage"
|
|
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"
|