]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/IndustryStandard/TcgPhysicalPresence.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / TcgPhysicalPresence.h
CommitLineData
59b226d6
JY
1/** @file\r
2 TCG Physical Presence definition.\r
3\r
9095d37b 4Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
59b226d6
JY
6\r
7**/\r
8\r
9#ifndef _TCG_PHYSICAL_PRESENCE_H_\r
10#define _TCG_PHYSICAL_PRESENCE_H_\r
11\r
12//\r
13// TCG PP definition for physical presence ACPI function\r
14//\r
15#define TCG_ACPI_FUNCTION_GET_PHYSICAL_PRESENCE_INTERFACE_VERSION 1\r
16#define TCG_ACPI_FUNCTION_SUBMIT_REQUEST_TO_BIOS 2\r
17#define TCG_ACPI_FUNCTION_GET_PENDING_REQUEST_BY_OS 3\r
18#define TCG_ACPI_FUNCTION_GET_PLATFORM_ACTION_TO_TRANSITION_TO_BIOS 4\r
19#define TCG_ACPI_FUNCTION_RETURN_REQUEST_RESPONSE_TO_OS 5\r
20#define TCG_ACPI_FUNCTION_SUBMIT_PREFERRED_USER_LANGUAGE 6\r
21#define TCG_ACPI_FUNCTION_SUBMIT_REQUEST_TO_BIOS_2 7\r
22#define TCG_ACPI_FUNCTION_GET_USER_CONFIRMATION_STATUS_FOR_REQUEST 8\r
23\r
24//\r
25// TCG PP definition for TPM Operation Response to OS Environment\r
26//\r
27#define TCG_PP_OPERATION_RESPONSE_SUCCESS 0x0\r
28#define TCG_PP_OPERATION_RESPONSE_USER_ABORT 0xFFFFFFF0\r
29#define TCG_PP_OPERATION_RESPONSE_BIOS_FAILURE 0xFFFFFFF1\r
30\r
31//\r
32// TCG PP definition of return code for Return TPM Operation Response to OS Environment\r
33//\r
34#define TCG_PP_RETURN_TPM_OPERATION_RESPONSE_SUCCESS 0\r
35#define TCG_PP_RETURN_TPM_OPERATION_RESPONSE_FAILURE 1\r
36\r
37//\r
a750b4ae
GL
38// TCG PP definition of return code for Submit TPM Request to Pre-OS Environment\r
39// and Submit TPM Request to Pre-OS Environment 2\r
59b226d6
JY
40//\r
41#define TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS 0\r
42#define TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED 1\r
43#define TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE 2\r
44#define TCG_PP_SUBMIT_REQUEST_TO_PREOS_BLOCKED_BY_BIOS_SETTINGS 3\r
45\r
46//\r
47// TCG PP definition of return code for Get User Confirmation Status for Operation\r
48//\r
49#define TCG_PP_GET_USER_CONFIRMATION_NOT_IMPLEMENTED 0\r
50#define TCG_PP_GET_USER_CONFIRMATION_BIOS_ONLY 1\r
51#define TCG_PP_GET_USER_CONFIRMATION_BLOCKED_BY_BIOS_CONFIGURATION 2\r
52#define TCG_PP_GET_USER_CONFIRMATION_ALLOWED_AND_PPUSER_REQUIRED 3\r
53#define TCG_PP_GET_USER_CONFIRMATION_ALLOWED_AND_PPUSER_NOT_REQUIRED 4\r
54\r
55//\r
56// TCG PP definition of physical presence operation actions for TPM12\r
57//\r
58#define TCG_PHYSICAL_PRESENCE_NO_ACTION 0\r
59#define TCG_PHYSICAL_PRESENCE_ENABLE 1\r
60#define TCG_PHYSICAL_PRESENCE_DISABLE 2\r
61#define TCG_PHYSICAL_PRESENCE_ACTIVATE 3\r
9095d37b 62#define TCG_PHYSICAL_PRESENCE_DEACTIVATE 4\r
59b226d6
JY
63#define TCG_PHYSICAL_PRESENCE_CLEAR 5\r
64#define TCG_PHYSICAL_PRESENCE_ENABLE_ACTIVATE 6\r
65#define TCG_PHYSICAL_PRESENCE_DEACTIVATE_DISABLE 7\r
66#define TCG_PHYSICAL_PRESENCE_SET_OWNER_INSTALL_TRUE 8\r
67#define TCG_PHYSICAL_PRESENCE_SET_OWNER_INSTALL_FALSE 9\r
68#define TCG_PHYSICAL_PRESENCE_ENABLE_ACTIVATE_OWNER_TRUE 10\r
69#define TCG_PHYSICAL_PRESENCE_DEACTIVATE_DISABLE_OWNER_FALSE 11\r
70#define TCG_PHYSICAL_PRESENCE_DEFERRED_PP_UNOWNERED_FIELD_UPGRADE 12\r
71#define TCG_PHYSICAL_PRESENCE_SET_OPERATOR_AUTH 13\r
72#define TCG_PHYSICAL_PRESENCE_CLEAR_ENABLE_ACTIVATE 14\r
73#define TCG_PHYSICAL_PRESENCE_SET_NO_PPI_PROVISION_FALSE 15\r
74#define TCG_PHYSICAL_PRESENCE_SET_NO_PPI_PROVISION_TRUE 16\r
75#define TCG_PHYSICAL_PRESENCE_SET_NO_PPI_CLEAR_FALSE 17\r
76#define TCG_PHYSICAL_PRESENCE_SET_NO_PPI_CLEAR_TRUE 18\r
77#define TCG_PHYSICAL_PRESENCE_SET_NO_PPI_MAINTENANCE_FALSE 19\r
78#define TCG_PHYSICAL_PRESENCE_SET_NO_PPI_MAINTENANCE_TRUE 20\r
79#define TCG_PHYSICAL_PRESENCE_ENABLE_ACTIVATE_CLEAR 21\r
80#define TCG_PHYSICAL_PRESENCE_ENABLE_ACTIVATE_CLEAR_ENABLE_ACTIVATE 22\r
81\r
82#define TCG_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION 128\r
83\r
84//\r
85// TCG PP definition of physical presence operation actions for TPM2\r
86//\r
87#define TCG2_PHYSICAL_PRESENCE_NO_ACTION 0\r
88#define TCG2_PHYSICAL_PRESENCE_ENABLE 1\r
89#define TCG2_PHYSICAL_PRESENCE_DISABLE 2\r
90#define TCG2_PHYSICAL_PRESENCE_CLEAR 5\r
91#define TCG2_PHYSICAL_PRESENCE_ENABLE_CLEAR 14\r
92#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_CLEAR_TRUE 17\r
93#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_CLEAR_FALSE 18\r
94#define TCG2_PHYSICAL_PRESENCE_ENABLE_CLEAR_2 21\r
95#define TCG2_PHYSICAL_PRESENCE_ENABLE_CLEAR_3 22\r
96#define TCG2_PHYSICAL_PRESENCE_SET_PCR_BANKS 23\r
97#define TCG2_PHYSICAL_PRESENCE_CHANGE_EPS 24\r
98#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_CHANGE_PCRS_FALSE 25\r
99#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_CHANGE_PCRS_TRUE 26\r
100#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_TURN_ON_FALSE 27\r
101#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_TURN_ON_TRUE 28\r
102#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_TURN_OFF_FALSE 29\r
103#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_TURN_OFF_TRUE 30\r
104#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_CHANGE_EPS_FALSE 31\r
105#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_CHANGE_EPS_TRUE 32\r
106#define TCG2_PHYSICAL_PRESENCE_LOG_ALL_DIGESTS 33\r
107#define TCG2_PHYSICAL_PRESENCE_DISABLE_ENDORSEMENT_ENABLE_STORAGE_HIERARCHY 34\r
108#define TCG2_PHYSICAL_PRESENCE_NO_ACTION_MAX 34\r
109\r
110//\r
111// TCG PP definition of physical presence operation actions for storage management\r
112//\r
113#define TCG2_PHYSICAL_PRESENCE_STORAGE_MANAGEMENT_BEGIN 96\r
114#define TCG2_PHYSICAL_PRESENCE_ENABLE_BLOCK_SID 96\r
115#define TCG2_PHYSICAL_PRESENCE_DISABLE_BLOCK_SID 97\r
116#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_ENABLE_BLOCK_SID_FUNC_TRUE 98\r
117#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_ENABLE_BLOCK_SID_FUNC_FALSE 99\r
118#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_DISABLE_BLOCK_SID_FUNC_TRUE 100\r
119#define TCG2_PHYSICAL_PRESENCE_SET_PP_REQUIRED_FOR_DISABLE_BLOCK_SID_FUNC_FALSE 101\r
120\r
121#define TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION 128\r
122\r
a750b4ae 123#endif\r