You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
626a8db20e
There are cases where temporary memory is required in stages. Since MemoryAllocationLib instance for stages has no de-allocation function, it needs special handling. This patch added temporary memory management into standard MemoryAllocatoinLib interface. Signed-off-by: Maurice Ma <maurice.ma@intel.com>