You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
864fa6d26e
This will fix stage transition failures for X64 targets built with gcc which is caused by mis-matched EFIAPI calling convention. - Add EFIAPI to STAGE_ENTRY interface for Stage1A -> Stage1B - Add EFIAPI to PAYLOAD_ENTRY interface for Stage2->OsLoader Payload - Remove unused KERNEL_ENTRY interface Signed-off-by: Aiden Park <aiden.park@intel.com>