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: simplify protocol installation
Heinrich Schuchardt
2019-04-12
1
-51
/
+25
*
efi_loader: export efi_install_multiple_protocol_interfaces
Heinrich Schuchardt
2019-04-12
1
-1
/
+1
*
efi_loader: update virtual address in efi_mem_carve_out
Heinrich Schuchardt
2019-04-12
1
-0
/
+2
*
efi_loader: add protection for block_dev
Patrick Delaunay
2019-04-12
1
-1
/
+1
*
efi_loader: fix setting PlatformLang
Heinrich Schuchardt
2019-04-12
2
-15
/
+67
*
efi_loader: move efi_save_gd() call to board_r.c
Heinrich Schuchardt
2019-04-12
1
-7
/
+0
*
efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR
Heinrich Schuchardt
2019-04-12
1
-2
/
+0
*
efi_loader: enable HII protocols by default
Heinrich Schuchardt
2019-04-12
1
-5
/
+2
*
efi_loader: assign HII protocols to root node
Heinrich Schuchardt
2019-04-12
2
-20
/
+20
*
efi_loader: correct CTRL-A - CTRL-Z console input
Heinrich Schuchardt
2019-04-07
1
-0
/
+17
*
efi_loader: enable file SetInfo()
Heinrich Schuchardt
2019-04-07
1
-2
/
+65
*
efi_loader: correct file creation
Heinrich Schuchardt
2019-04-07
1
-8
/
+27
*
efi_loader: debug output file handle in efi_file_open()
Heinrich Schuchardt
2019-04-07
1
-2
/
+4
*
efi_loader: boottime: export efi_[un]load_image()
AKASHI Takahiro
2019-04-07
1
-7
/
+7
*
efi_loader: boottime: add loaded image device path protocol to image handle
AKASHI Takahiro
2019-04-07
2
-7
/
+14
*
efi_loader: variables PlatformLang and PlatformLangCodes
Heinrich Schuchardt
2019-04-07
1
-0
/
+27
*
efi_loader: EFI_PRINT instead of debug for memory services
Heinrich Schuchardt
2019-04-07
1
-2
/
+2
*
efi_loader: EFI_PRINT instead of debug for variable services
Heinrich Schuchardt
2019-04-07
1
-5
/
+5
*
efi_loader: parameter checks in StartImage and Exit()
Heinrich Schuchardt
2019-04-07
1
-0
/
+27
*
efi_loader: rearrange boottime service functions
Heinrich Schuchardt
2019-04-07
1
-109
/
+109
*
efi_loader: sanity checks when freeing memory
Heinrich Schuchardt
2019-04-07
1
-18
/
+58
*
efi_loader: set image_base and image_size to correct values
AKASHI Takahiro
2019-04-07
1
-11
/
+11
*
efi_loader: bootmgr: support BootNext and BootCurrent variable behavior
AKASHI Takahiro
2019-04-07
1
-4
/
+47
*
efi_loader: release file buffer after loading image
Heinrich Schuchardt
2019-04-07
1
-32
/
+18
*
efi_loader: TODO for the EFI file protocol
Heinrich Schuchardt
2019-03-27
1
-0
/
+4
*
efi_loader: superfluous conversion in efi_file_open()
Heinrich Schuchardt
2019-03-20
1
-1
/
+1
*
efi_loader: remove superfluous check in efi_setup_loaded_image()
Heinrich Schuchardt
2019-03-20
1
-4
/
+2
*
efi_loader: missing return in efi_get_next_variable_name()
Heinrich Schuchardt
2019-03-20
1
-1
/
+1
*
efi_loader: endless loop in add_strings_package()
Heinrich Schuchardt
2019-03-20
1
-3
/
+2
*
efi_loader: correct parameter size in efi_allocate_pool
Heinrich Schuchardt
2019-03-20
1
-2
/
+3
*
efi_loader: Fix serial console size detection
Matthias Brugger
2019-03-10
1
-27
/
+35
*
efi_loader: HII protocols: debug messages
Heinrich Schuchardt
2019-03-02
1
-18
/
+18
*
efi_loader: HII protocols: fix new_package_list()
Heinrich Schuchardt
2019-03-02
1
-1
/
+1
*
efi_loader: do not add \ in efi_fs_from_name()
Heinrich Schuchardt
2019-03-02
1
-6
/
+1
*
efi_loader: define load option attributes
AKASHI Takahiro
2019-02-25
1
-4
/
+0
*
efi_loader: fix entry count in bootmgr
Heinrich Schuchardt
2019-02-25
1
-4
/
+0
*
efi_loader: error message if BootOrder not defined
Heinrich Schuchardt
2019-02-25
1
-1
/
+3
*
efi_loader: do not miss last relocation block
Heinrich Schuchardt
2019-02-16
1
-1
/
+1
*
efi_loader: documentation of image loader
Heinrich Schuchardt
2019-02-16
1
-9
/
+19
*
efi_loader: fix EFI entry counting
Heinrich Schuchardt
2019-02-16
1
-1
/
+2
*
efi_loader: use efi_start_image() for bootefi
Heinrich Schuchardt
2019-02-16
1
-3
/
+3
*
efi_loader: set entry point in efi_load_pe()
Heinrich Schuchardt
2019-02-16
2
-20
/
+23
*
efi_loader: LoadImage: always allocate new pages
Heinrich Schuchardt
2019-02-16
2
-31
/
+71
*
efi_loader: error handling in efi_setup_loaded_image()
Heinrich Schuchardt
2019-02-16
1
-12
/
+21
*
efi_loader: comments for efi_file_from_path()
Heinrich Schuchardt
2019-02-16
1
-1
/
+11
*
efi_loader: efi_dp_split_file_path() error handling
Heinrich Schuchardt
2019-02-16
1
-4
/
+12
*
efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
2019-02-13
1
-0
/
+4
*
efi_loader: Make HII a config option
Alexander Graf
2019-02-13
2
-0
/
+17
*
efi_loader: debug output for HII protocols
Heinrich Schuchardt
2019-02-13
2
-26
/
+26
*
efi: hii: add HII config routing/access protocols
AKASHI Takahiro
2019-02-13
3
-1
/
+153
[next]