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: enable EFI_SET_TIME on sandbox and QEMU ARM
Heinrich Schuchardt
2020-11-29
1
-0
/
+1
*
efi_loader: parameter check in GetNextVariableName()
Heinrich Schuchardt
2020-11-21
1
-3
/
+8
*
efi_loader: tcg2 protocol updates
Ilias Apalodimas
2020-11-21
1
-68
/
+92
*
efi_loader: Add basic EFI_TCG2_PROTOCOL support
Ilias Apalodimas
2020-11-14
4
-0
/
+549
*
efi_loader: incorrect buffer size in efi_file_setinfo()
Heinrich Schuchardt
2020-11-14
1
-1
/
+1
*
efi_loader: Add missing newline to log_{err,warning}
Paulo Alcantara
2020-11-14
1
-2
/
+2
*
efi_selftest: keep devices in ExitBootServices()
Heinrich Schuchardt
2020-11-14
1
-4
/
+9
*
efi_loader: non-volatile variable not deleted from file
Heinrich Schuchardt
2020-11-09
1
-0
/
+1
*
efi_loader: add efi_create_indexed_name()
AKASHI Takahiro
2020-10-30
2
-0
/
+37
*
efi_loader: add option to initialise EFI subsystem early
AKASHI Takahiro
2020-10-30
1
-0
/
+4
*
efi_loader: fix DisconnectController() for sole child
Heinrich Schuchardt
2020-10-30
1
-8
/
+11
*
efi_loader: daylight saving time
Heinrich Schuchardt
2020-10-27
1
-3
/
+16
*
efi_loader: Disable devices before handing over control
Ilias Apalodimas
2020-10-27
1
-0
/
+6
*
efi_loader: Sort header file ordering
Ilias Apalodimas
2020-10-27
1
-4
/
+3
*
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
1
-10
/
+10
*
efi_loader: fix use after free in receive path
Patrick Wildt
2020-10-19
1
-23
/
+69
*
efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n
Heinrich Schuchardt
2020-10-06
1
-0
/
+1
*
efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL
Heinrich Schuchardt
2020-10-06
1
-8
/
+9
*
efi_loader: description EFI_LOAD_FILE2_PROTOCOL
Heinrich Schuchardt
2020-10-06
1
-19
/
+23
*
efi_loader: installation of EFI_RNG_PROTOCOL
Heinrich Schuchardt
2020-09-27
3
-5
/
+34
*
efi_memory: refine overlap_only_ram description
Maxim Uvarov
2020-09-18
1
-1
/
+1
*
efi_loader: save global data pointer on RISC-V
Heinrich Schuchardt
2020-09-14
1
-9
/
+9
*
efi_loader: efi_var_mem_notify_exit_boot_services
Heinrich Schuchardt
2020-09-14
1
-1
/
+1
*
efi_loader: remove duplicate image size check
Heinrich Schuchardt
2020-09-06
1
-4
/
+0
*
efi_loader: error message if image not authenticated
Heinrich Schuchardt
2020-09-06
1
-2
/
+4
*
efi_loader: log function in image loader
Heinrich Schuchardt
2020-09-06
1
-22
/
+22
*
efi_loader: validate device path length in boot manager
Heinrich Schuchardt
2020-08-24
1
-4
/
+2
*
efi_loader: efi_dp_check_length()
Heinrich Schuchardt
2020-08-24
1
-0
/
+33
*
efi_loader: ResetSystem() should not hang
Heinrich Schuchardt
2020-08-24
1
-3
/
+4
*
efi_loader: signature: correct a behavior against multiple signatures
AKASHI Takahiro
2020-08-14
2
-85
/
+24
*
efi_loader: variable: fix secure state initialization
AKASHI Takahiro
2020-08-13
1
-5
/
+5
*
efi_loader: signature: rework for intermediate certificates support
AKASHI Takahiro
2020-08-13
4
-209
/
+184
*
efi_loader: variable: keep temporary buffer during the authentication
AKASHI Takahiro
2020-08-13
1
-7
/
+20
*
efi_loader: set load options in boot manager
Heinrich Schuchardt
2020-08-08
1
-11
/
+27
*
efi_loader: factor out efi_set_load_options()
Heinrich Schuchardt
2020-08-08
1
-0
/
+32
*
efi_loader: add copyright notice
AKASHI Takahiro
2020-08-08
1
-0
/
+1
*
efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system
Heinrich Schuchardt
2020-08-01
1
-1
/
+1
*
efi_loader: Enable run-time variable support for tee based variables
Ilias Apalodimas
2020-08-01
6
-154
/
+148
*
efi_loader: Trim output buffer size correctly for tee variables
Ilias Apalodimas
2020-08-01
1
-10
/
+3
*
efi_loader: use logging for block device messages
Heinrich Schuchardt
2020-07-22
1
-10
/
+13
*
efi_loader: document efi_save_gd(), efi_restore_gd()
Heinrich Schuchardt
2020-07-22
1
-5
/
+15
*
efi_loader: loosen buffer parameter check in efi_file_read
Stefan Sørensen
2020-07-22
1
-1
/
+8
*
efi_loader: Check for the native OP-TEE result on mm_communicate calls
Ilias Apalodimas
2020-07-22
1
-2
/
+2
*
efi_loader: Rename and correct values for ARM_SMC_MM_*
Ilias Apalodimas
2020-07-22
1
-4
/
+4
*
efi_loader: don't use memmove() in efi_var_mem_del()
Heinrich Schuchardt
2020-07-22
2
-1
/
+4
*
efi_loader: efi_current_var after SetVirtualAddressMap
Heinrich Schuchardt
2020-07-22
1
-0
/
+1
*
efi_loader: pre-seed UEFI variables
Heinrich Schuchardt
2020-07-16
5
-10
/
+63
*
efi_loader: identify PK, KEK, db, dbx correctly
Heinrich Schuchardt
2020-07-16
2
-13
/
+41
*
efi_loader: configuration of variables store
Heinrich Schuchardt
2020-07-16
1
-12
/
+18
*
efi_loader: update secure state
Heinrich Schuchardt
2020-07-16
1
-0
/
+10
[next]