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: allow creation of more device part nodes
Heinrich Schuchardt
2018-01-22
1
-5
/
+49
*
efi_loader: fix ExitBootServices
Heinrich Schuchardt
2018-01-22
1
-5
/
+29
*
efi_loader: add check_tpl parameter to efi_signal_event
Heinrich Schuchardt
2018-01-22
2
-10
/
+19
*
efi_loader: provide function to get last node of a device path
Heinrich Schuchardt
2018-01-22
1
-0
/
+20
*
efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
Heinrich Schuchardt
2018-01-22
1
-4
/
+4
*
efi_loader: make efi_disk_create_partitions a global symbol
Heinrich Schuchardt
2018-01-22
1
-24
/
+60
*
efi_loader: provide a function to create a partition node
Heinrich Schuchardt
2018-01-22
1
-36
/
+70
*
efi_loader: make efi_block_io_guid a global symbol
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
efi_loader: efi_disk_register: correctly determine if_type_name
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
efi_loader: fix StartImage bootservice
Heinrich Schuchardt
2018-01-22
1
-1
/
+2
*
efi_loader: check tables in helloworld.efi
Heinrich Schuchardt
2018-01-22
1
-0
/
+26
*
efi_loader: allocate correct memory type for EFI image
Heinrich Schuchardt
2018-01-22
1
-24
/
+40
*
efi_loader: print device path when entering efi_load_image
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
efi_loader: correct find simple file system protocol
Heinrich Schuchardt
2018-01-22
1
-10
/
+29
*
efi_loader: address of the simple file system protocol
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
efi_loader: return NULL from device path functions
Heinrich Schuchardt
2018-01-22
1
-6
/
+36
*
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
2018-01-22
2
-26
/
+29
*
efi_loader: disconnect controllers in UninstallProtocol
Heinrich Schuchardt
2018-01-22
1
-6
/
+23
*
efi_loader: implement DisconnectController
Heinrich Schuchardt
2018-01-22
1
-22
/
+262
*
efi_loader: fix signature of efi_disconnect_controller
Heinrich Schuchardt
2018-01-22
1
-3
/
+4
*
efi_loader: implement ConnectController
Heinrich Schuchardt
2018-01-22
1
-24
/
+163
*
efi_loader: debug output installed device path
Heinrich Schuchardt
2018-01-22
1
-0
/
+2
*
efi_loader: implement OpenProtocolInformation
Heinrich Schuchardt
2018-01-22
1
-1
/
+41
*
efi_loader: open_info in CloseProtocol
Heinrich Schuchardt
2018-01-22
1
-1
/
+25
*
efi_loader: open_info in OpenProtocol
Heinrich Schuchardt
2018-01-22
1
-4
/
+103
*
efi_loader: list of open protocol infos
Heinrich Schuchardt
2018-01-22
1
-0
/
+35
*
efi_loader: simplify efi_remove_all_protocols
Heinrich Schuchardt
2018-01-22
1
-6
/
+3
*
efi_loader: correctly call images
Heinrich Schuchardt
2018-01-22
1
-8
/
+28
*
efi_loader: text output for device path end node
Heinrich Schuchardt
2018-01-22
1
-0
/
+2
*
efi_loader: use correct format string for unsigned long
Heinrich Schuchardt
2018-01-22
1
-4
/
+4
*
efi_loader: add comments to memory functions
Heinrich Schuchardt
2018-01-22
1
-2
/
+42
*
efi_loader: use wide string do define firmware vendor
Heinrich Schuchardt
2018-01-22
1
-2
/
+1
*
efi_loader: support device path for IDE and SCSI disks
Heinrich Schuchardt
2018-01-22
2
-0
/
+78
*
efi_loader: create full device path for block devices
Heinrich Schuchardt
2018-01-22
1
-2
/
+16
*
efi_loader: Setup logical_partition media information
Emmanuel Vadot
2017-12-19
1
-0
/
+2
*
efi_loader: comments for dp_part_fill()
Heinrich Schuchardt
2017-12-16
1
-1
/
+8
*
efi_loader: correct DeviceNodeToText for media types
Heinrich Schuchardt
2017-12-16
1
-12
/
+31
*
efi_loader: correctly setup device paths for block devices
Heinrich Schuchardt
2017-12-16
1
-2
/
+2
*
efi_loader: correctly determine if an MMC device is an SD-card
Heinrich Schuchardt
2017-12-16
1
-3
/
+21
*
efi_loader: error handling in efi_load_image()
Heinrich Schuchardt
2017-12-16
1
-16
/
+15
*
efi_loader: new function efi_delete_handle()
Heinrich Schuchardt
2017-12-16
1
-86
/
+100
*
efi_loader: return status from efi_setup_loaded_image()
Heinrich Schuchardt
2017-12-16
1
-4
/
+7
*
efi_loader: Ensure efi_dp_find_obj() finds exact matches
Alexander Graf
2017-12-16
1
-2
/
+17
*
efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid
Alexander Graf
2017-12-16
1
-1
/
+2
*
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
[prev]
[next]