Rename module entry point
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
984b4b83a1
commit
6c576f95c4
@ -22,5 +22,5 @@ set_target_properties(dummy PROPERTIES SUFFIX .efi)
|
|||||||
set_install_target(dummy efi/boot/xtldr)
|
set_install_target(dummy efi/boot/xtldr)
|
||||||
|
|
||||||
# Set loader entrypoint, imagebase address, ordinals and subsystem
|
# Set loader entrypoint, imagebase address, ordinals and subsystem
|
||||||
set_entrypoint(dummy "BlXtLoaderModuleMain")
|
set_entrypoint(dummy "BlXtLdrModuleMain")
|
||||||
set_subsystem(dummy efi_boot_service_driver)
|
set_subsystem(dummy efi_boot_service_driver)
|
||||||
|
@ -33,8 +33,8 @@ PXT_BOOT_LOADER_PROTOCOL EfiXtLdrProtocol;
|
|||||||
* @since XT 1.0
|
* @since XT 1.0
|
||||||
*/
|
*/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
BlXtLoaderModuleMain(EFI_HANDLE ImageHandle,
|
BlXtLdrModuleMain(EFI_HANDLE ImageHandle,
|
||||||
PEFI_SYSTEM_TABLE SystemTable)
|
PEFI_SYSTEM_TABLE SystemTable)
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user