[coreboot-gerrit] Change in coreboot[master]: hp/compaq_8200_elite: Fix TPM not visible in OS

Patrick Rudolph (Code Review) gerrit at coreboot.org
Fri Jun 1 11:56:11 CEST 2018


Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/26750


Change subject: hp/compaq_8200_elite: Fix TPM not visible in OS
......................................................................

hp/compaq_8200_elite: Fix TPM not visible in OS

Chip sections must be covered by a PCI device.
Fixes chip_ops not being executed and TPM shows up in OS.

Change-Id: Id0ecd2f2f3e303f2228743369a8025b327bee61d
Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
---
M src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/26750/1

diff --git a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
index fab4cca..e7aecdb 100644
--- a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
+++ b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
@@ -198,9 +198,9 @@
 						#drq 0xfe = 0x03
 					end
 				end
-			end
-			chip drivers/pc80/tpm
-				device pnp 4e.0 on end		# TPM module
+				chip drivers/pc80/tpm
+					device pnp 4e.0 on end          # TPM module
+				end
 			end
 			device pci 1f.2 on # SATA Controller 1
 				subsystemid 0x103c 0x1495

-- 
To view, visit https://review.coreboot.org/26750
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0ecd2f2f3e303f2228743369a8025b327bee61d
Gerrit-Change-Number: 26750
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <patrick.rudolph at 9elements.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180601/be978fd8/attachment.html>


More information about the coreboot-gerrit mailing list