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: bootmgr: add load option helper functions
AKASHI Takahiro
2018-12-03
1
-33
/
+60
*
efi_loader: allow device == NULL in efi_dp_from_name()
AKASHI Takahiro
2018-12-03
1
-4
/
+7
*
efi_loader: Align runtime section to 64kb
Alexander Graf
2018-12-02
1
-3
/
+17
*
efi_loader: fix simple network protocol
Heinrich Schuchardt
2018-12-02
1
-59
/
+332
*
efi_loader: correctly aligned transmit buffer
Heinrich Schuchardt
2018-12-02
1
-11
/
+20
*
efi_loader: macro efi_size_in_pages()
Heinrich Schuchardt
2018-12-02
1
-3
/
+3
*
efi_loader: eliminate sandbox addresses
Heinrich Schuchardt
2018-12-02
1
-5
/
+4
*
efi_loader: Reserve unaccessible memory
Alexander Graf
2018-12-02
1
-3
/
+29
*
sandbox: smbios: Update to support sandbox
Simon Glass
2018-12-02
1
-7
/
+13
*
Revert "efi_loader: remove efi_exit_caches()"
Alexander Graf
2018-12-02
1
-0
/
+28
*
efi_loader: use u16* for UTF16 strings
Heinrich Schuchardt
2018-12-02
1
-1
/
+1
*
efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED
AKASHI Takahiro
2018-12-02
1
-1
/
+1
*
efi_loader: correct a function prototype of QueryCapsuleCapabilities()
AKASHI Takahiro
2018-12-02
1
-2
/
+2
*
efi_loader: correct efi_add_known_memory()
Heinrich Schuchardt
2018-12-02
1
-6
/
+14
*
efi_loader: Ensure memory allocations are page aligned
Alexander Graf
2018-12-02
1
-0
/
+6
*
efi_loader: Handle RELA absolute relocations properly
Alexander Graf
2018-12-02
1
-0
/
+3
*
efi_loader: fix typos
Heinrich Schuchardt
2018-12-02
5
-15
/
+18
*
efi_loader: fix typos in efi_device_path.c
Heinrich Schuchardt
2018-12-02
1
-11
/
+12
*
efi_loader: add efi_dp_from_name()
AKASHI Takahiro
2018-12-02
1
-0
/
+47
*
efi_loader: UninstallMultipleProtocolInterfaces error code
Heinrich Schuchardt
2018-12-02
1
-1
/
+2
*
efi_selftest: use CR LF in helloworld
Heinrich Schuchardt
2018-12-02
1
-13
/
+27
*
efi_loader: rename parent to header
Heinrich Schuchardt
2018-12-02
4
-35
/
+52
*
efi_loader: eliminate handle member
Heinrich Schuchardt
2018-12-02
6
-52
/
+51
*
efi_loader: typedef struct efi_object *efi_handle_t
Heinrich Schuchardt
2018-12-02
1
-9
/
+9
*
efi_loader: delete handles
Heinrich Schuchardt
2018-12-02
1
-20
/
+61
*
efi_loader: implement EFI_RESET_SHUTDOWN at boot time
Heinrich Schuchardt
2018-12-02
1
-1
/
+3
*
efi_loader: efi_dp_get_next_instance() superfluous statement
Heinrich Schuchardt
2018-10-16
1
-1
/
+0
*
efi_loader: fix typo in efi_boottime.c
Heinrich Schuchardt
2018-10-16
1
-1
/
+1
*
efi_loader: Fix warning in efi_load_image()
Tom Rini
2018-10-16
1
-1
/
+1
*
efi_loader: remove lcd.h from efi_net.c
Heinrich Schuchardt
2018-10-16
1
-1
/
+0
*
efi_loader: memory leak in efi_set_variable()
Heinrich Schuchardt
2018-10-16
1
-2
/
+4
*
efi_loader: superfluous statement in is_dir()
Heinrich Schuchardt
2018-10-16
1
-1
/
+8
*
efi_loader: return type efi_console_register()
Heinrich Schuchardt
2018-10-16
1
-1
/
+3
*
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
Heinrich Schuchardt
2018-10-16
1
-3
/
+3
*
efi_loader: correct signature of GetPosition, SetPosition
Heinrich Schuchardt
2018-10-16
1
-8
/
+31
*
efi_loader: fix relocation on x86_64
Heinrich Schuchardt
2018-10-16
1
-4
/
+12
*
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
2018-09-23
2
-58
/
+57
*
efi_loader: remove efi_exit_caches()
Heinrich Schuchardt
2018-09-23
1
-28
/
+0
*
efi_loader: remove redundant statement
Heinrich Schuchardt
2018-09-23
1
-1
/
+9
*
efi_loader: create root node
Heinrich Schuchardt
2018-09-23
4
-22
/
+80
*
efi_loader: avoid out of bound access in efi_get_variable()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: query serial console size reliably
Heinrich Schuchardt
2018-09-23
1
-13
/
+37
*
efi_loader: Merge memory map entries
Alexander Graf
2018-09-23
1
-0
/
+45
*
efi_loader: check parameter new_handle of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi_loader: terminal left upper corner is [1, 1]
Heinrich Schuchardt
2018-09-23
1
-3
/
+21
*
efi_loader: more debug info for efi_file_getinfo()
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
efi: Correct the operation of efi_file_write()
Simon Glass
2018-09-23
1
-4
/
+2
*
efi: sandbox: Enable EFI loader build for sandbox
Simon Glass
2018-09-23
1
-1
/
+1
*
efi_loader: loosen check of parameters of efi_file_open()
Heinrich Schuchardt
2018-09-23
1
-1
/
+10
*
efi_loader: provide description of file_open()
Heinrich Schuchardt
2018-09-23
1
-2
/
+12
[next]