[coreboot-gerrit] Change in coreboot[master]: mb/hp/8460p: Add TPM support

Bill XIE (Code Review) gerrit at coreboot.org
Sun Nov 26 08:24:03 CET 2017


Bill XIE has uploaded this change for review. ( https://review.coreboot.org/22602


Change subject: mb/hp/8460p: Add TPM support
......................................................................

mb/hp/8460p: Add TPM support

After apply this change, /dev/tpm0 is visible inside GNU/Linux, but there is
no menu items in SeaBIOS' interface, which seems a common issue of SeaBIOS.

Change-Id: I3b845928954d203d1c3608b6704fedbd590e1fa9
Signed-off-by: Bill XIE <persmule at gmail.com>
---
M src/mainboard/hp/8460p/Kconfig
M src/mainboard/hp/8460p/devicetree.cb
2 files changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/22602/1

diff --git a/src/mainboard/hp/8460p/Kconfig b/src/mainboard/hp/8460p/Kconfig
index 6a035ae..73b7a96 100644
--- a/src/mainboard/hp/8460p/Kconfig
+++ b/src/mainboard/hp/8460p/Kconfig
@@ -29,6 +29,7 @@
 	select SYSTEM_TYPE_LAPTOP
 	select USE_NATIVE_RAMINIT
 	select MAINBOARD_HAS_LIBGFXINIT
+	select MAINBOARD_HAS_LPC_TPM
 	select GFX_GMA_INTERNAL_IS_LVDS
 	select EC_HP_KBC1126
 	select SUPERIO_SMSC_LPC47N217
diff --git a/src/mainboard/hp/8460p/devicetree.cb b/src/mainboard/hp/8460p/devicetree.cb
index 866f57e..ae78f8a 100644
--- a/src/mainboard/hp/8460p/devicetree.cb
+++ b/src/mainboard/hp/8460p/devicetree.cb
@@ -138,6 +138,10 @@
 					device pnp 4e.5 off #  Com2
 					end
 				end	#chip superio/smsc/lpc47n217
+
+				chip drivers/pc80/tpm
+					device pnp 0c31.0 on end
+				end
 			end
 			device pci 1f.2 on # SATA Controller 1
 				subsystemid 0x103c 0x161c

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b845928954d203d1c3608b6704fedbd590e1fa9
Gerrit-Change-Number: 22602
Gerrit-PatchSet: 1
Gerrit-Owner: Bill XIE <persmule at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171126/ac34a817/attachment.html>


More information about the coreboot-gerrit mailing list