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