audk/EmbeddedPkg/Library
Min Xu 6777e67383 EmbeddedPkg: Fix a build error in FwVol.c in X64 arch
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3814

CompressedDataLength is declared as UINTN which is UINT64 in X64 arch.
But the second parameter of UefiDecompressGetInfo() is declared as
UINT32. So a build error is triggered. To declare CompressedDataLength
as UINT32 to fix the build error.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Daniel Schaefer <daniel.schaefer@hpe.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
2022-01-27 06:19:05 +00:00
..
AcpiLib EmbeddedPkg/AcpiLib: Add more helper functions 2021-12-17 15:53:06 +00:00
AndroidBootImgLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CoherentDmaLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DebugAgentTimerLibNull EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DxeDtPlatformDtbLoaderLibDefault EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FdtLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
GdbSerialDebugPortLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
GdbSerialLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NonCoherentDmaLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NorFlashInfoLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NvVarStoreFormattedLib EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS 2019-04-29 15:34:16 +02:00
PlatformHasAcpiLib EmbeddedPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:57:58 -07:00
PrePiExtractGuidedSectionLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PrePiHobLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PrePiLib EmbeddedPkg: Fix a build error in FwVol.c in X64 arch 2022-01-27 06:19:05 +00:00
PrePiMemoryAllocationLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TemplateRealTimeClockLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TemplateResetSystemLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TimeBaseLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
VirtualRealTimeClockLib EmbeddedPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00