summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-06-041-1/+1
|\
| * lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel2020-06-041-1/+1
* | Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/03Jun2020Tom Rini2020-06-035-33/+62
|\ \ | |/ |/|
| * efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2020-06-032-1/+1
| * efi_loader: simplify PE consistency checkHeinrich Schuchardt2020-06-031-9/+6
| * efi_loader: function description cmp_pe_section()Heinrich Schuchardt2020-06-031-6/+8
| * efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt2020-06-031-4/+4
| * efi_loader: allow compiling with clangHeinrich Schuchardt2020-06-031-5/+5
| * efi_loader: validate load optionHeinrich Schuchardt2020-06-031-9/+39
* | kconfig: fix some typosMarcin Juszkiewicz2020-06-021-3/+3
|/
* cmd: zip: automatically pull in gzip()Michael Walle2020-05-251-0/+4
* Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-225-14/+84
|\
| * efi_loader: check device path is not installed twiceHeinrich Schuchardt2020-05-211-7/+18
| * efi_loader: device path for SATA devicesHeinrich Schuchardt2020-05-212-0/+31
| * efi_loader: device path for virtio block devicesHeinrich Schuchardt2020-05-211-0/+30
| * efi_loader: initialize root node firstHeinrich Schuchardt2020-05-211-5/+5
| * efi_loader: Remove unnecessary debugPragnesh Patel2020-05-211-2/+0
* | fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()Marek Vasut2020-05-201-1/+10
|/
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-183-0/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-1/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop asm_offsets.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-1841-0/+41
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-185-5/+9
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-185-0/+6
* part: Drop disk_partition_t typedefSimon Glass2020-05-183-6/+6
* common: Drop net.h from common headerSimon Glass2020-05-1811-0/+11
* common: Drop uuid.h from common headerSimon Glass2020-05-183-0/+3
* efi_loader: Implement EFI variable handling via OP-TEEIlias Apalodimas2020-05-173-0/+675
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-172-16/+41
* lib: rsa: avoid overriding the object name when already specifiedWIP/2020-05-15-misc-bugfixesJan Luebbe2020-05-151-6/+16
* lib: rsa: Also check for presence of r-squared propertyJan Kiszka2020-05-151-1/+1
* rsa: don't use malloc.h in rsa-sign.cJonathan Gray2020-05-151-1/+1
* lib: Allow MD5 to be enabled in SPLSimon Glass2020-05-152-2/+17
* charset: Add support for calculating bytes occupied by a u16 stringSughosh Ganu2020-05-091-0/+5
* efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro2020-05-091-1/+4
* efi_loader: image_loader: fix a Coverity check against array accessAKASHI Takahiro2020-05-091-3/+3
* efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt2020-05-071-1/+1
* efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt2020-05-071-1/+3
* efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt2020-05-071-2/+1
* efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt2020-05-071-2/+2
* efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt2020-05-071-15/+19
* efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt2020-05-071-1/+1
* efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt2020-05-071-1/+1
* kbuild: efi: Avoid rebuilding efi targetsJan Kiszka2020-05-071-0/+1
* rsa: fix alignment issue when getting public exponentHeiko Stuebner2020-05-071-2/+2