summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
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
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf
2016-05-27dm: efi: Update for CONFIG_BLKSimon Glass
2016-05-27efi_loader: Add network access supportAlexander Graf
2016-04-18efi_loader: Pass file path to payloadAlexander Graf
2016-03-27efi_loader: Add GOP supportAlexander Graf
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf
2016-03-15efi_loader: Add disk interfacesAlexander Graf