]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.uni
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Smm / Tcg2Smm.uni
CommitLineData
e080218b
JJ
1// /** @file\r
2// Provides ACPI metholds for TPM 2.0 support\r
3//\r
4// This driver implements TPM 2.0 definition block in ACPI table and\r
5// registers SMI callback functions for TCG2 physical presence and\r
6// MemoryClear to handle the requests from ACPI method.\r
b3548d32 7//\r
e080218b
JJ
8// Caution: This module requires additional review when modified.\r
9// This driver will have external input - variable and ACPINvs data in SMM mode.\r
10// This external input must be validated carefully to avoid security issue.\r
11//\r
b3548d32 12// Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
e080218b 13//\r
289b714b 14// SPDX-License-Identifier: BSD-2-Clause-Patent\r
e080218b
JJ
15//\r
16// **/\r
17\r
18\r
19#string STR_MODULE_ABSTRACT #language en-US "Provides ACPI metholds for TPM 2.0 support"\r
20\r
21#string STR_MODULE_DESCRIPTION #language en-US "This driver implements TPM 2.0 definition block in ACPI table and registers SMI callback functions for TCG2 physical presence and MemoryClear to handle the requests from ACPI method.\n"\r
22 "Caution: This module requires additional review when modified. This driver will have external input - variable and ACPINvs data in SMM mode. This external input must be validated carefully to avoid security issues."\r
23\r