aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/pci_devs.h
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin@das-labor.org>2017-03-01 02:24:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2017-05-11 16:50:27 +0200
commit30670121c32a7e99c24271216c6f9450d14e7d90 (patch)
treebccf52fd6be09a128afbe0013e269644704c9e23 /src/southbridge/amd/pi/hudson/pci_devs.h
parent5fd00ce71a1bfd5cd36f9d42ab657a8e7d6c54f2 (diff)
amd/pi: Add AMD fam16h TPM ACPI path support
Change-Id: I5322d731a0dc655f2da14b87fa6cbc1e54b5abd5 Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/18522 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/amd/pi/hudson/pci_devs.h')
-rw-r--r--src/southbridge/amd/pi/hudson/pci_devs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/pi/hudson/pci_devs.h b/src/southbridge/amd/pi/hudson/pci_devs.h
index 76480e51ee..7d4dea2938 100644
--- a/src/southbridge/amd/pi/hudson/pci_devs.h
+++ b/src/southbridge/amd/pi/hudson/pci_devs.h
@@ -86,6 +86,7 @@
/* LPC BUS */
#define PCU_DEV 0x14
+#define LPC_DEV PCU_DEV
#define LPC_FUNC 3
#define LPC_DEVID 0x780E
#define LPC_DEVFN PCI_DEVFN(LPC_DEV,LPC_FUNC)