Add TPM Physical Presence >=128 operation value support.
The Tcg/TrEE PhysicalPresence library will depend on Tcg/TrEE PpVendor library. The default NULL library instance is provided in this package. OEM can create OemPpVendorLib as override to handle >=128 operation value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Dong, Guo" <guo.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16597 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
The header file for TrEE SMM driver.
|
||||
|
||||
Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2013 - 2015, 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
|
||||
@@ -37,6 +37,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#include <Library/DxeServicesLib.h>
|
||||
#include <Library/TpmMeasurementLib.h>
|
||||
#include <Library/Tpm2DeviceLib.h>
|
||||
#include <Library/TrEEPpVendorLib.h>
|
||||
|
||||
#pragma pack(1)
|
||||
typedef struct {
|
||||
@@ -84,23 +85,10 @@ typedef struct {
|
||||
#define ACPI_FUNCTION_GET_USER_CONFIRMATION_STATUS_FOR_REQUEST 8
|
||||
|
||||
//
|
||||
// The return code for Get User Confirmation Status for Operation
|
||||
// The return code for Return TPM Operation Response to OS Environment
|
||||
//
|
||||
#define PP_REQUEST_NOT_IMPLEMENTED 0
|
||||
#define PP_REQUEST_BIOS_ONLY 1
|
||||
#define PP_REQUEST_BLOCKED 2
|
||||
#define PP_REQUEST_ALLOWED_AND_PPUSER_REQUIRED 3
|
||||
#define PP_REQUEST_ALLOWED_AND_PPUSER_NOT_REQUIRED 4
|
||||
|
||||
//
|
||||
// The return code for Sumbit TPM Request to Pre-OS Environment
|
||||
// and Sumbit TPM Request to Pre-OS Environment 2
|
||||
//
|
||||
#define PP_SUBMIT_REQUEST_SUCCESS 0
|
||||
#define PP_SUBMIT_REQUEST_NOT_IMPLEMENTED 1
|
||||
#define PP_SUBMIT_REQUEST_GENERAL_FAILURE 2
|
||||
#define PP_SUBMIT_REQUEST_BLOCKED_BY_BIOS_SETTINGS 3
|
||||
|
||||
#define PP_RETURN_TPM_OPERATION_RESPONSE_SUCCESS 0
|
||||
#define PP_RETURN_TPM_OPERATION_RESPONSE_FAILURE 1
|
||||
|
||||
//
|
||||
// The definition for TCG MOR
|
||||
|
Reference in New Issue
Block a user