Merge pull request #1786 from tlaurion/reenable-debug_qemu-coreboot-whiptail-tpm2

qemu-coreboot-whiptail-tpm2 board: reenable DEBUG + TRACING
This commit is contained in:
Thierry Laurion 2024-09-09 09:08:41 -04:00 committed by GitHub
commit ca9bfb2e94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,10 +17,10 @@ CONFIG_LINUX_CONFIG=config/linux-qemu.config
#export CONFIG_HAVE_GPG_KEY_BACKUP=y
#Enable DEBUG output
#export CONFIG_DEBUG_OUTPUT=y
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
export CONFIG_DEBUG_OUTPUT=y
export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
#Enable TPM2 pcap output under /tmp
#export CONFIG_TPM2_CAPTURE_PCAP=y
export CONFIG_TPM2_CAPTURE_PCAP=y
#On-demand hardware support (modules.cpio)
CONFIG_LINUX_USB=y