forked from linuxboot/heads
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coreboot 4.12 changes to apply on top of linuxboot#721 to have builda…
…ble boards (x230 and qemu-coreboot boards CBFS regions expended)
- Loading branch information
1 parent
92e9a24
commit 8ed25db
Showing
16 changed files
with
86 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
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,19 +1,18 @@ | ||
CONFIG_LOCALVERSION="-heads" | ||
CONFIG_ANY_TOOLCHAIN=y | ||
# CONFIG_INCLUDE_CONFIG_FILE is not set | ||
CONFIG_CBFS_SIZE=0x700000 | ||
CONFIG_CBFS_SIZE=0x800000 | ||
# CONFIG_POST_IO is not set | ||
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
# CONFIG_POST_DEVICE is not set | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_COREBOOT_ROMSIZE_KB_8192=y | ||
CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0 vga=786" | ||
CONFIG_COREBOOT_ROMSIZE_KB_10240=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
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,26 +1,22 @@ | ||
CONFIG_LOCALVERSION="heads" | ||
CONFIG_ANY_TOOLCHAIN=y | ||
CONFIG_USE_OPTION_TABLE=y | ||
CONFIG_STATIC_OPTION_TABLE=y | ||
# CONFIG_INCLUDE_CONFIG_FILE is not set | ||
# CONFIG_COLLECT_TIMESTAMPS is not set | ||
CONFIG_USE_BLOBS=y | ||
CONFIG_MEASURED_BOOT=y | ||
CONFIG_VENDOR_LENOVO=y | ||
CONFIG_CBFS_SIZE=0x710000 | ||
# CONFIG_POST_IO is not set | ||
# CONFIG_POST_DEVICE is not set | ||
CONFIG_DRIVERS_UART_8250IO=y | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
CONFIG_BOARD_LENOVO_THINKPAD_T430=y | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_DRIVERS_UART_8250IO=y | ||
# CONFIG_POST_DEVICE is not set | ||
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" | ||
CONFIG_UART_PCI_ADDR=0 | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_TPM_MEASURED_BOOT=y | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_PAYLOAD_FILE="../../build/t430/bzImage" | ||
CONFIG_PAYLOAD_OPTIONS="" | ||
# CONFIG_PXE is not set | ||
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" | ||
CONFIG_LINUX_INITRD="../../build/t430/initrd.cpio.xz" | ||
CONFIG_DEBUG_SMM_RELOCATION=y | ||
CONFIG_USE_OPTION_TABLE=y | ||
CONFIG_STATIC_OPTION_TABLE=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
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,15 +1,15 @@ | ||
CONFIG_LOCALVERSION="heads" | ||
CONFIG_ANY_TOOLCHAIN=y | ||
CONFIG_MEASURED_BOOT=y | ||
CONFIG_VENDOR_LENOVO=y | ||
CONFIG_NO_POST=y | ||
CONFIG_CBFS_SIZE=0x710000 | ||
CONFIG_BOARD_LENOVO_X230=y | ||
CONFIG_NO_POST=y | ||
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" | ||
CONFIG_UART_PCI_ADDR=0 | ||
CONFIG_NO_GFX_INIT=y | ||
CONFIG_TPM_MEASURED_BOOT=y | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_PAYLOAD_FILE="../../build/x230-hotp-verification/bzImage" | ||
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" | ||
CONFIG_LINUX_INITRD="../../build/x230-hotp-verification/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,27 +1,23 @@ | ||
CONFIG_LOCALVERSION="heads" | ||
CONFIG_ANY_TOOLCHAIN=y | ||
CONFIG_USE_OPTION_TABLE=y | ||
CONFIG_STATIC_OPTION_TABLE=y | ||
# CONFIG_INCLUDE_CONFIG_FILE is not set | ||
# CONFIG_COLLECT_TIMESTAMPS is not set | ||
CONFIG_USE_BLOBS=y | ||
CONFIG_MEASURED_BOOT=y | ||
CONFIG_VENDOR_LENOVO=y | ||
CONFIG_CBFS_SIZE=0x710000 | ||
# CONFIG_POST_IO is not set | ||
# CONFIG_POST_DEVICE is not set | ||
CONFIG_DRIVERS_UART_8250IO=y | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
CONFIG_BOARD_LENOVO_X230=y | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_DRIVERS_UART_8250IO=y | ||
# CONFIG_POST_DEVICE is not set | ||
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" | ||
CONFIG_UART_PCI_ADDR=0 | ||
CONFIG_NO_GFX_INIT=y | ||
# CONFIG_CONSOLE_SERIAL is not set | ||
CONFIG_DRIVERS_PS2_KEYBOARD=y | ||
CONFIG_TPM_MEASURED_BOOT=y | ||
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 | ||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y | ||
CONFIG_PAYLOAD_LINUX=y | ||
CONFIG_PAYLOAD_FILE="../../build/x230/bzImage" | ||
CONFIG_PAYLOAD_OPTIONS="" | ||
# CONFIG_PXE is not set | ||
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" | ||
CONFIG_LINUX_INITRD="../../build/x230/initrd.cpio.xz" | ||
CONFIG_DEBUG_SMM_RELOCATION=y | ||
CONFIG_USE_OPTION_TABLE=y | ||
CONFIG_STATIC_OPTION_TABLE=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