UefiPayloadPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the UefiPayloadPkg 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: Ray Ni <ray.ni@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
053e878bfb
commit
e5efcf8be8
@@ -42,15 +42,14 @@
|
||||
#define GET_OCCUPIED_SIZE(ActualSize, Alignment) \
|
||||
((ActualSize) + (((Alignment) - ((ActualSize) & ((Alignment) - 1))) & ((Alignment) - 1)))
|
||||
|
||||
|
||||
#define E820_RAM 1
|
||||
#define E820_RESERVED 2
|
||||
#define E820_ACPI 3
|
||||
#define E820_NVS 4
|
||||
#define E820_UNUSABLE 5
|
||||
#define E820_DISABLED 6
|
||||
#define E820_PMEM 7
|
||||
#define E820_UNDEFINED 8
|
||||
#define E820_RAM 1
|
||||
#define E820_RESERVED 2
|
||||
#define E820_ACPI 3
|
||||
#define E820_NVS 4
|
||||
#define E820_UNUSABLE 5
|
||||
#define E820_DISABLED 6
|
||||
#define E820_PMEM 7
|
||||
#define E820_UNDEFINED 8
|
||||
|
||||
/**
|
||||
Auto-generated function that calls the library constructors for all of the module's
|
||||
@@ -75,8 +74,8 @@ ProcessLibraryConstructorList (
|
||||
VOID *
|
||||
EFIAPI
|
||||
CreateHob (
|
||||
IN UINT16 HobType,
|
||||
IN UINT16 HobLength
|
||||
IN UINT16 HobType,
|
||||
IN UINT16 HobLength
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -89,8 +88,8 @@ CreateHob (
|
||||
VOID
|
||||
EFIAPI
|
||||
UpdateStackHob (
|
||||
IN EFI_PHYSICAL_ADDRESS BaseAddress,
|
||||
IN UINT64 Length
|
||||
IN EFI_PHYSICAL_ADDRESS BaseAddress,
|
||||
IN UINT64 Length
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -108,13 +107,13 @@ UpdateStackHob (
|
||||
@return The pointer to the handoff HOB table.
|
||||
|
||||
**/
|
||||
EFI_HOB_HANDOFF_INFO_TABLE*
|
||||
EFI_HOB_HANDOFF_INFO_TABLE *
|
||||
EFIAPI
|
||||
HobConstructor (
|
||||
IN VOID *EfiMemoryBottom,
|
||||
IN VOID *EfiMemoryTop,
|
||||
IN VOID *EfiFreeMemoryBottom,
|
||||
IN VOID *EfiFreeMemoryTop
|
||||
IN VOID *EfiMemoryBottom,
|
||||
IN VOID *EfiMemoryTop,
|
||||
IN VOID *EfiFreeMemoryBottom,
|
||||
IN VOID *EfiFreeMemoryTop
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -127,7 +126,7 @@ HobConstructor (
|
||||
**/
|
||||
EFI_STATUS
|
||||
LoadDxeCore (
|
||||
OUT PHYSICAL_ADDRESS *DxeCoreEntryPoint
|
||||
OUT PHYSICAL_ADDRESS *DxeCoreEntryPoint
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -141,8 +140,8 @@ LoadDxeCore (
|
||||
**/
|
||||
EFI_STATUS
|
||||
UniversalLoadDxeCore (
|
||||
IN EFI_FIRMWARE_VOLUME_HEADER *DxeFv,
|
||||
OUT PHYSICAL_ADDRESS *DxeCoreEntryPoint
|
||||
IN EFI_FIRMWARE_VOLUME_HEADER *DxeFv,
|
||||
OUT PHYSICAL_ADDRESS *DxeCoreEntryPoint
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -156,13 +155,13 @@ UniversalLoadDxeCore (
|
||||
**/
|
||||
VOID
|
||||
HandOffToDxeCore (
|
||||
IN EFI_PHYSICAL_ADDRESS DxeCoreEntryPoint,
|
||||
IN EFI_PEI_HOB_POINTERS HobList
|
||||
IN EFI_PHYSICAL_ADDRESS DxeCoreEntryPoint,
|
||||
IN EFI_PEI_HOB_POINTERS HobList
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
FixUpPcdDatabase (
|
||||
IN EFI_FIRMWARE_VOLUME_HEADER *DxeFv
|
||||
IN EFI_FIRMWARE_VOLUME_HEADER *DxeFv
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -179,9 +178,9 @@ FixUpPcdDatabase (
|
||||
**/
|
||||
EFI_STATUS
|
||||
FileFindSection (
|
||||
IN EFI_FFS_FILE_HEADER *FileHeader,
|
||||
IN EFI_SECTION_TYPE SectionType,
|
||||
OUT VOID **SectionData
|
||||
IN EFI_FFS_FILE_HEADER *FileHeader,
|
||||
IN EFI_SECTION_TYPE SectionType,
|
||||
OUT VOID **SectionData
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -214,7 +213,7 @@ FvFindFileByTypeGuid (
|
||||
**/
|
||||
ACPI_BOARD_INFO *
|
||||
BuildHobFromAcpi (
|
||||
IN UINT64 AcpiTableBase
|
||||
IN UINT64 AcpiTableBase
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user