]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Include/Library/TcgPpVendorLib.h
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Include / Library / TcgPpVendorLib.h
index fd8c2e7cfb9c94ef2ed4e3d83e65801465e67646..b6c573ef178783ee2792ef7b10a59fdade37d129 100644 (file)
@@ -1,20 +1,14 @@
 /** @file\r
-  Ihis library is to support TCG Physical Presence Interface (PPI) specification\r
+  This library is to support TCG Physical Presence Interface (PPI) specification\r
   >= 128 Vendor Specific PPI Operation.\r
 \r
   The Vendor Specific PPI operation may change TPM state, BIOS TPM management\r
   flags, and may need additional boot cycle.\r
-  \r
-  Caution: This function may receive untrusted input.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials \r
-are licensed and made available under the terms and conditions of the BSD License \r
-which accompanies this distribution.  The full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php\r
+  Caution: This function may receive untrusted input.\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -42,8 +36,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define TCG_PP_OPERATION_RESPONSE_BIOS_FAILURE         0xFFFFFFF1\r
 \r
 //\r
-// The return code for Sumbit TPM Request to Pre-OS Environment\r
-// and Sumbit TPM Request to Pre-OS Environment 2\r
+// The return code for Submit TPM Request to Pre-OS Environment\r
+// and Submit TPM Request to Pre-OS Environment 2\r
 //\r
 #define TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS                                  0\r
 #define TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED                          1\r
@@ -63,9 +57,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Check and execute the requested physical presence command.\r
 \r
   This API should be invoked in BIOS boot phase to process pending request.\r
-  \r
+\r
   Caution: This function may receive untrusted input.\r
-  \r
+\r
   If OperationRequest < 128, then ASSERT().\r
 \r
   @param[in]      OperationRequest TPM physical presence operation request.\r
@@ -88,7 +82,7 @@ TcgPpVendorLibExecutePendingRequest (
   Check if there is a valid physical presence command request.\r
 \r
   This API should be invoked in BIOS boot phase to process pending request.\r
-  \r
+\r
   Caution: This function may receive untrusted input.\r
 \r
   If OperationRequest < 128, then ASSERT().\r
@@ -118,7 +112,7 @@ TcgPpVendorLibHasValidRequest (
   This API should be invoked in OS runtime phase to interface with ACPI method.\r
 \r
   Caution: This function may receive untrusted input.\r
-  \r
+\r
   If OperationRequest < 128, then ASSERT().\r
 \r
   @param[in]      OperationRequest TPM physical presence operation request.\r
@@ -141,7 +135,7 @@ TcgPpVendorLibSubmitRequestToPreOSFunction (
   This API should be invoked in OS runtime phase to interface with ACPI method.\r
 \r
   Caution: This function may receive untrusted input.\r
-  \r
+\r
   If OperationRequest < 128, then ASSERT().\r
 \r
   @param[in]      OperationRequest TPM physical presence operation request.\r