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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tpm: simplify: tpm_set_global_lock()
Heinrich Schuchardt
2019-02-19
1
-3
/
+1
*
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
*
lib/vsprintf: print '?' for illegal Unicode sequence
Heinrich Schuchardt
2019-02-16
1
-0
/
+2
*
efi_selftest: LoadImage from file device path
Heinrich Schuchardt
2019-02-16
2
-0
/
+532
*
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_selftest: fix memory allocation in HII tests
Heinrich Schuchardt
2019-02-16
1
-34
/
+68
*
efi_selftest: do not use efi_free_pool()
Heinrich Schuchardt
2019-02-16
3
-3
/
+3
*
efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
2019-02-13
1
-0
/
+4
*
lib: vsprintf: avoid overflow printing UTF16 strings
Heinrich Schuchardt
2019-02-13
1
-3
/
+7
*
efi_loader: Make HII a config option
Alexander Graf
2019-02-13
3
-1
/
+18
*
efi_loader: debug output for HII protocols
Heinrich Schuchardt
2019-02-13
2
-26
/
+26
*
efi_selftest: fix HII tests
Heinrich Schuchardt
2019-02-13
1
-11
/
+0
*
efi_selftest: add HII database protocols test
AKASHI Takahiro
2019-02-13
3
-0
/
+1500
*
efi: hii: add HII config routing/access protocols
AKASHI Takahiro
2019-02-13
3
-1
/
+153
*
efi: hii: add keyboard layout package support
AKASHI Takahiro
2019-02-13
1
-5
/
+142
*
efi: hii: add guid package support
AKASHI Takahiro
2019-02-13
1
-6
/
+42
*
efi_loader: Initial HII database protocols
Leif Lindholm
2019-02-13
3
-0
/
+935
*
efi_loader: GetNextVariableName() relies on REGEX
Heinrich Schuchardt
2019-02-13
1
-0
/
+1
*
efi_loader: fix GetNextVariableName
Heinrich Schuchardt
2019-02-13
1
-1
/
+2
*
efi_loader: do not use symbolic links
Heinrich Schuchardt
2019-02-13
1
-1
/
+0
*
efi_loader: use library memcpy() in helloworld.efi
Heinrich Schuchardt
2019-02-13
1
-30
/
+6
*
efi_loader: use freestanding library for efi apps
Heinrich Schuchardt
2019-02-13
1
-0
/
+1
*
efi_loader: provide freestanding library
Heinrich Schuchardt
2019-02-13
1
-0
/
+90
*
efi_selftest: fix variables test for GetNextVariableName()
AKASHI Takahiro
2019-02-13
1
-5
/
+8
*
efi_loader: implement GetNextVariableName()
AKASHI Takahiro
2019-02-13
1
-10
/
+146
*
efi_loader: comments for variable services
Heinrich Schuchardt
2019-02-13
1
-5
/
+81
*
efi_loader: remove duplicate function mem2hex()
Heinrich Schuchardt
2019-02-13
1
-14
/
+1
*
efi_loader: eliminate duplicate function hex2mem()
Heinrich Schuchardt
2019-02-13
1
-41
/
+3
*
efi_loader: consistent build flags for EFI applications
Heinrich Schuchardt
2019-02-13
2
-3
/
+3
*
efi_loader: use u16* for file name
Heinrich Schuchardt
2019-02-13
2
-10
/
+10
*
efi_loader: fix CopyMem()
Heinrich Schuchardt
2019-02-13
1
-1
/
+1
*
efi_driver: simplify error message
Heinrich Schuchardt
2019-02-13
1
-2
/
+1
*
efi_selftest: tpl unit test, check return values
Heinrich Schuchardt
2019-02-13
1
-2
/
+2
*
efi_selftest: events unit test, check return values
Heinrich Schuchardt
2019-02-13
1
-3
/
+3
*
efi_selftest: SNP unit test on sandbox
Heinrich Schuchardt
2019-02-13
1
-0
/
+8
*
efi_loader: efi_set_variable use const void *
Heinrich Schuchardt
2019-02-13
1
-1
/
+1
[next]