From 7931c6a81df82416ead196505411c4f6ff368429 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 19 Aug 2016 17:29:17 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/16269 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand Reviewed-by: Martin Roth --- src/mainboard/asus/kgpe-d16/dsdt.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/asus/kgpe-d16/dsdt.asl') 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 + /* UART 1 */ Device (URT1) { -- cgit v1.2.3