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: bootmgr: add load option helper functions
AKASHI Takahiro
2018-12-03
1
-0
/
+23
*
efi_loader: macro efi_size_in_pages()
Heinrich Schuchardt
2018-12-02
1
-1
/
+10
*
efi_loader: add efi_dp_from_name()
AKASHI Takahiro
2018-12-02
1
-0
/
+4
*
efi_loader: rename parent to header
Heinrich Schuchardt
2018-12-02
1
-2
/
+7
*
efi_loader: eliminate handle member
Heinrich Schuchardt
2018-12-02
1
-9
/
+17
*
efi_loader: return type efi_console_register()
Heinrich Schuchardt
2018-10-16
1
-1
/
+1
*
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
2018-09-23
1
-7
/
+20
*
efi_loader: remove redundant statement
Heinrich Schuchardt
2018-09-23
1
-1
/
+9
*
efi_loader: create root node
Heinrich Schuchardt
2018-09-23
1
-0
/
+9
*
efi_loader: struct efi_simple_text_input_protocol
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-0
/
+5
*
efi_loader: simplify ifdefs
Stephen Warren
2018-09-23
1
-3
/
+3
*
efi_loader: update runtime services table crc32
Heinrich Schuchardt
2018-08-20
1
-0
/
+3
*
efi_loader: remove unused efi_get_time_init()
Heinrich Schuchardt
2018-07-25
1
-1
/
+0
*
efi_loader: allocate configuration table array
Heinrich Schuchardt
2018-07-25
1
-0
/
+3
*
efi_loader: calculate crc32 for EFI tables
Heinrich Schuchardt
2018-07-25
1
-0
/
+2
*
efi_loader: check map_key in ExitBootServices
Heinrich Schuchardt
2018-07-25
1
-0
/
+3
*
efi_loader: Rename sections to allow for implicit data
Alexander Graf
2018-07-25
1
-2
/
+2
*
efi_loader: Install ACPI configuration tables
Bin Meng
2018-07-02
1
-0
/
+8
*
efi: Update some comments related to smbios tables
Simon Glass
2018-06-03
1
-0
/
+7
*
efi_loader: adjust definitions of variable services
Heinrich Schuchardt
2018-06-03
1
-9
/
+9
*
efi_loader: Use EFI_CACHELINE_SIZE in the image loader too
Alexander Graf
2018-05-29
1
-0
/
+7
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Heinrich Schuchardt
2018-04-23
1
-0
/
+9
*
efi_loader: correcty determine total device path length
Heinrich Schuchardt
2018-04-23
1
-1
/
+4
*
efi_loader: implement CreateDeviceNode
Heinrich Schuchardt
2018-04-23
1
-1
/
+4
*
efi_loader: new functions to print loaded image information
Heinrich Schuchardt
2018-04-05
1
-0
/
+5
*
efi_loader: implement EFI_FILE_SYSTEM_INFO
Heinrich Schuchardt
2018-04-05
1
-0
/
+2
*
efi_loader: ascii2unicode(): add trailing \0
Heinrich Schuchardt
2018-04-05
1
-0
/
+1
*
efi_loader: implement event groups
Heinrich Schuchardt
2018-04-04
1
-1
/
+6
*
efi_loader: define GUIDS for event groups
Heinrich Schuchardt
2018-04-04
1
-0
/
+10
*
efi_loader: manage events in a linked list
Heinrich Schuchardt
2018-04-04
1
-5
/
+6
*
efi_loader: support device tree for bootefi selftest
Heinrich Schuchardt
2018-04-04
1
-0
/
+2
*
efi_loader: efi_get_time_init should return status code
Heinrich Schuchardt
2018-04-04
1
-1
/
+1
*
efi_loader: exit status for efi_reset_system_init
Heinrich Schuchardt
2018-04-04
1
-3
/
+8
*
efi_loader: consistently return efi_status_t efi_watchdog_register
Heinrich Schuchardt
2018-04-04
1
-1
/
+1
*
efi_loader: return efi_status_t from efi_net_register
Heinrich Schuchardt
2018-04-04
1
-1
/
+1
*
efi_loader: return efi_status_t from efi_gop_register
Heinrich Schuchardt
2018-04-04
1
-1
/
+1
*
efi_loader: efi_smbios_register should have a return value
Heinrich Schuchardt
2018-04-04
1
-1
/
+1
*
efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Leif Lindholm
2018-04-04
1
-0
/
+4
*
efi_loader: correct efi_disk_register
Heinrich Schuchardt
2018-02-10
1
-1
/
+1
*
efi_driver: return type of efi_driver_init()
Heinrich Schuchardt
2018-02-10
1
-1
/
+1
*
efi_driver: EFI block driver
Heinrich Schuchardt
2018-01-22
1
-0
/
+2
*
efi_loader: add check_tpl parameter to efi_signal_event
Heinrich Schuchardt
2018-01-22
1
-1
/
+1
*
efi_loader: provide function to get last node of a device path
Heinrich Schuchardt
2018-01-22
1
-0
/
+3
*
efi_loader: make efi_disk_create_partitions a global symbol
Heinrich Schuchardt
2018-01-22
1
-0
/
+4
*
efi_loader: provide a function to create a partition node
Heinrich Schuchardt
2018-01-22
1
-0
/
+2
*
efi_loader: make efi_block_io_guid a global symbol
Heinrich Schuchardt
2018-01-22
1
-0
/
+2
*
efi_loader: return NULL from device path functions
Heinrich Schuchardt
2018-01-22
1
-3
/
+3
*
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
2018-01-22
1
-6
/
+8
[next]