mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-14 08:16:44 +00:00
disable debugging on the T480
all remaining issues do not seem to be heads but coreboot related no debugging needed anymore, issues should be reported upstream and fixed there Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
This commit is contained in:
parent
02bfdeec98
commit
6f2e7cbefa
@ -19,7 +19,6 @@ export CONFIG_COREBOOT_VERSION=24.12
|
||||
export CONFIG_LINUX_VERSION=6.1.8
|
||||
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-t480-maximized.config
|
||||
# TODO: Make a ThinkPad-common Linux config file.
|
||||
CONFIG_LINUX_CONFIG=config/linux-t480.config
|
||||
|
||||
#On-demand hardware support (modules.cpio)
|
||||
@ -77,13 +76,11 @@ export CONFIG_TPM2_TOOLS=y
|
||||
export CONFIG_PRIMARY_KEY_TYPE=ecc
|
||||
#TPM1 requirements
|
||||
#export CONFIG_TPM=y
|
||||
#Enable DEBUG output, debug output probably a good idea for first tests TODO:remove prior of merge
|
||||
export CONFIG_DEBUG_OUTPUT=y
|
||||
export CONFIG_DEBUG_OUTPUT=n
|
||||
export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
|
||||
#Enable TPM2 pcap output under /tmp
|
||||
export CONFIG_TPM2_CAPTURE_PCAP=n
|
||||
#Enable quiet mode: technical information logged under /tmp/debug.log, not quiet for first test
|
||||
export CONFIG_QUIET_MODE=n
|
||||
export CONFIG_QUIET_MODE=y
|
||||
export CONFIG_BOOTSCRIPT=/bin/gui-init
|
||||
export CONFIG_BOOT_REQ_HASH=n
|
||||
export CONFIG_BOOT_REQ_ROLLBACK=n
|
||||
|
@ -19,7 +19,6 @@ export CONFIG_COREBOOT_VERSION=24.12
|
||||
export CONFIG_LINUX_VERSION=6.1.8
|
||||
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-t480-maximized.config
|
||||
# TODO: Make a ThinkPad-common Linux config file.
|
||||
CONFIG_LINUX_CONFIG=config/linux-t480.config
|
||||
|
||||
#On-demand hardware support (modules.cpio)
|
||||
@ -77,13 +76,11 @@ export CONFIG_TPM2_TOOLS=y
|
||||
export CONFIG_PRIMARY_KEY_TYPE=ecc
|
||||
#TPM1 requirements
|
||||
#export CONFIG_TPM=y
|
||||
#Enable DEBUG output, debug output probably a good idea for first tests TODO:remove prior of merge
|
||||
export CONFIG_DEBUG_OUTPUT=y
|
||||
export CONFIG_DEBUG_OUTPUT=n
|
||||
export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
|
||||
#Enable TPM2 pcap output under /tmp
|
||||
export CONFIG_TPM2_CAPTURE_PCAP=n
|
||||
#Enable quiet mode: technical information logged under /tmp/debug.log, not quiet for first test
|
||||
export CONFIG_QUIET_MODE=n
|
||||
export CONFIG_QUIET_MODE=y
|
||||
export CONFIG_BOOTSCRIPT=/bin/gui-init
|
||||
export CONFIG_BOOT_REQ_HASH=n
|
||||
export CONFIG_BOOT_REQ_ROLLBACK=n
|
||||
|
@ -707,7 +707,7 @@ CONFIG_VBOOT_LIB=y
|
||||
CONFIG_TPM2=y
|
||||
CONFIG_TPM=y
|
||||
CONFIG_MAINBOARD_HAS_TPM2=y
|
||||
CONFIG_DEBUG_TPM=y
|
||||
# CONFIG_DEBUG_TPM is not set
|
||||
# CONFIG_TPM_LOG_CB is not set
|
||||
CONFIG_TPM_LOG_TPM2=y
|
||||
# CONFIG_TPM_HASH_SHA1 is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user