summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
2017-12-16efi_loader: new function efi_delete_handle()Heinrich Schuchardt
2017-12-16efi_loader: return status from efi_setup_loaded_image()Heinrich Schuchardt
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt
2017-12-01efi_loader: efi_console: use helper functionsHeinrich Schuchardt
2017-12-01efi_loader: helper functions for protocol managementHeinrich Schuchardt
2017-12-01efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt
2017-12-01efi_loader: make efi_create_handle non-staticHeinrich Schuchardt
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt
2017-12-01efi_loader: rework efi_search_objHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt
2017-12-01efi_loader: guard against double inclusion of efi_loader.hHeinrich Schuchardt
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt
2017-10-05efi_loader: support 16 protocols per efi_objectHeinrich Schuchardt
2017-09-20efi_loader: add bootmgrRob Clark
2017-09-20efi_loader: efi variable supportRob Clark
2017-09-20efi_loader: add file/filesys supportRob Clark
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark
2017-09-20efi_loader: flesh out device-path to textRob Clark
2017-09-20efi_loader: add device-path utilsRob Clark
2017-09-18efi_loader: implement queueing of the notification functionHeinrich Schuchardt
2017-09-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt
2017-09-18efi_loader: allow return value in EFI_CALLHeinrich Schuchardt
2017-09-18efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt
2017-08-18efi_loader: do not cast return value in EFI_EXITxypron.glpk@gmx.de
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark
2017-07-28efi_loader: only evaluate EFI_EXIT()'s ret onceRob Clark
2017-07-25efi_loader: add helper macro to construct protocol objectsRob Clark
2017-07-25efi_loader: log EFI return values tooRob Clark
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de
2017-07-24efi_loader: move guidcmp to headerRob Clark
2017-07-19efi_console: set up eventsxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_set_timerxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_create_eventxypron.glpk@gmx.de
2017-07-19efi_loader: correct size for tpl levelxypron.glpk@gmx.de
2017-07-19efi_loader: implement multiple event supportxypron.glpk@gmx.de
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de
2017-07-19efi_loader: provide a sufficient number of protocolsxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de
2016-11-17efi_loader: Fix efi_add_runtime_mmio definitionAlexander Graf
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf