summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextWIP/19Jun2020-nextTom Rini2020-06-193-22/+5
|\
| * Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/15Jun2020Tom Rini2020-06-151-1/+1
| |\
| | * efi_loader: printf code in efi_image_parse()Heinrich Schuchardt2020-06-141-1/+1
| * | Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson2020-06-151-17/+1
| * | optee: fix copy of optee reserved-memory nodeEtienne Carriere2020-06-151-4/+3
| |/
* | Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextWIP/13Jun2020Tom Rini2020-06-131-2/+4
|\ \
| * | fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| * | fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| |/
* | Add support for SHA384 and SHA512Reuben Dowle2020-06-123-0/+407
|/
* cmd: Correct the 'md.q' commandSimon Glass2020-06-081-0/+1
* efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt2020-06-051-9/+115
* smbios: empty strings in smbios_add_string()Heinrich Schuchardt2020-06-051-0/+2
* 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