summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi_loader: refactor efi_set_timerxypron.glpk@gmx.de2017-07-191-0/+3
* efi_loader: refactor efi_create_eventxypron.glpk@gmx.de2017-07-191-0/+6
* efi_loader: correct size for tpl levelxypron.glpk@gmx.de2017-07-191-1/+1
* efi_loader: implement multiple event supportxypron.glpk@gmx.de2017-07-191-0/+24
* efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2017-07-191-0/+2
* efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de2017-07-191-10/+0
* efi_loader: provide a sufficient number of protocolsxypron.glpk@gmx.de2017-07-191-2/+2
* efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de2017-07-191-15/+2
* efi_loader: Fix efi_add_runtime_mmio definitionAlexander Graf2016-11-171-1/+1
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-191-6/+6
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-191-1/+1
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-191-0/+2
* efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-191-0/+2