mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
e7f1e3e7a7
The calculations outlined at https://github.com/osresearch/heads/pull/1282#discussion_r1072473677 Sums to having 'ifdtool -f layout.txt ifd_shrinked.bin && cat layout.txt' The example for T440p: 00000000:00000fff fd 00021000:00bfffff bios 00003000:00020fff me 00001000:00002fff gbe Here: 00bfffff-00021000=BDEFFF Which is exact result of @rbeslow's calculations. There is an issue on haswell, maybe because of car, maybe because of non native memory init blob. But this is not the case for xx20/xx30 boards.
21 lines
647 B
Makefile
21 lines
647 B
Makefile
# CONFIG_USE_BLOBS is not set
|
|
CONFIG_VENDOR_LENOVO=y
|
|
CONFIG_NO_POST=y
|
|
CONFIG_CBFS_SIZE=0x7E7FFF
|
|
CONFIG_IFD_BIN_PATH="@BLOB_DIR@/xx20/ifd.bin"
|
|
CONFIG_ME_BIN_PATH="@BLOB_DIR@/xx20/me.bin"
|
|
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/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="@BOARD_BUILD_DIR@/bzImage"
|
|
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"
|