diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2016-08-19 17:29:17 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2016-08-22 19:03:23 +0200 |
commit | 7931c6a81df82416ead196505411c4f6ff368429 (patch) | |
tree | a918d9df0e409a5eff5375f3854cecf7b1a7ddd8 /src/mainboard/asus/kgpe-d16/dsdt.asl | |
parent | 1bc2b0bed0f75c81153ace65679e761a4cb1438c (diff) |
mb/asus/kgpe-d16: Add TPM support
The ASUS KGPE-D16 accepts an optional Infineon LPC TPM module.
Expose the TPM LPC device to the host operating system.
Change-Id: If500e9162bf1e233ccaa35db79452daa59a34f2f
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Reviewed-on: https://review.coreboot.org/16269
Tested-by: build bot (Jenkins)
Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/asus/kgpe-d16/dsdt.asl')
-rw-r--r-- | src/mainboard/asus/kgpe-d16/dsdt.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/kgpe-d16/dsdt.asl b/src/mainboard/asus/kgpe-d16/dsdt.asl index d364f1f519..aa12e0e113 100644 --- a/src/mainboard/asus/kgpe-d16/dsdt.asl +++ b/src/mainboard/asus/kgpe-d16/dsdt.asl @@ -564,6 +564,8 @@ DefinitionBlock ( #include "../../../superio/winbond/w83667hg-a/ps2_controller.asl" + #include <drivers/pc80/tpm/acpi/tpm.asl> + /* UART 1 */ Device (URT1) { |