mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-07 05:09:49 +00:00
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> |
||
|---|---|---|
| .. | ||
| AcpiLib | ||
| AndroidBootImgLib | ||
| CoherentDmaLib | ||
| DebugAgentTimerLibNull | ||
| DxeDtPlatformDtbLoaderLibDefault | ||
| FdtLib | ||
| GdbSerialDebugPortLib | ||
| GdbSerialLib | ||
| NonCoherentDmaLib | ||
| NorFlashInfoLib | ||
| NvVarStoreFormattedLib | ||
| PlatformHasAcpiLib | ||
| PrePiExtractGuidedSectionLib | ||
| PrePiHobLib | ||
| PrePiLib | ||
| PrePiMemoryAllocationLib | ||
| TemplateRealTimeClockLib | ||
| TemplateResetSystemLib | ||
| TimeBaseLib | ||
| VirtualRealTimeClockLib | ||