Skip to content

Commit d857170

Browse files
committed
Enable measured boot support
1 parent c755b84 commit d857170

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

config/coreboot.config

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# General setup
88
#
9-
CONFIG_LOCALVERSION="-heads"
9+
CONFIG_LOCALVERSION="heads"
1010
CONFIG_CBFS_PREFIX="fallback"
1111
# CONFIG_MULTIPLE_CBFS_INSTANCES is not set
1212
CONFIG_COMPILER_GCC=y
@@ -40,6 +40,7 @@ CONFIG_BOOTBLOCK_SOURCE="bootblock_simple.c"
4040
CONFIG_DEVICETREE="devicetree.cb"
4141
# CONFIG_RAM_CODE_SUPPORT is not set
4242
# CONFIG_BOOTSPLASH_IMAGE is not set
43+
CONFIG_MEASURED_BOOT=y
4344

4445
#
4546
# Mainboard
@@ -467,6 +468,7 @@ CONFIG_HAVE_USBDEBUG_OPTIONS=y
467468
CONFIG_SMBIOS_PROVIDED_BY_MOBO=y
468469
# CONFIG_DRIVERS_I2C_PCF8523 is not set
469470
# CONFIG_DRIVERS_I2C_RTD2132 is not set
471+
# CONFIG_I2C_TPM is not set
470472
# CONFIG_INTEL_DP is not set
471473
# CONFIG_INTEL_DDI is not set
472474
CONFIG_INTEL_EDID=y
@@ -494,7 +496,7 @@ CONFIG_DRIVERS_RICOH_RCE822=y
494496
CONFIG_ACPI_SATA_GENERATOR=y
495497
CONFIG_ACPI_INTEL_HARDWARE_SLEEP_VALUES=y
496498
CONFIG_RTC=y
497-
# CONFIG_TPM is not set
499+
CONFIG_TPM=y
498500
CONFIG_STACK_SIZE=0x1000
499501
CONFIG_MMCONF_SUPPORT_DEFAULT=y
500502
CONFIG_MMCONF_SUPPORT=y
@@ -602,9 +604,10 @@ CONFIG_HAVE_DEBUG_RAM_SETUP=y
602604
# CONFIG_HAVE_DEBUG_CAR is not set
603605
# CONFIG_HAVE_DEBUG_SMBUS is not set
604606
# CONFIG_DEBUG_SMI is not set
605-
# CONFIG_DEBUG_SMM_RELOCATION is not set
607+
CONFIG_DEBUG_SMM_RELOCATION=y
606608
# CONFIG_DEBUG_MALLOC is not set
607609
# CONFIG_DEBUG_ACPI is not set
610+
# CONFIG_DEBUG_TPM is not set
608611
# CONFIG_DEBUG_SPI_FLASH is not set
609612
# CONFIG_TRACE is not set
610613
# CONFIG_DEBUG_BOOT_STATE is not set

0 commit comments

Comments
 (0)