-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move all other boards (but KGPE-D16) to coreboot 4.13
- xx30 legacy boards (x230, x230-flash, t430, t430-flash) now rely also on coreboot 4.13 - DOWNSIDE: x230 and t430 legacy boards now rely on WHIPTAIL (NOT FBWhiptail) to have enough space to fit under 7mb) - xx20 boards moved to 4.13 without downside (no need of xx20-flash boards here. xx20 boards are already similar to maximized boards with 7.5mb useable) - qemu-coreboot and qemu-coreboot-fbwhiptail switched to coreboot 4.13 WITHOUT TPM SUPPORT - CircleCi build recipe removes 4.8.1 boards altogether - KGPE-D16 workstation is used as new base build to save workspace layer (we removed one workspace layer) - Removing one workspace layer will save approx 2 hours of build time on fresh builds - Removing one coreboot version will save us approx 2 hours of build time on fresh builds - KGPE-D16 will stay to coreboot 4.11 until forward notice. - All other board configs SHOULD be built on latest coreboot versions
- Loading branch information
Showing
15 changed files
with
130 additions
and
100 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
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,17 +1,16 @@ | ||
# CONFIG_INCLUDE_CONFIG_FILE is not set | ||
CONFIG_CBFS_SIZE=0x750000 | ||
# 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_BOARD_EMULATION_QEMU_X86_Q35=y | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
CONFIG_LINUX_COMMAND_LINE="debug" | ||
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_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_6=y | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_LINUX_COMMAND_LINE="debug" | ||
CONFIG_PAYLOAD_FILE="../../build/qemu-coreboot-fbwhiptail/bzImage" | ||
CONFIG_LINUX_INITRD="../../build/qemu-coreboot-fbwhiptail/initrd.cpio.xz" |
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,17 +1,16 @@ | ||
# 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_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_CPU_MICROCODE_CBFS_GENERATE=y | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
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" |
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
Oops, something went wrong.