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
/
lib
/
efi_loader
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader helloworld.efi: Fix building with -Os
Alexander Graf
2017-12-01
1
-2
/
+2
*
efi_loader: Fix partition offsets
Alexander Graf
2017-12-01
1
-47
/
+13
*
efi_loader: add missing breaks
Rob Clark
2017-12-01
1
-0
/
+2
*
efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
Heinrich Schuchardt
2017-12-01
1
-0
/
+24
*
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
2017-12-01
4
-16
/
+36
*
efi_loader: pass handle of loaded image
Heinrich Schuchardt
2017-12-01
1
-1
/
+1
*
efi_loader: output load options in helloworld
Heinrich Schuchardt
2017-12-01
1
-2
/
+35
*
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
2017-12-01
4
-56
/
+54
*
efi_loader: simplify find_obj
Heinrich Schuchardt
2017-12-01
1
-24
/
+19
*
efi_loader: simplify efi_open_protocol
Heinrich Schuchardt
2017-12-01
1
-30
/
+6
*
efi_loader: efi_gop: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
1
-5
/
+10
*
efi_loader: efi_net: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
1
-14
/
+20
*
efi_loader: efi_disk: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
1
-16
/
+23
*
efi_loader: reimplement LocateDevicePath
Heinrich Schuchardt
2017-12-01
1
-30
/
+76
*
efi_loader: fix efi_convert_device_node_to_text
Heinrich Schuchardt
2017-12-01
1
-66
/
+88
*
efi_loader: efi_dp_str should print path not node
Heinrich Schuchardt
2017-12-01
1
-7
/
+6
*
efi_loader: size of media device path node represenation
Heinrich Schuchardt
2017-12-01
1
-1
/
+1
*
efi_loader: helloworld.c: remove superfluous include
Heinrich Schuchardt
2017-12-01
1
-1
/
+0
*
efi_loader: initialise partition_signature memory
Jonathan Gray
2017-12-01
1
-2
/
+19
*
efi_loader: efi_console: use helper functions
Heinrich Schuchardt
2017-12-01
1
-13
/
+35
*
efi_loader: refactor efi_setup_loaded_image
Heinrich Schuchardt
2017-12-01
1
-14
/
+25
*
efi_loader: simplify efi_locate_protocol
Heinrich Schuchardt
2017-12-01
1
-12
/
+6
*
efi_loader: simplify efi_uninstall_protocol_interface
Heinrich Schuchardt
2017-12-01
1
-27
/
+11
*
efi_loader: simplify efi_search
Heinrich Schuchardt
2017-12-01
1
-9
/
+6
*
efi_loader: simplify efi_install_protocol_interface
Heinrich Schuchardt
2017-12-01
1
-36
/
+2
*
efi_loader: helper functions for protocol management
Heinrich Schuchardt
2017-12-01
1
-0
/
+119
*
efi_loader: efi_gop: use correct types for parameters
Heinrich Schuchardt
2017-12-01
1
-7
/
+7
*
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
-1
/
+7
*
efi_loader: efi_dp_match should have const arguments
Heinrich Schuchardt
2017-12-01
1
-1
/
+2
*
efi_loader: efi_net: check return value of calloc
Heinrich Schuchardt
2017-12-01
1
-0
/
+4
*
efi_loader: efi_disk: check return value of calloc
Heinrich Schuchardt
2017-12-01
1
-0
/
+13
*
efi_loader: efi_gop: check calloc return value
Heinrich Schuchardt
2017-12-01
1
-0
/
+4
*
efi_loader implement UninstallMultipleProtocolInterfaces
Heinrich Schuchardt
2017-12-01
1
-1
/
+39
*
efi_loader: debug output efi_install_protocol_interface
Heinrich Schuchardt
2017-12-01
1
-0
/
+5
*
efi_loader: fix typo efi_install_multiple_protocol_interfaces
Heinrich Schuchardt
2017-12-01
1
-1
/
+1
*
efi_loader: rework efi_search_obj
Heinrich Schuchardt
2017-12-01
1
-6
/
+3
*
efi_loader: rework efi_locate_handle
Heinrich Schuchardt
2017-12-01
1
-12
/
+32
*
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
2017-12-01
2
-29
/
+29
*
efi_loader: replace UINTN by efi_uintn_t
Heinrich Schuchardt
2017-12-01
1
-6
/
+6
*
efi_loader: eliminate efi_uninstall_protocol_interface_ext
Heinrich Schuchardt
2017-12-01
1
-30
/
+12
*
efi_loader: eliminate efi_install_protocol_interface_ext
Heinrich Schuchardt
2017-12-01
1
-37
/
+15
*
efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values
Heinrich Schuchardt
2017-12-01
1
-3
/
+3
*
efi_loader: set parent handle in efi_load_image
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
*
efi_loader: implement SetWatchdogTimer
Heinrich Schuchardt
2017-12-01
3
-15
/
+93
*
efi_loader: move efi_search_obj up in code
Heinrich Schuchardt
2017-12-01
1
-20
/
+21
*
efi_loader: Disable env_save() call on boot
Alexander Graf
2017-10-29
1
-4
/
+1
*
efi_loader: console support for color attributes
Rob Clark
2017-10-12
1
-2
/
+25
*
efi_loader: Add mem-mapped for fallback
Rob Clark
2017-10-12
2
-0
/
+33
*
efi_loader: don't increment part twice per loop
Jonathan Gray
2017-10-10
1
-1
/
+0
[next]