summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2018-12-18 11:53:13 -0800
committerErik Schmauss <erik.schmauss@intel.com>2018-12-18 11:53:13 -0800
commit97937f367abda8d7ec3919d6e3200c98c0800682 (patch)
tree2932ad52bbc76c081a0b6c2f39eb3f406e3a2279
parentf3198c12f2df9d170b3da891a180b774cfe01e59 (diff)
downloadacpica-97937f367abda8d7ec3919d6e3200c98c0800682.tar.gz
iASL: update tpm2 template to revision 4
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
-rw-r--r--source/compiler/dttemplate.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/compiler/dttemplate.h b/source/compiler/dttemplate.h
index b13348fad..2222cba80 100644
--- a/source/compiler/dttemplate.h
+++ b/source/compiler/dttemplate.h
@@ -1436,17 +1436,16 @@ const unsigned char TemplateTcpa[] =
const unsigned char TemplateTpm2[] =
{
- 0x54,0x50,0x4D,0x32,0x58,0x00,0x00,0x00, /* 00000000 "TPM2X..." */
- 0x03,0xAB,0x49,0x4E,0x54,0x45,0x4C,0x20, /* 00000008 "..INTEL " */
+ 0x54,0x50,0x4D,0x32,0x4C,0x00,0x00,0x00, /* 00000000 "TPM2L..." */
+ 0x04,0xCB,0x49,0x4E,0x54,0x45,0x4C,0x20, /* 00000008 "..INTEL " */
0x54,0x65,0x6D,0x70,0x6C,0x61,0x74,0x65, /* 00000010 "Template" */
0x01,0x00,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */
- 0x31,0x08,0x17,0x20,0x01,0x00,0x00,0x00, /* 00000020 "1.. ...." */
+ 0x13,0x12,0x18,0x20,0x01,0x00,0x00,0x00, /* 00000020 "... ...." */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000028 "........" */
- 0x0B,0x00,0x00,0x00,0x01,0x02,0x03,0x04, /* 00000030 "........" */
+ 0x08,0x00,0x00,0x00,0x01,0x02,0x03,0x04, /* 00000030 "........" */
0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C, /* 00000038 "........" */
0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000040 "........" */
- 0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00, /* 00000048 "........" */
- 0x01,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF /* 00000050 "........" */
+ 0x00,0x00,0x00,0x00 /* 00000048 "...." */
};
const unsigned char TemplateUefi[] =