Skip to content

Commit

Permalink
During testing, enable Debug logging for Acer Chromebook 515 Plus (CB…
Browse files Browse the repository at this point in the history
…515-2H) / Google Omnigul.

Disable TPM Disk Unlock.

Signed-off-by: Matthew Drobnak <[email protected]>
  • Loading branch information
mdrobnak committed Dec 20, 2024
1 parent 5f459a0 commit 7388cab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions boards/omnigul/omnigul.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ CONFIG_COREBOOT_CONFIG=config/coreboot-omnigul.config
CONFIG_LINUX_CONFIG=config/linux-omnigul.config

#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

# Since the TPM 2.0 implementation in the CR50 is not complete
# we are disabling TPM Disk Unlock
CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y

#On-demand hardware support (modules.cpio)
CONFIG_LINUX_USB=y
CONFIG_LINUX_E1000=n
Expand Down

0 comments on commit 7388cab

Please sign in to comment.