diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2018-06-01 11:53:19 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-06 10:31:55 +0000 |
commit | 39d0e2a2cf45e28cdddd0fe0c88f94ce527ab1ef (patch) | |
tree | b35b8d2ef661cb414ba78fa61076aa48b19cd9a7 /src | |
parent | 280bc303460ea400d2dbb2590a4e68390814c1ee (diff) |
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>
Reviewed-on: https://review.coreboot.org/26750
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb index fab4cca483..e7aecdb480 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 @@ chip northbridge/intel/sandybridge #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 |