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>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
The TPM2 definition block in ACPI table for TCG2 physical presence
|
||||
and MemoryClear.
|
||||
|
||||
Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||
(c)Copyright 2016 HP Development Company, L.P.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
@@ -30,11 +30,11 @@ DefinitionBlock (
|
||||
//
|
||||
// TCG2
|
||||
//
|
||||
Name (_HID, "NNN0000")
|
||||
|
||||
//
|
||||
// Reserve 1 more byte for ACPI HID
|
||||
// TAG for patching TPM2.0 _HID
|
||||
//
|
||||
Noop
|
||||
Name (_HID, "NNNN0000")
|
||||
|
||||
Name (_CID, "MSFT0101")
|
||||
|
||||
|
Reference in New Issue
Block a user