summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)Author
2017-07-28efi_loader: indent entry/exit prints to show nesting levelRob Clark
2017-07-28efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark
2017-07-26efi_loader: Improve install_configuration_tableAlexander Graf
2017-07-26efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark
2017-07-25efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de
2017-07-24efi_loader: workaround for grub lsefi bugRob Clark
2017-07-24efi_loader: move guidcmp to headerRob Clark
2017-07-19efi_loader: correctly implement 100ns conversionxypron.glpk@gmx.de
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: use struct efi_event * instead of void *xypron.glpk@gmx.de
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de
2017-07-19efi_loader: implement LocateHandleBufferxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_locate_handlexypron.glpk@gmx.de
2017-07-19efi_loader: implement InstallMultipleProtocolInterfacesxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_uninstall_protocol_interfacexypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_install_protocol_interfacexypron.glpk@gmx.de
2017-07-19efi_loader: implement UninstallProtocolInterfacexypron.glpk@gmx.de
2017-07-19efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de
2017-07-19efi_loader: efi_open_protocol: parameter checksxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de
2017-07-04efi_loader: efi_handle_protocol set attributesxypron.glpk@gmx.de
2017-07-03efi_loader: add static to local functionsMasahiro Yamada
2017-07-03efi_loader: check CreateEvent() parametersJonathan Gray
2017-07-03efi_loader: run CreateEvent() notify function based on flagsJonathan Gray
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass
2016-10-19efi_loader: Fix efi_install_configuration_tableAlexander Graf
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf
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-10-18efi_loader: Fix crash on 32-bit systemsRobin Randhawa
2016-10-08arm: Add return value argument to longjmpAlexander Graf
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf
2016-06-06efi_loader: Add exit supportAlexander Graf
2016-03-27efi_loader: Fix some entry/exit pointsAlexander Graf
2016-03-15efi_loader: Add runtime servicesAlexander Graf
2016-03-15efi_loader: Add boot time servicesAlexander Graf