summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-23efi_driver: EFI block driverHeinrich Schuchardt1-0/+2
2018-01-23efi_loader: add check_tpl parameter to efi_signal_eventHeinrich Schuchardt1-1/+1
2018-01-23efi_loader: provide function to get last node of a device pathHeinrich Schuchardt1-0/+3
2018-01-23efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt1-0/+4
2018-01-23efi_loader: provide a function to create a partition nodeHeinrich Schuchardt1-0/+2
2018-01-23efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt1-0/+2
2018-01-23efi_loader: return NULL from device path functionsHeinrich Schuchardt1-3/+3
2018-01-23efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt1-6/+8
2018-01-23efi_loader: implement ConnectControllerHeinrich Schuchardt1-0/+2
2018-01-23efi_loader: debug output installed device pathHeinrich Schuchardt1-3/+4
2018-01-23efi_loader: list of open protocol infosHeinrich Schuchardt1-1/+14
2017-12-17efi_loader: new function efi_delete_handle()Heinrich Schuchardt1-0/+2
2017-12-17efi_loader: return status from efi_setup_loaded_image()Heinrich Schuchardt1-3/+5
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt1-2/+4
2017-12-01efi_loader: efi_console: use helper functionsHeinrich Schuchardt1-10/+2
2017-12-01efi_loader: helper functions for protocol managementHeinrich Schuchardt1-0/+12
2017-12-01efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt1-1/+1
2017-12-01efi_loader: make efi_create_handle non-staticHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt1-1/+2
2017-12-01efi_loader: rework efi_search_objHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt1-6/+6
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt1-2/+2
2017-12-01efi_loader: guard against double inclusion of efi_loader.hHeinrich Schuchardt1-1/+6
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt1-0/+4
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark1-0/+3
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt1-4/+4
2017-10-05efi_loader: support 16 protocols per efi_objectHeinrich Schuchardt1-2/+2
2017-09-20efi_loader: add bootmgrRob Clark1-0/+6
2017-09-20efi_loader: efi variable supportRob Clark1-0/+10
2017-09-20efi_loader: add file/filesys supportRob Clark1-0/+13
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark1-1/+4
2017-09-20efi_loader: flesh out device-path to textRob Clark1-0/+2
2017-09-20efi_loader: add device-path utilsRob Clark1-0/+26
2017-09-19efi_loader: implement queueing of the notification functionHeinrich Schuchardt1-1/+3
2017-09-19efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt1-0/+9
2017-09-19efi_loader: allow return value in EFI_CALLHeinrich Schuchardt1-2/+15
2017-09-19efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt1-0/+8
2017-08-18efi_loader: do not cast return value in EFI_EXITxypron.glpk@gmx.de1-2/+2
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark1-4/+8
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark1-7/+10
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark1-0/+17
2017-07-28efi_loader: only evaluate EFI_EXIT()'s ret onceRob Clark1-2/+3
2017-07-25efi_loader: add helper macro to construct protocol objectsRob Clark1-0/+8
2017-07-25efi_loader: log EFI return values tooRob Clark1-1/+4
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de1-4/+4
2017-07-24efi_loader: move guidcmp to headerRob Clark1-0/+5
2017-07-19efi_console: set up eventsxypron.glpk@gmx.de1-1/+5
2017-07-19efi_loader: refactor efi_set_timerxypron.glpk@gmx.de1-0/+3
2017-07-19efi_loader: refactor efi_create_eventxypron.glpk@gmx.de1-0/+6