summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-19efi_loader: correct size for tpl levelxypron.glpk@gmx.de1-1/+1
2017-07-19efi_loader: implement multiple event supportxypron.glpk@gmx.de1-0/+24
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de1-0/+2
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de1-10/+0
2017-07-19efi_loader: provide a sufficient number of protocolsxypron.glpk@gmx.de1-2/+2
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de1-15/+2
2016-11-17efi_loader: Fix efi_add_runtime_mmio definitionAlexander Graf1-1/+1
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf1-6/+6
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass1-1/+1
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf1-0/+2
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf1-0/+2