Page MenuHomeFreeBSD

loader: abstract boot services exiting to libefi function
ClosedPublic

Authored by imp on Sep 29 2021, 4:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 22, 12:35 AM
Unknown Object (File)
Fri, Oct 10, 6:30 AM
Unknown Object (File)
Fri, Oct 10, 6:30 AM
Unknown Object (File)
Fri, Oct 10, 6:30 AM
Unknown Object (File)
Fri, Oct 10, 12:45 AM
Unknown Object (File)
Tue, Oct 7, 4:26 PM
Unknown Object (File)
Sat, Sep 27, 12:24 AM
Unknown Object (File)
Wed, Sep 24, 1:41 AM
Subscribers

Details

Summary

Move direct call of ExitBootServices to efi_exit_boot_services. This
function sets boot_services_active to false so callers don't have to do
it everywhere (though currently only loader/bootinfo.c is affected).

Sponsored by: Netflix

Test Plan

This starts to abstract whether or not boot services are available
Though maybe we should just set BS = NULL and let callers that care use that (or better: have all callers go through a wrapper that returns an error when it's gone)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable