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: 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
|
*
efi_loader: rtc_mktime() called twice
Heinrich Schuchardt
2020-07-03
1
-1
/
+1
|
*
efi_loader: use log function in boot manager
Heinrich Schuchardt
2020-07-03
1
-11
/
+15
|
*
efi_loader: time based authentication
Heinrich Schuchardt
2020-07-03
1
-6
/
+11
|
*
efi_loader: add missing validation of timestamp
Heinrich Schuchardt
2020-07-03
1
-1
/
+5
|
*
efi_loader: fix efi_image_region_add()
Heinrich Schuchardt
2020-07-03
1
-16
/
+19
|
*
efi_loader: image_loader: replace debug to EFI_PRINT
AKASHI Takahiro
2020-07-03
1
-31
/
+33
|
*
efi_loader: variable: replace debug to EFI_PRINT
AKASHI Takahiro
2020-07-03
1
-13
/
+14
|
*
efi_loader: signature: replace debug to EFI_PRINT
AKASHI Takahiro
2020-07-03
1
-59
/
+62
|
*
efi_loader: change efi objects initialization order
AKASHI Takahiro
2020-07-03
1
-3
/
+4
|
*
efi_loader: fix incorrect use of EFI_EXIT()
Heinrich Schuchardt
2020-06-29
1
-1
/
+1
*
|
Merge branch '2020-07-01-kconfig-etc-updates' into next
Tom Rini
2020-07-05
1
-2
/
+0
|
\
\
|
*
|
compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5
Tom Rini
2020-07-01
1
-2
/
+0
*
|
|
lib: Always set errno in hcreate_r
Sean Anderson
2020-07-01
1
-2
/
+6
|
/
/
*
|
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2020-06-30
1
-7
/
+7
|
\
|
|
*
efi_loader: size of secure boot variables
Heinrich Schuchardt
2020-06-24
1
-6
/
+6
|
*
efi_loader: type of efi_secure_mode
Heinrich Schuchardt
2020-06-24
1
-1
/
+1
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next
Tom Rini
2020-06-19
3
-22
/
+5
|
\
|
|
*
Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-06-15
1
-1
/
+1
|
|
\
[prev]
[next]