mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +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>
15 lines
520 B
Plaintext
15 lines
520 B
Plaintext
CONFIG_ANY_TOOLCHAIN=y
|
|
CONFIG_USE_OPTION_TABLE=y
|
|
# CONFIG_COLLECT_TIMESTAMPS is not set
|
|
CONFIG_VENDOR_ASUS=y
|
|
CONFIG_UART_FOR_CONSOLE=1
|
|
CONFIG_BOARD_ASUS_KGPE_D16=y
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_COREBOOT_ROMSIZE_KB_16384=y
|
|
# CONFIG_DRIVERS_INTEL_WIFI is not set
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="../../build/kgpe-d16/bzImage"
|
|
CONFIG_LINUX_COMMAND_LINE="nohz=on console=ttyS1,115200n8 earlyprintk=ttyS1,115200"
|
|
CONFIG_LINUX_INITRD="../../build/kgpe-d16/initrd.cpio.xz"
|