mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
bd7a945bbb
* config/coreboot-*: drop CONFIG_LOCALVERSION Will be injected as part of the build using $(HEADS_GIT_VERSION) Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> * modules/coreboot: inject $(HEADS_GIT_VERSION) as CONFIG_LOCALVERSION Needed for fwupd to handle board updates Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> * modules/coreboot: override SMBIOS ProductName with $(BOARD) Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> * Use $(BOARD)-$(HEADS_GIT_VERSION) as basis for output filename makes builds uniquely identifiable based on board and version. Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
19 lines
630 B
Plaintext
19 lines
630 B
Plaintext
CONFIG_ANY_TOOLCHAIN=y
|
|
# CONFIG_INCLUDE_CONFIG_FILE is not set
|
|
CONFIG_CBFS_SIZE=0x700000
|
|
# CONFIG_POST_IO is not set
|
|
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y
|
|
# CONFIG_POST_DEVICE is not set
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_COREBOOT_ROMSIZE_KB_8192=y
|
|
CONFIG_PCIEXP_ASPM=y
|
|
CONFIG_PCIEXP_COMMON_CLOCK=y
|
|
CONFIG_UART_PCI_ADDR=0
|
|
CONFIG_CPU_MICROCODE_CBFS_GENERATE=y
|
|
# CONFIG_CONSOLE_SERIAL is not set
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_6=y
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0 vga=786"
|
|
CONFIG_PAYLOAD_FILE="../../build/qemu-coreboot/bzImage"
|
|
CONFIG_LINUX_INITRD="../../build/qemu-coreboot/initrd.cpio.xz"
|