Patrick Rudolph has uploaded this change for review.

View Change

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@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 change 26750. To unsubscribe, or for help writing mail filters, visit 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@9elements.com>