From 501419b2b7f94ca5b3f48a486de14439c2f27333 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sat, 7 Sep 2024 15:53:14 -0400 Subject: [PATCH] qemu-coreboot-whiptail-tpm2 board: reenable DEBUG + TRACING Signed-off-by: Thierry Laurion --- .../qemu-coreboot-whiptail-tpm2.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/qemu-coreboot-whiptail-tpm2/qemu-coreboot-whiptail-tpm2.config b/boards/qemu-coreboot-whiptail-tpm2/qemu-coreboot-whiptail-tpm2.config index 2b46cf46..cdcd3946 100644 --- a/boards/qemu-coreboot-whiptail-tpm2/qemu-coreboot-whiptail-tpm2.config +++ b/boards/qemu-coreboot-whiptail-tpm2/qemu-coreboot-whiptail-tpm2.config @@ -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