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: fix Sphinx warning
Heinrich Schuchardt
2021-06-09
1
-1
/
+1
*
efi_loader: efi_capsule_delete_file() NULL dereference
Heinrich Schuchardt
2021-06-09
1
-1
/
+2
*
efi_loader: partition numbers are hexadecimal
Heinrich Schuchardt
2021-06-09
2
-3
/
+3
*
efi_loader: add PE/COFF image measurement
Masahisa Kojima
2021-05-28
3
-26
/
+244
*
efi_loader: Work-around build issue due to missing hash_calculate()
Alexandru Gagniuc
2021-05-28
1
-0
/
+2
*
Revert "lib: introduce HASH_CALCULATE option"
Alexandru Gagniuc
2021-05-28
1
-2
/
+0
*
efi_loader: Fix coverity warnings for efi tcg2 protocol
Ilias Apalodimas
2021-05-28
1
-2
/
+5
*
efi_loader: Fix -Wextra warning for EFI TCG2
Ilias Apalodimas
2021-05-25
1
-18
/
+22
*
efi_loader: path length in efi_dp_from_name()
Heinrich Schuchardt
2021-05-25
1
-2
/
+7
*
efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
Masahisa Kojima
2021-05-25
5
-68
/
+73
*
efi_loader: remove weak efi_get_public_key_data()
Heinrich Schuchardt
2021-05-25
1
-10
/
+0
*
lib: introduce HASH_CALCULATE option
Masahisa Kojima
2021-05-18
1
-0
/
+2
*
efi_loader: Fix Kconfig for EFI_TCG2 protocol
Ilias Apalodimas
2021-05-18
1
-0
/
+6
*
efi_loader: Don't stop EFI subsystem init if installing TCG2 fails
Ilias Apalodimas
2021-05-18
1
-5
/
+28
*
efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails
Ilias Apalodimas
2021-05-18
1
-5
/
+3
*
efi_loader: Clean up tcg2 once in case of failure
Ilias Apalodimas
2021-05-18
1
-4
/
+0
*
efi_loader: loosen buffer parameter check in efi_file_read_int
Peng Fan
2021-05-18
1
-1
/
+1
*
efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...
Sughosh Ganu
2021-05-18
1
-3
/
+2
*
efi_loader: build warning in efi_tcg2_hash_log_extend_event
Heinrich Schuchardt
2021-05-18
1
-2
/
+2
*
efi_loader: capsule: return a correct error code at find_boot_device()
AKASHI Takahiro
2021-04-24
1
-1
/
+1
*
efi: Fix ESRT refresh after Capsule update
Jose Marinho
2021-04-24
1
-1
/
+1
*
efi_loader: simplify tcg2_create_digest()
Ilias Apalodimas
2021-04-24
1
-4
/
+1
*
efi_loader: missing include in efi_string.c
Heinrich Schuchardt
2021-04-24
1
-0
/
+1
*
efi_loader: fix possible buffer overflow
Masahisa Kojima
2021-04-17
1
-1
/
+1
*
efi_loader: memory leak in efi_capsule_scan_dir()
Heinrich Schuchardt
2021-04-17
1
-0
/
+3
*
efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro
Sughosh Ganu
2021-04-17
1
-14
/
+14
*
efi_loader: Change ptr arithmetics tcg eventlog buffer
Ilias Apalodimas
2021-04-10
1
-9
/
+10
*
efi_loader: esrt: wrong type for LocateHandleBuffer()
Heinrich Schuchardt
2021-04-10
1
-1
/
+1
*
efi_loader: use correct printf codes
Heinrich Schuchardt
2021-04-10
1
-7
/
+7
*
efi_loader: efi_esrt: Fix the build warning for 32 bit systems
Sughosh Ganu
2021-04-10
1
-1
/
+1
*
efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is en...
Sughosh Ganu
2021-04-10
1
-0
/
+1
*
efi_loader: Cleanup get_var duplication
Ilias Apalodimas
2021-04-10
1
-34
/
+2
*
Merge branch 'next'
Tom Rini
2021-04-05
13
-130
/
+1019
|
\
|
*
efi_loader: Clean up file size calculations
Ilias Apalodimas
2021-03-25
1
-15
/
+1
|
*
efi_loader: Add an S-CRTM even for firmware version
Ilias Apalodimas
2021-03-25
1
-0
/
+35
|
*
efi_loader: EFI TCG2 free efi memory on protocol failure
Ilias Apalodimas
2021-03-25
1
-8
/
+32
|
*
efi: Add ESRT to the EFI system table
Jose Marinho
2021-03-25
6
-4
/
+535
|
*
efi_loader: Replace config option for initrd loading
Ilias Apalodimas
2021-03-25
3
-98
/
+140
|
*
efi_loader: Add helper functions for EFI
Ilias Apalodimas
2021-03-25
4
-0
/
+171
|
*
efi_loader: Add device path related functions for initrd via Boot####
Ilias Apalodimas
2021-03-25
1
-5
/
+105
|
*
efi_loader: Uart device path
Heinrich Schuchardt
2021-03-25
2
-9
/
+45
|
*
efi_loader: NULL dereference in EFI console
Heinrich Schuchardt
2021-03-25
1
-13
/
+38
|
*
efi: Fix compiler warnings
Simon Glass
2021-03-25
2
-4
/
+4
|
*
efi_loader: fix memory type for memory reservation block
Mark Kettenis
2021-03-25
1
-1
/
+1
|
*
efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI
Heinrich Schuchardt
2021-03-25
1
-1
/
+1
*
|
efi_loader: typo 'devide path'
Heinrich Schuchardt
2021-03-31
1
-1
/
+1
*
|
efi_loader: Uart device path missing break
Heinrich Schuchardt
2021-03-31
1
-0
/
+2
*
|
efi_loader: Uart device path
Heinrich Schuchardt
2021-03-19
2
-9
/
+45
*
|
efi_loader: NULL dereference in EFI console
Heinrich Schuchardt
2021-03-19
1
-13
/
+38
*
|
efi: Fix compiler warnings
Simon Glass
2021-03-16
2
-4
/
+4
[next]