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: 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
*
efi_loader: restructure code for TEE variables
Heinrich Schuchardt
2020-07-16
2
-159
/
+155
*
efi_loader: display RO attribute with TEE-backed variables
Ilias Apalodimas
2020-07-16
1
-6
/
+136
*
efi_loader: enable UEFI variables at runtime
Heinrich Schuchardt
2020-07-11
3
-5
/
+17
*
efi_loader: use memory based variable storage
Heinrich Schuchardt
2020-07-11
1
-468
/
+94
*
efi_loader: memory buffer for variables
Heinrich Schuchardt
2020-07-11
2
-0
/
+267
*
efi_loader: new function efi_memcpy_runtime()
Heinrich Schuchardt
2020-07-11
1
-0
/
+19
*
efi_loader: optional pointer for ConvertPointer
Heinrich Schuchardt
2020-07-11
1
-0
/
+6
*
efi_loader: export efi_convert_pointer()
Heinrich Schuchardt
2020-07-11
1
-5
/
+3
*
efi_loader: UEFI variable persistence
Heinrich Schuchardt
2020-07-11
4
-1
/
+257
*
efi_loader: secure boot flag
Heinrich Schuchardt
2020-07-11
1
-6
/
+2
*
efi_loader: read-only AuditMode and DeployedMode
Heinrich Schuchardt
2020-07-11
1
-9
/
+13
*
efi_loader: value of VendorKeys
Heinrich Schuchardt
2020-07-11
1
-60
/
+15
*
efi_loader: keep attributes in efi_set_variable_int
Heinrich Schuchardt
2020-07-11
1
-12
/
+12
*
efi_loader: simplify boot manager
Heinrich Schuchardt
2020-07-11
1
-16
/
+12
*
efi_loader: OsIndicationsSupported, PlatformLangCodes
Heinrich Schuchardt
2020-07-11
1
-28
/
+31
*
efi_loader: separate UEFI variable API from implemementation
Heinrich Schuchardt
2020-07-11
3
-79
/
+94
*
efi_loader: prepare for read only OP-TEE variables
Heinrich Schuchardt
2020-07-11
4
-181
/
+148
*
efi_loader: NULL dereference in efi_convert_pointer
Heinrich Schuchardt
2020-07-11
1
-1
/
+2
*
efi_loader: fix efi_get_child_controllers()
Heinrich Schuchardt
2020-07-11
1
-4
/
+8
*
efi_loader: wrong printf format in efi_image_parse
Heinrich Schuchardt
2020-07-11
1
-1
/
+1
*
efi_loader: cleanup for tee backed variables
Ilias Apalodimas
2020-07-11
1
-5
/
+3
*
efi_loader: image_loader: add digest-based verification for signed image
AKASHI Takahiro
2020-07-11
2
-75
/
+97
*
efi_loader: image_loader: verification for all signatures should pass
AKASHI Takahiro
2020-07-11
2
-150
/
+191
*
efi_loader: signature: make efi_hash_regions more generic
AKASHI Takahiro
2020-07-11
1
-29
/
+17
*
efi_loader: signature: fix a size check against revocation list
AKASHI Takahiro
2020-07-11
1
-2
/
+3
*
efi_loader: image_loader: retrieve authenticode only if it exists
AKASHI Takahiro
2020-07-11
1
-8
/
+21
*
efi_loader: image_loader: add a check against certificate type of authenticode
AKASHI Takahiro
2020-07-11
1
-12
/
+44
*
efi_loader: imply FAT, FAT_WRITE
Heinrich Schuchardt
2020-07-03
1
-0
/
+2
*
efi_loader: export initialization state
Heinrich Schuchardt
2020-07-03
1
-1
/
+1
[prev]
[next]