summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h
diff options
context:
space:
mode:
authorZhang, Chao B <chao.b.zhang@intel.com>2017-01-04 10:29:28 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2017-01-04 13:18:50 +0800
commit9a9fa14e5c15d459e7f143c67d5d88f4b10be2ea (patch)
tree56b1e65ae32de73ef9a9f491386bbd360fef2907 /SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h
parentab50ab6ea159821d780be60759874dcf38835d1b (diff)
downloadedk2-9a9fa14e5c15d459e7f143c67d5d88f4b10be2ea.tar.gz
edk2-9a9fa14e5c15d459e7f143c67d5d88f4b10be2ea.tar.bz2
edk2-9a9fa14e5c15d459e7f143c67d5d88f4b10be2ea.zip
SecurityPkg: Tcg2Smm: Update HID patch logic
Update HID patch logic. NOOP in ASL template may cause syntax error when disassembled and recompiled. Cc: Long Qin <qin.long@intel.com> Cc: Yao Jiewen <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Long Qin <qin.long@intel.com> Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>
Diffstat (limited to 'SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h')
-rw-r--r--SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h
index 18e8bfc355..100804cf2a 100644
--- a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h
+++ b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h
@@ -1,7 +1,7 @@
/** @file
The header file for Tcg2 SMM driver.
-Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -98,7 +98,7 @@ typedef struct {
//
// PNP _HID for TPM2 device
//
-#define TPM_HID_TAG "NNN0000"
+#define TPM_HID_TAG "NNNN0000"
#define TPM_HID_PNP_SIZE 8
#define TPM_HID_ACPI_SIZE 9