summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/config.msi_ms7d252
-rw-r--r--src/mainboard/msi/ms7d25/Kconfig2
-rw-r--r--src/mainboard/msi/ms7d25/devicetree.cb4
3 files changed, 8 insertions, 0 deletions
diff --git a/configs/config.msi_ms7d25 b/configs/config.msi_ms7d25
index ed042f5b8acd..1952307ffd8e 100644
--- a/configs/config.msi_ms7d25
+++ b/configs/config.msi_ms7d25
@@ -15,3 +15,5 @@ CONFIG_TIANOCORE_TAG_OR_REV="origin/dasharo"
CONFIG_TIANOCORE_CBMEM_LOGGING=y
CONFIG_TIANOCORE_FOLLOW_BGRT_SPEC=y
CONFIG_TIANOCORE_SD_MMC_TIMEOUT=1000
+CONFIG_TPM2=y
+CONFIG_TPM_MEASURED_BOOT=y
diff --git a/src/mainboard/msi/ms7d25/Kconfig b/src/mainboard/msi/ms7d25/Kconfig
index db32b17655ac..0bfdc7d5909b 100644
--- a/src/mainboard/msi/ms7d25/Kconfig
+++ b/src/mainboard/msi/ms7d25/Kconfig
@@ -11,6 +11,8 @@ config BOARD_MSI_MS7D25
select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
select INTEL_GMA_HAVE_VBT
+ select CRB_TPM
+ select HAVE_INTEL_PTT
if BOARD_MSI_MS7D25
diff --git a/src/mainboard/msi/ms7d25/devicetree.cb b/src/mainboard/msi/ms7d25/devicetree.cb
index b2cc6b1a7e51..770923f02e15 100644
--- a/src/mainboard/msi/ms7d25/devicetree.cb
+++ b/src/mainboard/msi/ms7d25/devicetree.cb
@@ -225,5 +225,9 @@ chip soc/intel/alderlake
register "pch_hda_idisp_codec_enable" = "true"
end
device ref smbus on end
+
+ chip drivers/crb
+ device mmio 0xfed40000 on end
+ end
end
end