index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_boottime.c
Age
Commit message (
Expand
)
Author
2017-07-29
efi_loader: indent entry/exit prints to show nesting level
Rob Clark
2017-07-29
efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
Rob Clark
2017-07-28
efi_loader: Add an EFI_CALL() macro
Rob Clark
2017-07-26
efi_loader: Improve install_configuration_table
Alexander Graf
2017-07-26
efi_loader: remove double EFI_EXIT() with efi_unsupported
Rob Clark
2017-07-25
efi_loader: implement ProtocolsPerHandle
xypron.glpk@gmx.de
2017-07-24
efi_loader: parameter types for CreateEvent, SetTimer
xypron.glpk@gmx.de
2017-07-24
efi_loader: workaround for grub lsefi bug
Rob Clark
2017-07-24
efi_loader: move guidcmp to header
Rob Clark
2017-07-19
efi_loader: correctly implement 100ns conversion
xypron.glpk@gmx.de
2017-07-19
efi_console: set up events
xypron.glpk@gmx.de
2017-07-19
efi_loader: refactor efi_set_timer
xypron.glpk@gmx.de
2017-07-19
efi_loader: refactor efi_create_event
xypron.glpk@gmx.de
2017-07-19
efi_loader: correct size for tpl level
xypron.glpk@gmx.de
2017-07-19
efi_loader: implement multiple event support
xypron.glpk@gmx.de
2017-07-19
efi_loader: use struct efi_event * instead of void *
xypron.glpk@gmx.de
2017-07-19
efi_loader: reimplement efi_locate_protocol
xypron.glpk@gmx.de
2017-07-19
efi_loader: implement LocateHandleBuffer
xypron.glpk@gmx.de
2017-07-19
efi_loader: refactor efi_locate_handle
xypron.glpk@gmx.de
2017-07-19
efi_loader: implement InstallMultipleProtocolInterfaces
xypron.glpk@gmx.de
2017-07-19
efi_loader: refactor efi_uninstall_protocol_interface
xypron.glpk@gmx.de
2017-07-19
efi_loader: refactor efi_install_protocol_interface
xypron.glpk@gmx.de
2017-07-19
efi_loader: implement UninstallProtocolInterface
xypron.glpk@gmx.de
2017-07-19
efi_loader: implement InstallProtocolInterface
xypron.glpk@gmx.de
2017-07-19
efi_loader: efi_open_protocol: parameter checks
xypron.glpk@gmx.de
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
2017-07-04
efi_loader: efi_handle_protocol set attributes
xypron.glpk@gmx.de
2017-07-03
efi_loader: add static to local functions
Masahiro Yamada
2017-07-03
efi_loader: check CreateEvent() parameters
Jonathan Gray
2017-07-03
efi_loader: run CreateEvent() notify function based on flags
Jonathan Gray
2016-11-17
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
2016-10-19
efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}
Alexander Graf
2016-10-19
x86: efi: Add EFI loader support for x86
Simon Glass
2016-10-19
efi: Fix missing EFIAPI specifiers
Simon Glass
2016-10-19
efi_loader: Fix efi_install_configuration_table
Alexander Graf
2016-10-19
efi_loader: Expose efi_install_configuration_table
Alexander Graf
2016-10-18
efi_loader: Track size of pool allocations to allow freeing
Stefan Brüns
2016-10-18
efi_loader: Move efi_allocate_pool implementation to efi_memory.c
Stefan Brüns
2016-10-18
efi_loader: Fix crash on 32-bit systems
Robin Randhawa
2016-10-08
arm: Add return value argument to longjmp
Alexander Graf
2016-06-06
efi_loader: Move to normal debug infrastructure
Alexander Graf
2016-06-06
efi_loader: Add exit support
Alexander Graf
2016-03-27
efi_loader: Fix some entry/exit points
Alexander Graf
2016-03-15
efi_loader: Add runtime services
Alexander Graf
2016-03-15
efi_loader: Add boot time services
Alexander Graf