[coreboot-gerrit] Change in coreboot[master]: gigabyte/ga-b75m-d3h: add tpm acknowledgement for its onboar...

Anonymous Coward (Code Review) gerrit at coreboot.org
Tue May 2 10:23:45 CEST 2017


Anonymous Coward #1001586 has uploaded a new change for review. ( https://review.coreboot.org/19521 )

Change subject: gigabyte/ga-b75m-d3h: add tpm acknowledgement for its onboard tpm socket.
......................................................................

gigabyte/ga-b75m-d3h: add tpm acknowledgement for its onboard tpm socket.

Change-Id: Id0dee74d945bae5d77eb669d8b9d468a67aee508
Signed-off-by: persmule <persmule at gmail.com>
---
M src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
M src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb
2 files changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/19521/1

diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
index e53b68c..bbc5db0 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
@@ -17,6 +17,7 @@
 	select INTEL_INT15
 	select UDELAY_TSC
 	select SERIRQ_CONTINUOUS_MODE
+	select MAINBOARD_HAS_LPC_TPM
 
 config MMCONF_BASE_ADDRESS
 	hex
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb b/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb
index 2cd3816..3659354 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb
@@ -109,6 +109,10 @@
 					device pnp 2e.7 off end # GPIO
 					device pnp 2e.a off end # IR
 				end
+
+				chip drivers/pc80/tpm
+				     device pnp 0c31.0 on end
+				end
 			end
 			device pci 1f.2 on # SATA Controller 1
 				subsystemid 0x1458 0xb005

-- 
To view, visit https://review.coreboot.org/19521
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0dee74d945bae5d77eb669d8b9d468a67aee508
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Anonymous Coward #1001586



More information about the coreboot-gerrit mailing list