summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt2-11/+11
2020-10-19efi_loader: fix use after free in receive pathPatrick Wildt1-23/+69
2020-10-14time: Fix get_ticks being non-monotonicSean Anderson1-2/+2
2020-10-13lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-13rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes1-2/+9
2020-10-13lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET1-0/+5
2020-10-13fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes1-4/+18
2020-10-13lib/hashtable: remove superfluous checkHeinrich Schuchardt1-2/+1
2020-10-10lib: Allow hexdump to be used in SPLSimon Glass1-0/+8
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini1-1/+1
2020-10-06fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay1-1/+1
2020-10-06efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt1-0/+1
2020-10-06efi: Fix typo in documentationSean Anderson1-1/+1
2020-10-06efi_selftest: avoid unnecessary resetHeinrich Schuchardt1-0/+31
2020-10-06efi_selftest: print CRC32 of initrd as hexadecimalHeinrich Schuchardt1-1/+1
2020-10-06efi_selftest: enable printing hexadecimal numbersHeinrich Schuchardt1-13/+22
2020-10-06efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt1-8/+9
2020-10-06efi_loader: description EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt1-19/+23
2020-10-05Merge branch 'next'Tom Rini7-18/+475
2020-09-27efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt3-5/+34
2020-09-25acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass1-1/+1
2020-09-25acpi: Add more support for generating processor tablesSimon Glass1-0/+167
2020-09-25acpi: Add support for generating processor tablesSimon Glass1-0/+55
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass1-0/+64
2020-09-25dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass1-2/+2
2020-09-25acpi: Support generating a multi-function _DSM for devicesSimon Glass2-0/+97
2020-09-25acpi: Add support for conditions and return valuesSimon Glass1-0/+68
2020-09-25acpi: Add support for writing a _PRWSimon Glass1-0/+10
2020-09-22optee: add property no-map to secure reserved memoryEtienne Carriere1-1/+1
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere2-3/+9
2020-09-21Merge branch 'master' into nextTom Rini7-32/+74
2020-09-18efi_selftest: check for RISC-V boot-hartid in FDTHeinrich Schuchardt1-0/+15
2020-09-18efi_selftest: rework device tree testHeinrich Schuchardt1-14/+39
2020-09-18efi_memory: refine overlap_only_ram descriptionMaxim Uvarov1-1/+1
2020-09-16lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree APIMarek Vasut1-2/+2
2020-09-15efi_selftest: restore gd before do_reset()Heinrich Schuchardt1-2/+4
2020-09-15efi_loader: save global data pointer on RISC-VHeinrich Schuchardt1-9/+9
2020-09-15efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt1-1/+1
2020-09-15rsa: crash in br_i32_decode() called from rsa_gen_key_prop()Robert Reither1-3/+3
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2-12/+2
2020-09-06efi_selftest: simplify MakefileHeinrich Schuchardt1-6/+0
2020-09-06efi_loader: remove duplicate image size checkHeinrich Schuchardt1-4/+0
2020-09-06efi_loader: error message if image not authenticatedHeinrich Schuchardt1-2/+4
2020-09-06efi_loader: log function in image loaderHeinrich Schuchardt1-22/+22
2020-08-27lib/rsa: correct check after allocation in fdt_add_bignum()Heinrich Schuchardt1-1/+1
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2-12/+2
2020-08-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-0/+16
2020-08-25Merge branch '2020-08-24-misc-improvements'Tom Rini1-1/+2
2020-08-25fdtdec: Add API to read pci bus-range propertySuneel Garapati1-0/+16
2020-08-24xen: Code style conformityAnastasiia Lukianenko1-1/+2