You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
dd8fe22046
During X64 enabling, there was a pending task to enable 32bit MultiBoot support. It is not implemented. This patch added the support to allow X64 SBL to boot a 32bit MB image through thunking. As part of this patch, the ThunkLib is separated from the FspApiLib so that it can be shared by other component. Signed-off-by: Maurice Ma <maurice.ma@intel.com>