Skip to content

Commit 7388cab

Browse files
committed
During testing, enable Debug logging for Acer Chromebook 515 Plus (CB515-2H) / Google Omnigul.
Disable TPM Disk Unlock. Signed-off-by: Matthew Drobnak <[email protected]>
1 parent 5f459a0 commit 7388cab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

boards/omnigul/omnigul.config

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ CONFIG_COREBOOT_CONFIG=config/coreboot-omnigul.config
1111
CONFIG_LINUX_CONFIG=config/linux-omnigul.config
1212

1313
#Enable DEBUG output
14-
#export CONFIG_DEBUG_OUTPUT=y
15-
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
14+
export CONFIG_DEBUG_OUTPUT=y
15+
export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
1616
#Enable TPM2 pcap output under /tmp
1717
#export CONFIG_TPM2_CAPTURE_PCAP=y
1818

19+
# Since the TPM 2.0 implementation in the CR50 is not complete
20+
# we are disabling TPM Disk Unlock
21+
CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y
22+
1923
#On-demand hardware support (modules.cpio)
2024
CONFIG_LINUX_USB=y
2125
CONFIG_LINUX_E1000=n

0 commit comments

Comments
 (0)