You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
d2bd63df12
To assist source level debug, it is better to always load PE/TE images at page aligned memory address so that the script can locate the image much easier. This patch changed the AllocatePool to AllocatePages for component loading inside a container. Signed-off-by: Maurice Ma <maurice.ma@intel.com>