aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini6-141/+166
2020-07-05Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini1-2/+0
2020-07-03efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt1-0/+2
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt1-1/+1
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt1-1/+1
2020-07-03efi_loader: use log function in boot managerHeinrich Schuchardt1-11/+15
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt1-6/+11
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt1-1/+5
2020-07-03efi_loader: fix efi_image_region_add()Heinrich Schuchardt1-16/+19
2020-07-03efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro1-31/+33
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro1-13/+14
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro1-59/+62
2020-07-03efi_loader: change efi objects initialization orderAKASHI Takahiro1-3/+4
2020-07-01compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini1-2/+0
2020-07-01lib: Always set errno in hcreate_rSean Anderson1-2/+6
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-7/+7
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt1-1/+1
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt1-6/+6
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt1-1/+1
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini3-22/+5
2020-06-15Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2020-06-15Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson1-17/+1
2020-06-15optee: fix copy of optee reserved-memory nodeEtienne Carriere1-4/+3
2020-06-14efi_loader: printf code in efi_image_parse()Heinrich Schuchardt1-1/+1
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini1-2/+4
2020-06-12Add support for SHA384 and SHA512Reuben Dowle3-0/+407
2020-06-11fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng1-1/+2
2020-06-11fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng1-1/+2
2020-06-08cmd: Correct the 'md.q' commandSimon Glass1-0/+1
2020-06-05efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt1-9/+115
2020-06-05smbios: empty strings in smbios_add_string()Heinrich Schuchardt1-0/+2
2020-06-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-1/+1
2020-06-04lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel1-1/+1
2020-06-03Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini5-33/+62
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2-1/+1
2020-06-03efi_loader: simplify PE consistency checkHeinrich Schuchardt1-9/+6
2020-06-03efi_loader: function description cmp_pe_section()Heinrich Schuchardt1-6/+8
2020-06-03efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt1-4/+4
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt1-5/+5
2020-06-03efi_loader: validate load optionHeinrich Schuchardt1-9/+39
2020-06-02kconfig: fix some typosMarcin Juszkiewicz1-3/+3
2020-05-25cmd: zip: automatically pull in gzip()Michael Walle1-0/+4
2020-05-22Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini5-14/+84
2020-05-21efi_loader: check device path is not installed twiceHeinrich Schuchardt1-7/+18
2020-05-21efi_loader: device path for SATA devicesHeinrich Schuchardt2-0/+31
2020-05-21efi_loader: device path for virtio block devicesHeinrich Schuchardt1-0/+30
2020-05-21efi_loader: initialize root node firstHeinrich Schuchardt1-5/+5
2020-05-21efi_loader: Remove unnecessary debugPragnesh Patel1-2/+0
2020-05-20fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()Marek Vasut1-1/+10
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass3-0/+3