mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
536f4a1623
gui-init: do not consume two unseal attempt to unseal both totp and hotp + cosmetic changes (slow down TPM DA lockout) kexec-seal-key: Add DEBUG statement for PCR precalc seal-totp: add DEBUG statements regarding skipping of PCR5 and PCR6 involvement into TOTP/HOTP sealing ops seal-hotpkey: Add DEBUG statements related to reuse of TOTP sealed secret tpmr: add DO_WITH_DEBUG calls to output pcrread and extend calls tpmr: typo correction stating TRACE calls for tpm2 where it was for tpm1 tpmr: add DO_WITH_DEBUG calls for calcfuturepcr functions: Cosmetic fix on pause_recovery asking user to press Enter to go to recovery shell on host console when board defines CONFIG_BOOT_RECOVERY_SERIAL Not so related but part of output review and corrections: kexec-insert-key: cosmetic changes prepending "+++" to disk related changes kexec-save-default: cosmetic changes prepending "+++" to disk related changes config/coreboot-qemu-tpm*.config: add ccache support for faster coreboot rebuild times
21 lines
660 B
Makefile
21 lines
660 B
Makefile
CONFIG_CCACHE=y
|
|
# CONFIG_INCLUDE_CONFIG_FILE is not set
|
|
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
|
|
CONFIG_CBFS_SIZE=0xfe0000
|
|
# CONFIG_POST_IO is not set
|
|
# CONFIG_POST_DEVICE is not set
|
|
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y
|
|
# CONFIG_CONSOLE_SERIAL is not set
|
|
CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0,115200 console=tty"
|
|
CONFIG_COREBOOT_ROMSIZE_KB_16384=y
|
|
CONFIG_PCIEXP_ASPM=y
|
|
CONFIG_PCIEXP_COMMON_CLOCK=y
|
|
CONFIG_UART_PCI_ADDR=0
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
|
CONFIG_USER_TPM2=y
|
|
CONFIG_TPM_MEASURED_BOOT=y
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_6=y
|
|
CONFIG_PAYLOAD_LINUX=y
|
|
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage"
|
|
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"
|