Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1b2ccbbf9eb024ed05623be9685f2ad072eb6f7c
/
lib
/
efi_loader
/
efi_boottime.c
8cb1254
efi_loader: avoid NULL dereference in efi_dp_match
by Heinrich Schuchardt
· 7 years ago
4df5dc5
efi_loader: wrong type in wait_for_event
by Heinrich Schuchardt
· 7 years ago
e547c66
efi_loader: pass GUIDs as const efi_guid_t *
by Heinrich Schuchardt
· 7 years ago
d0a349e
efi_loader: parameters of CopyMem and SetMem
by Heinrich Schuchardt
· 7 years ago
a5270e0
efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem
by Heinrich Schuchardt
· 7 years ago
368ca64
efi_loader: replace efi_div10 by do_div
by Heinrich Schuchardt
· 7 years ago
a40db6e
efi_loader: provide function comments for boot services
by Heinrich Schuchardt
· 7 years ago
1bbee39
efi_loader: use type bool for event states
by Heinrich Schuchardt
· 7 years ago
cd522cb
efi_loader: allow creating new handles
by Heinrich Schuchardt
· 7 years ago
238f88c
efi_loader: print GUIDs
by Rob Clark
· 7 years ago
c84c110
efi_loader: add bootmgr
by Rob Clark
· 7 years ago
15f3d74
efi_loader: efi variable support
by Rob Clark
· 7 years ago
857a122
efi_loader: support load_image() from a file-path
by Rob Clark
· 7 years ago
f8db922
efi_loader: refactor boot device and loaded_image handling
by Rob Clark
· 7 years ago
f90cb9f
efi_loader: add device-path utils
by Rob Clark
· 7 years ago
2d4c738
efi_loader: notify when ExitBootServices is invoked
by Heinrich Schuchardt
· 7 years ago
0c150ca
efi_loader: implement task priority level (TPL)
by Heinrich Schuchardt
· 7 years ago
49c5c04
efi_loader: efi_set_timer: reset signaled state
by Heinrich Schuchardt
· 7 years ago
8b11a8a
efi_loader: implement queueing of the notification function
by Heinrich Schuchardt
· 7 years ago
91e5b8a
efi_loader: allow return value in EFI_CALL
by Heinrich Schuchardt
· 7 years ago
87e787a
efi_loader: Fix efi_exit gd clobbering
by Alexander Graf
· 7 years ago
4d66489
efi_loader: write protocol GUID in OpenProtocol
by Heinrich Schuchardt
· 7 years ago
4a4c646
efi_loader: call __efi_exit_check in efi_exit
by Heinrich Schuchardt
· 7 years ago
cdee337
efi_loader: LocateHandle should return EFI_NOT_FOUND if none found
by Rob Clark
· 7 years ago
cab4dd5
efi_loader: attribute EFIAPI of efi_locate handle()
by xypron.glpk@gmx.de
· 7 years ago
e7896c3
efi_loader: indent entry/exit prints to show nesting level
by Rob Clark
· 7 years ago
86789d5
efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
by Rob Clark
· 7 years ago
63ea77a
efi_loader: Add an EFI_CALL() macro
by Rob Clark
· 7 years ago
fe3366f
efi_loader: Improve install_configuration_table
by Alexander Graf
· 7 years ago
d417d2b
efi_loader: remove double EFI_EXIT() with efi_unsupported
by Rob Clark
· 7 years ago
8960c97
efi_loader: implement ProtocolsPerHandle
by xypron.glpk@gmx.de
· 7 years ago
3ecc6bd
efi_loader: parameter types for CreateEvent, SetTimer
by xypron.glpk@gmx.de
· 7 years ago
d51b8ca
efi_loader: workaround for grub lsefi bug
by Rob Clark
· 7 years ago
544df3b
efi_loader: move guidcmp to header
by Rob Clark
· 7 years ago
44c4be0
efi_loader: correctly implement 100ns conversion
by xypron.glpk@gmx.de
· 7 years ago
54c7a8e
efi_console: set up events
by xypron.glpk@gmx.de
· 7 years ago
a587fd1
efi_loader: refactor efi_set_timer
by xypron.glpk@gmx.de
· 7 years ago
852a0e177
efi_loader: refactor efi_create_event
by xypron.glpk@gmx.de
· 7 years ago
48df209
efi_loader: correct size for tpl level
by xypron.glpk@gmx.de
· 7 years ago
3070823
efi_loader: implement multiple event support
by xypron.glpk@gmx.de
· 7 years ago
cdbf3ac
efi_loader: use struct efi_event * instead of void *
by xypron.glpk@gmx.de
· 7 years ago
4534ad6
efi_loader: reimplement efi_locate_protocol
by xypron.glpk@gmx.de
· 7 years ago
550a68a
efi_loader: implement LocateHandleBuffer
by xypron.glpk@gmx.de
· 7 years ago
69f9403
efi_loader: refactor efi_locate_handle
by xypron.glpk@gmx.de
· 7 years ago
83eebc7
efi_loader: implement InstallMultipleProtocolInterfaces
by xypron.glpk@gmx.de
· 7 years ago
a453e46
efi_loader: refactor efi_uninstall_protocol_interface
by xypron.glpk@gmx.de
· 7 years ago
8b7b5df
efi_loader: refactor efi_install_protocol_interface
by xypron.glpk@gmx.de
· 7 years ago
2cfad48
efi_loader: implement UninstallProtocolInterface
by xypron.glpk@gmx.de
· 7 years ago
0581fa8
efi_loader: implement InstallProtocolInterface
by xypron.glpk@gmx.de
· 7 years ago
f097c84
efi_loader: efi_open_protocol: parameter checks
by xypron.glpk@gmx.de
· 7 years ago
c35c924
efi_loader: refactor efi_open_protocol
by xypron.glpk@gmx.de
· 7 years ago
1bf5d87
efi_loader: efi_handle_protocol set attributes
by xypron.glpk@gmx.de
· 7 years ago
b2a05c1
efi_loader: add static to local functions
by Masahiro Yamada
· 7 years ago
7758b21
efi_loader: check CreateEvent() parameters
by Jonathan Gray
· 8 years ago
00cfc6a
efi_loader: run CreateEvent() notify function based on flags
by Jonathan Gray
· 8 years ago
2ebeb44
ls2080: Exit dpaa only right before exiting U-Boot
by Alexander Graf
· 8 years ago
393dd91
efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}
by Alexander Graf
· 8 years ago
cdfe696
x86: efi: Add EFI loader support for x86
by Simon Glass
· 8 years ago
c2194bf
efi: Fix missing EFIAPI specifiers
by Simon Glass
· 8 years ago
9982e67
efi_loader: Fix efi_install_configuration_table
by Alexander Graf
· 8 years ago
c5c1163
efi_loader: Expose efi_install_configuration_table
by Alexander Graf
· 8 years ago
67b67d9
efi_loader: Track size of pool allocations to allow freeing
by Stefan Brüns
· 8 years ago
5a09aef
efi_loader: Move efi_allocate_pool implementation to efi_memory.c
by Stefan Brüns
· 8 years ago
95d2e7e
efi_loader: Fix crash on 32-bit systems
by Robin Randhawa
· 8 years ago
9d006b7
arm: Add return value argument to longjmp
by Alexander Graf
· 8 years ago
62a6748
efi_loader: Move to normal debug infrastructure
by Alexander Graf
· 8 years ago
988c066
efi_loader: Add exit support
by Alexander Graf
· 9 years ago
1c34fa8
efi_loader: Fix some entry/exit points
by Alexander Graf
· 9 years ago
0bd425a
efi_loader: Add runtime services
by Alexander Graf
· 9 years ago
c15d921
efi_loader: Add boot time services
by Alexander Graf
· 9 years ago