summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2019-01-07 12:58:59 -0800
committerGitHub <noreply@github.com>2019-01-07 12:58:59 -0800
commit4a2e259a59c4d1f8071fd6c2fc7315317c3d3b69 (patch)
tree69baa70b328fd21a6104546e1c137ab0310e3cbb /source
parentf77565e28b90ee7e06f53a474183ef72300c3574 (diff)
parent97937f367abda8d7ec3919d6e3200c98c0800682 (diff)
downloadacpica-4a2e259a59c4d1f8071fd6c2fc7315317c3d3b69.tar.gz
Merge pull request #435 from SchmErik/tpm2rev4
iASL: update tpm2 template to revision 4
Diffstat (limited to 'source')
-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[] =