diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2013-03-22 11:01:37 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-03-30 22:07:04 +0100 |
commit | f6763db83e7cf45f1ece8c1c8ecefe2b6a9f886d (patch) | |
tree | 0b3642525069eebdd4894df8ba6c0bc8496b7545 /src/mainboard/intel/wtm2/dsdt.asl | |
parent | 08e3656b517cf029dec5f9830c2e09b947e46e8b (diff) | |
download | coreboot-f6763db83e7cf45f1ece8c1c8ecefe2b6a9f886d.tar.xz |
wtm1/wtm2/baskingridge: Enable TPM ACPI device
This enables the TPM device in ACPI tables so the OS is able
to probe for the TPM without needing it be force loaded.
Change-Id: I21e660ac1c12e3e1341cf266cf8f0bf03763df5a
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/2968
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/intel/wtm2/dsdt.asl')
-rw-r--r-- | src/mainboard/intel/wtm2/dsdt.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/intel/wtm2/dsdt.asl b/src/mainboard/intel/wtm2/dsdt.asl index ed953c44c8..112a47ab4a 100644 --- a/src/mainboard/intel/wtm2/dsdt.asl +++ b/src/mainboard/intel/wtm2/dsdt.asl @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#define ENABLE_TPM + DefinitionBlock( "dsdt.aml", "DSDT", |