summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-181-0/+18
* efi_loader: Readd freed pages to memory poolStefan Brüns2016-10-181-1/+1
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-181-0/+2
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-181-0/+3
* efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-061-9/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-271-1/+1
|\
| * dm: efi: Update for CONFIG_BLKSimon Glass2016-05-271-1/+1
* | efi_loader: Add bounce buffer supportAlexander Graf2016-05-271-0/+5
* | efi_loader: Add network access supportAlexander Graf2016-05-271-0/+7
|/
* efi_loader: Pass file path to payloadAlexander Graf2016-04-181-2/+3
* efi_loader: Add GOP supportAlexander Graf2016-03-271-0/+2
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-151-0/+10
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-151-0/+19
* efi_loader: Add disk interfacesAlexander Graf2016-03-151-0/+2
* efi_loader: Add runtime servicesAlexander Graf2016-03-151-0/+17
* efi_loader: Add console interfaceAlexander Graf2016-03-151-0/+5
* efi_loader: Add boot time servicesAlexander Graf2016-03-151-0/+85
* efi_loader: Add PE image loaderAlexander Graf2016-03-151-0/+20