summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf1-0/+18
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns1-1/+1
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns1-0/+2
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns1-0/+3
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-9/+1
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf1-0/+5
2016-05-27dm: efi: Update for CONFIG_BLKSimon Glass1-1/+1
2016-05-27efi_loader: Add network access supportAlexander Graf1-0/+7
2016-04-19efi_loader: Pass file path to payloadAlexander Graf1-2/+3
2016-03-27efi_loader: Add GOP supportAlexander Graf1-0/+2
2016-03-16efi_loader: Pass proper device path in on bootAlexander Graf1-0/+10
2016-03-16efi_loader: Implement memory allocation and mapAlexander Graf1-0/+19
2016-03-16efi_loader: Add disk interfacesAlexander Graf1-0/+2
2016-03-16efi_loader: Add runtime servicesAlexander Graf1-0/+17
2016-03-16efi_loader: Add console interfaceAlexander Graf1-0/+5
2016-03-16efi_loader: Add boot time servicesAlexander Graf1-0/+85