TianoCore EDK2 master
Loading...
Searching...
No Matches
TcgConfigNvData.h
Go to the documentation of this file.
1
9#ifndef __TCG_CONFIG_NV_DATA_H__
10#define __TCG_CONFIG_NV_DATA_H__
11
14#include <Guid/TcgConfigHii.h>
15
16#define TCG_CONFIGURATION_VARSTORE_ID 0x0001
17#define TCG_CONFIGURATION_FORM_ID 0x0001
18
19#define KEY_TPM_ACTION 0x3000
20
21#define LABEL_TCG_CONFIGURATION_TPM_OPERATION 0x0001
22#define LABEL_END 0xffff
23
24//
25// Nv Data structure referenced by IFR
26//
27typedef struct {
28 UINT8 TpmOperation;
29 BOOLEAN TpmEnable;
30 BOOLEAN TpmActivate;
32
33#endif