edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib
Sami Mujawar b5f1199323 EmbeddedPkg: Add missing FreeAlignedPages() implementation
The PrePiMemoryAllocationLib supports AllocateAlignedPages(),
however is missing the corresponding FreeAlignedPages().

Although the FreeAlignedPages() in PrePiMemoryAllocationLib
does not support the ability to free pages in the PrePei Memory
Allocator and the allocated memory is lost, it would be good
to have an empty implementation of FreeAlignedPages() so that
implementations utilises the correct deallocation function.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2026-04-21 16:55:40 +00:00
..
MemoryAllocationLib.c EmbeddedPkg: Add missing FreeAlignedPages() implementation 2026-04-21 16:55:40 +00:00
PrePiMemoryAllocationLib.inf EmbeddedPkg: Drop ARM32 Support 2025-09-25 22:04:10 +00:00