SecurityPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the SecurityPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
39de741e2d
commit
c411b485b6
@@ -14,50 +14,50 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#define MM_TPM_NVS_HOB_GUID \
|
||||
{ 0xc96c76eb, 0xbc78, 0x429c, { 0x9f, 0x4b, 0xda, 0x51, 0x78, 0xc2, 0x84, 0x57 }}
|
||||
|
||||
extern EFI_GUID gTpmNvsMmGuid;
|
||||
extern EFI_GUID gTpmNvsMmGuid;
|
||||
|
||||
#pragma pack(1)
|
||||
typedef struct {
|
||||
UINT8 SoftwareSmi;
|
||||
UINT32 Parameter;
|
||||
UINT32 Response;
|
||||
UINT32 Request;
|
||||
UINT32 RequestParameter;
|
||||
UINT32 LastRequest;
|
||||
UINT32 ReturnCode;
|
||||
UINT8 SoftwareSmi;
|
||||
UINT32 Parameter;
|
||||
UINT32 Response;
|
||||
UINT32 Request;
|
||||
UINT32 RequestParameter;
|
||||
UINT32 LastRequest;
|
||||
UINT32 ReturnCode;
|
||||
} PHYSICAL_PRESENCE_NVS;
|
||||
|
||||
typedef struct {
|
||||
UINT8 SoftwareSmi;
|
||||
UINT32 Parameter;
|
||||
UINT32 Request;
|
||||
UINT32 ReturnCode;
|
||||
UINT8 SoftwareSmi;
|
||||
UINT32 Parameter;
|
||||
UINT32 Request;
|
||||
UINT32 ReturnCode;
|
||||
} MEMORY_CLEAR_NVS;
|
||||
|
||||
typedef struct {
|
||||
PHYSICAL_PRESENCE_NVS PhysicalPresence;
|
||||
MEMORY_CLEAR_NVS MemoryClear;
|
||||
UINT32 PPRequestUserConfirm;
|
||||
UINT32 TpmIrqNum;
|
||||
BOOLEAN IsShortFormPkgLength;
|
||||
PHYSICAL_PRESENCE_NVS PhysicalPresence;
|
||||
MEMORY_CLEAR_NVS MemoryClear;
|
||||
UINT32 PPRequestUserConfirm;
|
||||
UINT32 TpmIrqNum;
|
||||
BOOLEAN IsShortFormPkgLength;
|
||||
} TCG_NVS;
|
||||
|
||||
typedef struct {
|
||||
UINT8 OpRegionOp;
|
||||
UINT32 NameString;
|
||||
UINT8 RegionSpace;
|
||||
UINT8 DWordPrefix;
|
||||
UINT32 RegionOffset;
|
||||
UINT8 BytePrefix;
|
||||
UINT8 RegionLen;
|
||||
UINT8 OpRegionOp;
|
||||
UINT32 NameString;
|
||||
UINT8 RegionSpace;
|
||||
UINT8 DWordPrefix;
|
||||
UINT32 RegionOffset;
|
||||
UINT8 BytePrefix;
|
||||
UINT8 RegionLen;
|
||||
} AML_OP_REGION_32_8;
|
||||
|
||||
typedef struct {
|
||||
UINT64 Function;
|
||||
UINT64 ReturnStatus;
|
||||
EFI_PHYSICAL_ADDRESS TargetAddress;
|
||||
UINT64 RegisteredPpSwiValue;
|
||||
UINT64 RegisteredMcSwiValue;
|
||||
UINT64 Function;
|
||||
UINT64 ReturnStatus;
|
||||
EFI_PHYSICAL_ADDRESS TargetAddress;
|
||||
UINT64 RegisteredPpSwiValue;
|
||||
UINT64 RegisteredMcSwiValue;
|
||||
} TPM_NVS_MM_COMM_BUFFER;
|
||||
#pragma pack()
|
||||
|
||||
@@ -65,4 +65,4 @@ typedef enum {
|
||||
TpmNvsMmExchangeInfo,
|
||||
} TPM_NVS_MM_FUNCTION;
|
||||
|
||||
#endif // TCG2_NVS_MM_H_
|
||||
#endif // TCG2_NVS_MM_H_
|
||||
|
Reference in New Issue
Block a user