index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
efi_loader.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
2017-12-01
1
-2
/
+4
*
efi_loader: efi_console: use helper functions
Heinrich Schuchardt
2017-12-01
1
-10
/
+2
*
efi_loader: helper functions for protocol management
Heinrich Schuchardt
2017-12-01
1
-0
/
+12
*
efi_loader: argument of efi_search_obj should be const
Heinrich Schuchardt
2017-12-01
1
-1
/
+1
*
efi_loader: make efi_create_handle non-static
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
*
efi_loader: efi_dp_match should have const arguments
Heinrich Schuchardt
2017-12-01
1
-1
/
+2
*
efi_loader: rework efi_search_obj
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
*
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
2017-12-01
1
-6
/
+6
*
efi_loader: replace UINTN by efi_uintn_t
Heinrich Schuchardt
2017-12-01
1
-2
/
+2
*
efi_loader: guard against double inclusion of efi_loader.h
Heinrich Schuchardt
2017-12-01
1
-1
/
+6
*
efi_loader: implement SetWatchdogTimer
Heinrich Schuchardt
2017-12-01
1
-0
/
+4
*
efi_loader: Add mem-mapped for fallback
Rob Clark
2017-10-12
1
-0
/
+3
*
efi_loader: use type bool for event states
Heinrich Schuchardt
2017-10-09
1
-4
/
+4
*
efi_loader: support 16 protocols per efi_object
Heinrich Schuchardt
2017-10-05
1
-2
/
+2
*
efi_loader: add bootmgr
Rob Clark
2017-09-20
1
-0
/
+6
*
efi_loader: efi variable support
Rob Clark
2017-09-20
1
-0
/
+10
*
efi_loader: add file/filesys support
Rob Clark
2017-09-20
1
-0
/
+13
*
efi_loader: refactor boot device and loaded_image handling
Rob Clark
2017-09-20
1
-1
/
+4
*
efi_loader: flesh out device-path to text
Rob Clark
2017-09-20
1
-0
/
+2
*
efi_loader: add device-path utils
Rob Clark
2017-09-20
1
-0
/
+26
*
efi_loader: implement queueing of the notification function
Heinrich Schuchardt
2017-09-18
1
-1
/
+3
*
efi_selftest: provide an EFI selftest application
Heinrich Schuchardt
2017-09-18
1
-0
/
+9
*
efi_loader: allow return value in EFI_CALL
Heinrich Schuchardt
2017-09-18
1
-2
/
+15
*
efi_loader: write protocol GUID in OpenProtocol
Heinrich Schuchardt
2017-09-18
1
-0
/
+8
*
efi_loader: do not cast return value in EFI_EXIT
xypron.glpk@gmx.de
2017-08-18
1
-2
/
+2
*
efi_loader: indent entry/exit prints to show nesting level
Rob Clark
2017-07-29
1
-4
/
+8
*
efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
Rob Clark
2017-07-29
1
-7
/
+10
*
efi_loader: Add an EFI_CALL() macro
Rob Clark
2017-07-28
1
-0
/
+17
*
efi_loader: only evaluate EFI_EXIT()'s ret once
Rob Clark
2017-07-28
1
-2
/
+3
*
efi_loader: add helper macro to construct protocol objects
Rob Clark
2017-07-25
1
-0
/
+8
*
efi_loader: log EFI return values too
Rob Clark
2017-07-25
1
-1
/
+4
*
efi_loader: parameter types for CreateEvent, SetTimer
xypron.glpk@gmx.de
2017-07-24
1
-4
/
+4
*
efi_loader: move guidcmp to header
Rob Clark
2017-07-24
1
-0
/
+5
*
efi_console: set up events
xypron.glpk@gmx.de
2017-07-19
1
-1
/
+5
*
efi_loader: refactor efi_set_timer
xypron.glpk@gmx.de
2017-07-19
1
-0
/
+3
*
efi_loader: refactor efi_create_event
xypron.glpk@gmx.de
2017-07-19
1
-0
/
+6
*
efi_loader: correct size for tpl level
xypron.glpk@gmx.de
2017-07-19
1
-1
/
+1
*
efi_loader: implement multiple event support
xypron.glpk@gmx.de
2017-07-19
1
-0
/
+24
*
efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
xypron.glpk@gmx.de
2017-07-19
1
-0
/
+2
*
efi_loader: reimplement efi_locate_protocol
xypron.glpk@gmx.de
2017-07-19
1
-10
/
+0
*
efi_loader: provide a sufficient number of protocols
xypron.glpk@gmx.de
2017-07-19
1
-2
/
+2
*
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
2017-07-19
1
-15
/
+2
*
efi_loader: Fix efi_add_runtime_mmio definition
Alexander Graf
2016-11-17
1
-1
/
+1
*
efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}
Alexander Graf
2016-10-19
1
-6
/
+6
*
efi: Fix missing EFIAPI specifiers
Simon Glass
2016-10-19
1
-1
/
+1
*
smbios: Expose in efi_loader as table
Alexander Graf
2016-10-19
1
-0
/
+2
*
efi_loader: Expose efi_install_configuration_table
Alexander Graf
2016-10-19
1
-0
/
+2
*
efi_loader: Allow boards to implement get_time and reset_system
Alexander Graf
2016-10-18
1
-0
/
+18
*
efi_loader: Readd freed pages to memory pool
Stefan Brüns
2016-10-18
1
-1
/
+1
*
efi_loader: Track size of pool allocations to allow freeing
Stefan Brüns
2016-10-18
1
-0
/
+2
[prev]
[next]