-
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kgpe-d16_dasharo_test' into kgpe-d16_dasharo_test_2
- Add requirements so that serial is going to bmc for server boards only (CONFIG_UART_FOR_CONSOLE=1) - Workstation boards should output to serial normally since they do not have CONFIG_UART_FOR_CONSOLE=1 under coreboot configs) -CircleCI: add boards, depending on workspace cache of Librem14 (longer build time and kgpe-d16 being built last Test: build kgpe-d16_server-whiptail only in CircleCI pointing to github.com/dasharo/coreboot under modules/coreboot - Pointing dasharo-coreboot to commit 6edf2d06df3d5c28f1ddfb1705e076a0694df5a5 (fix submodules auth problem) - modules/coreboot: added EXTRA_FLAGS := -fdebug-prefix-map=$(pwd)=heads -gno-record-gcc-switches -Wno-error=packed-not-aligned -Wno-error=address-of-packed-member -Wno-error=null-dereference - Build succeeds. Now testing is needed
- Loading branch information
Showing
10 changed files
with
96 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
CONFIG_USE_OPTION_TABLE=y | ||
# CONFIG_COLLECT_TIMESTAMPS is not set | ||
CONFIG_VENDOR_ASUS=y | ||
CONFIG_UART_FOR_CONSOLE=1 | ||
CONFIG_CBFS_SIZE=0x01000000 | ||
CONFIG_BOARD_ASUS_KGPE_D16=y | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_UART_FOR_CONSOLE=1 | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 | ||
CONFIG_PCIEXP_HOTPLUG_BUSES=32 | ||
CONFIG_PCIEXP_HOTPLUG_MEM=0x800000 | ||
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000 | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0" | ||
CONFIG_COREBOOT_ROMSIZE_KB_16384=y | ||
CONFIG_UART_PCI_ADDR=0x0 | ||
CONFIG_SOUTHBRIDGE_AMD_SB700_33MHZ_SPI=y | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_MEASURED_BOOT=y | ||
CONFIG_USER_TPM1=y | ||
CONFIG_PCIEXP_HOTPLUG_IO=0x1000 | ||
CONFIG_NO_GFX_INIT=y | ||
CONFIG_SUBSYSTEM_VENDOR_ID=0x0000 | ||
CONFIG_SUBSYSTEM_DEVICE_ID=0x0000 | ||
CONFIG_TPM1=y | ||
CONFIG_TPM_RDRESP_NEED_DELAY=y | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y | ||
CONFIG_POST_IO_PORT=0x80 | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0" | ||
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz" | ||
CONFIG_CPU_MICROCODE_CBFS_NONE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
CONFIG_USE_OPTION_TABLE=y | ||
# CONFIG_COLLECT_TIMESTAMPS is not set | ||
CONFIG_VENDOR_ASUS=y | ||
CONFIG_UART_FOR_CONSOLE=1 | ||
CONFIG_CBFS_SIZE=0x01000000 | ||
CONFIG_BOARD_ASUS_KGPE_D16=y | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_UART_FOR_CONSOLE=1 | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 | ||
CONFIG_PCIEXP_HOTPLUG_BUSES=32 | ||
CONFIG_PCIEXP_HOTPLUG_MEM=0x800000 | ||
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000 | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=ttyS1,115200n8 earlyprintk=ttyS1,115200" | ||
CONFIG_COREBOOT_ROMSIZE_KB_16384=y | ||
CONFIG_UART_PCI_ADDR=0x0 | ||
CONFIG_SOUTHBRIDGE_AMD_SB700_33MHZ_SPI=y | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_MEASURED_BOOT=y | ||
CONFIG_USER_TPM1=y | ||
CONFIG_PCIEXP_HOTPLUG_IO=0x1000 | ||
CONFIG_NO_GFX_INIT=y | ||
CONFIG_SUBSYSTEM_VENDOR_ID=0x0000 | ||
CONFIG_SUBSYSTEM_DEVICE_ID=0x0000 | ||
CONFIG_TPM1=y | ||
CONFIG_TPM_RDRESP_NEED_DELAY=y | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y | ||
CONFIG_POST_IO_PORT=0x80 | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=ttyS1,115200n8 earlyprintk=ttyS1,115200" | ||
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" | ||
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz" | ||
CONFIG_CPU_MICROCODE_CBFS_NONE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
CONFIG_USE_OPTION_TABLE=y | ||
# CONFIG_COLLECT_TIMESTAMPS is not set | ||
CONFIG_VENDOR_ASUS=y | ||
CONFIG_UART_FOR_CONSOLE=1 | ||
CONFIG_CBFS_SIZE=0x01000000 | ||
CONFIG_BOARD_ASUS_KGPE_D16=y | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 | ||
CONFIG_PCIEXP_HOTPLUG_BUSES=32 | ||
CONFIG_PCIEXP_HOTPLUG_MEM=0x800000 | ||
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000 | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0" | ||
CONFIG_COREBOOT_ROMSIZE_KB_16384=y | ||
CONFIG_UART_PCI_ADDR=0x0 | ||
CONFIG_SOUTHBRIDGE_AMD_SB700_33MHZ_SPI=y | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_MEASURED_BOOT=y | ||
CONFIG_USER_TPM1=y | ||
CONFIG_PCIEXP_HOTPLUG_IO=0x1000 | ||
CONFIG_NO_GFX_INIT=y | ||
CONFIG_SUBSYSTEM_VENDOR_ID=0x0000 | ||
CONFIG_SUBSYSTEM_DEVICE_ID=0x0000 | ||
CONFIG_TPM1=y | ||
CONFIG_TPM_RDRESP_NEED_DELAY=y | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y | ||
CONFIG_POST_IO_PORT=0x80 | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0" | ||
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz" | ||
CONFIG_CPU_MICROCODE_CBFS_NONE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
CONFIG_USE_OPTION_TABLE=y | ||
# CONFIG_COLLECT_TIMESTAMPS is not set | ||
CONFIG_VENDOR_ASUS=y | ||
CONFIG_UART_FOR_CONSOLE=1 | ||
CONFIG_CBFS_SIZE=0x01000000 | ||
CONFIG_BOARD_ASUS_KGPE_D16=y | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 | ||
CONFIG_PCIEXP_HOTPLUG_BUSES=32 | ||
CONFIG_PCIEXP_HOTPLUG_MEM=0x800000 | ||
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000 | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0" | ||
CONFIG_COREBOOT_ROMSIZE_KB_16384=y | ||
CONFIG_UART_PCI_ADDR=0x0 | ||
CONFIG_SOUTHBRIDGE_AMD_SB700_33MHZ_SPI=y | ||
# CONFIG_DRIVERS_INTEL_WIFI is not set | ||
CONFIG_MEASURED_BOOT=y | ||
CONFIG_USER_TPM1=y | ||
CONFIG_PCIEXP_HOTPLUG_IO=0x1000 | ||
CONFIG_NO_GFX_INIT=y | ||
CONFIG_SUBSYSTEM_VENDOR_ID=0x0000 | ||
CONFIG_SUBSYSTEM_DEVICE_ID=0x0000 | ||
CONFIG_TPM1=y | ||
CONFIG_TPM_RDRESP_NEED_DELAY=y | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y | ||
CONFIG_POST_IO_PORT=0x80 | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" | ||
CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0" | ||
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz" | ||
CONFIG_CPU_MICROCODE_CBFS_NONE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters