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
*
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
|
|
\
|
|
*
efi_loader: printf code in efi_image_parse()
Heinrich Schuchardt
2020-06-14
1
-1
/
+1
|
*
|
Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"
Sean Anderson
2020-06-15
1
-17
/
+1
|
*
|
optee: fix copy of optee reserved-memory node
Etienne Carriere
2020-06-15
1
-4
/
+3
|
|
/
*
|
Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next
Tom Rini
2020-06-13
1
-2
/
+4
|
\
\
|
*
|
fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()
Bin Meng
2020-06-11
1
-1
/
+2
|
*
|
fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()
Bin Meng
2020-06-11
1
-1
/
+2
|
|
/
*
/
Add support for SHA384 and SHA512
Reuben Dowle
2020-06-12
3
-0
/
+407
|
/
*
cmd: Correct the 'md.q' command
Simon Glass
2020-06-08
1
-0
/
+1
*
efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
Heinrich Schuchardt
2020-06-05
1
-9
/
+115
*
smbios: empty strings in smbios_add_string()
Heinrich Schuchardt
2020-06-05
1
-0
/
+2
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
Tom Rini
2020-06-04
1
-1
/
+1
|
\
|
*
lib: Makefile: build crc7.c when CONFIG_MMC_SPI
Pragnesh Patel
2020-06-04
1
-1
/
+1
*
|
Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-06-03
5
-33
/
+62
|
\
\
|
|
/
|
/
|
|
*
efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c
AKASHI Takahiro
2020-06-03
2
-1
/
+1
|
*
efi_loader: simplify PE consistency check
Heinrich Schuchardt
2020-06-03
1
-9
/
+6
|
*
efi_loader: function description cmp_pe_section()
Heinrich Schuchardt
2020-06-03
1
-6
/
+8
|
*
efi_loader: function descriptions efi_image_loader.c
Heinrich Schuchardt
2020-06-03
1
-4
/
+4
|
*
efi_loader: allow compiling with clang
Heinrich Schuchardt
2020-06-03
1
-5
/
+5
[next]