summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801gx
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin@das-labor.org>2018-08-01 05:29:01 +0200
committerFelix Held <felix-coreboot@felixheld.de>2018-08-03 17:30:23 +0000
commit62431a72246977a3f95257d6e791aedd020523a9 (patch)
tree0031ba736269a509878d2b4f4db5b917052bc4cb /src/southbridge/intel/i82801gx
parent2d5f9cace5e89998835e467d628d388794be8121 (diff)
downloadcoreboot-62431a72246977a3f95257d6e791aedd020523a9.tar.gz
coreboot-62431a72246977a3f95257d6e791aedd020523a9.tar.bz2
coreboot-62431a72246977a3f95257d6e791aedd020523a9.zip
southbridge/intel: Remove leftover TPM ACPI code
Remove ACPI code which isn't necessary anymore due to the LPC TPM ACPI generator. Change-Id: I2fae286d61ec7c1036d1a8fa800dc8d9603252e9 Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/27767 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/southbridge/intel/i82801gx')
-rw-r--r--src/southbridge/intel/i82801gx/acpi/lpc.asl23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/southbridge/intel/i82801gx/acpi/lpc.asl b/src/southbridge/intel/i82801gx/acpi/lpc.asl
index 2bcd06f03a10..87eab07288af 100644
--- a/src/southbridge/intel/i82801gx/acpi/lpc.asl
+++ b/src/southbridge/intel/i82801gx/acpi/lpc.asl
@@ -199,29 +199,6 @@ Device (LPCB)
#include "acpi/superio.asl"
-#if IS_ENABLED(CONFIG_LPC_TPM)
- Device (TPM) // Trusted Platform Module
- {
- Name(_HID, EISAID("IFX0102"))
- Name(_CID, 0x310cd041)
- Name(_UID, 1)
-
- Method(_STA, 0)
- {
- If (TPMP) {
- Return (0xf)
- }
- Return (0x0)
- }
-
- Name(_CRS, ResourceTemplate() {
- IO (Decode16, 0x2e, 0x2e, 0x01, 0x02)
- IO (Decode16, 0x6f0, 0x6f0, 0x01, 0x10)
- Memory32Fixed (ReadWrite, 0xfed40000, 0x5000)
- })
- }
-#endif
-
Device (PS2K) // Keyboard
{
Name(_HID, EISAID("PNP0303"))