mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57: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.
17 lines
554 B
Makefile
17 lines
554 B
Makefile
# CONFIG_INCLUDE_CONFIG_FILE is not set
|
|
CONFIG_CBFS_SIZE=0x7E7FFF
|
|
# 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 console=ttyS0 vga=786"
|
|
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="@BOARD_BUILD_DIR@/bzImage"
|
|
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"
|