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
...
*
acpi: Add a function to get a device path and scope
Simon Glass
2020-07-17
2
-0
/
+84
*
timer: Allow delays with a 32-bit microsecond timer
Simon Glass
2020-07-17
1
-0
/
+5
*
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_selftest: adjust runtime test for variables
Heinrich Schuchardt
2020-07-11
1
-7
/
+6
*
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
*
lib: rsa: export rsa_verify_with_pkey()
AKASHI Takahiro
2020-07-11
1
-4
/
+4
*
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
*
powerpc: move ADDR_MAP to Kconfig
Marek Szyprowski
2020-07-10
1
-0
/
+13
*
lib: rsa: function to verify a signature against a hash
Heiko Stuebner
2020-07-08
1
-24
/
+32
*
display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
2020-07-08
1
-14
/
+4
*
Update MEM_SUPPORT_64BIT_DATA to be always defined
Simon Glass
2020-07-08
1
-3
/
+3
*
lib: rsa: add documentation to padding_pss_verify to document limitations
Heiko Stuebner
2020-07-08
1
-0
/
+13
*
lib: rsa: free local arrays after use in rsa_gen_key_prop()
Heiko Stuebner
2020-07-08
1
-11
/
+10
*
lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()
Heiko Stuebner
2020-07-08
1
-5
/
+9
*
lib: rsa: bring exp_len in line when generating a key_prop
Heiko Stuebner
2020-07-08
1
-1
/
+1
*
lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()
Heiko Stuebner
2020-07-08
2
-4
/
+4
*
lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
Heiko Stuebner
2020-07-08
1
-1
/
+1
*
tpm: add TPM2_GetRandom command support
Dhananjay Phadke
2020-07-08
1
-0
/
+44
*
trace: clang compatible handling of gd register
Heinrich Schuchardt
2020-07-07
1
-4
/
+4
*
Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-07-05
6
-141
/
+166
|
\
|
*
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]