summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: print_freq() should output kHz not KHzHeinrich Schuchardt2020-10-221-1/+1
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-222-11/+11
* efi_loader: fix use after free in receive pathPatrick Wildt2020-10-191-23/+69
* time: Fix get_ticks being non-monotonicSean Anderson2020-10-141-2/+2
* lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt2020-10-121-1/+1
* rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes2020-10-121-2/+9
* lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET2020-10-121-0/+5
* fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes2020-10-121-4/+18
* lib/hashtable: remove superfluous checkHeinrich Schuchardt2020-10-121-2/+1
* lib: Allow hexdump to be used in SPLSimon Glass2020-10-101-0/+8
* Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini2020-10-061-1/+1
|\
| * fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay2020-10-061-1/+1
* | efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt2020-10-061-0/+1
* | efi: Fix typo in documentationSean Anderson2020-10-061-1/+1
* | efi_selftest: avoid unnecessary resetHeinrich Schuchardt2020-10-061-0/+31
* | efi_selftest: print CRC32 of initrd as hexadecimalHeinrich Schuchardt2020-10-061-1/+1
* | efi_selftest: enable printing hexadecimal numbersHeinrich Schuchardt2020-10-061-13/+22
* | efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt2020-10-061-8/+9
* | efi_loader: description EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt2020-10-061-19/+23
|/
* Merge branch 'next'Tom Rini2020-10-057-18/+475
|\
| * acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass2020-09-251-1/+1
| * acpi: Add more support for generating processor tablesSimon Glass2020-09-251-0/+167
| * acpi: Add support for generating processor tablesSimon Glass2020-09-251-0/+55
| * x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+64
| * dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass2020-09-251-2/+2
| * acpi: Support generating a multi-function _DSM for devicesSimon Glass2020-09-252-0/+97
| * acpi: Add support for conditions and return valuesSimon Glass2020-09-251-0/+68
| * acpi: Add support for writing a _PRWSimon Glass2020-09-251-0/+10
| * optee: add property no-map to secure reserved memoryEtienne Carriere2020-09-221-1/+1
| * fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere2020-09-222-3/+9
| * Merge branch 'master' into nextTom Rini2020-09-217-32/+74
| |\
| * \ Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-072-12/+2
| |\ \
| | * | CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-262-12/+2
* | | | efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt2020-09-273-5/+34
| |_|/ |/| |
* | | efi_selftest: check for RISC-V boot-hartid in FDTHeinrich Schuchardt2020-09-181-0/+15
* | | efi_selftest: rework device tree testHeinrich Schuchardt2020-09-181-14/+39
* | | efi_memory: refine overlap_only_ram descriptionMaxim Uvarov2020-09-181-1/+1
* | | lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree APIMarek Vasut2020-09-161-2/+2
* | | efi_selftest: restore gd before do_reset()Heinrich Schuchardt2020-09-141-2/+4
* | | efi_loader: save global data pointer on RISC-VHeinrich Schuchardt2020-09-141-9/+9
* | | efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt2020-09-141-1/+1
* | | rsa: crash in br_i32_decode() called from rsa_gen_key_prop()Robert Reither2020-09-141-3/+3
|/ /
* | efi_selftest: simplify MakefileHeinrich Schuchardt2020-09-061-6/+0
* | efi_loader: remove duplicate image size checkHeinrich Schuchardt2020-09-061-4/+0
* | efi_loader: error message if image not authenticatedHeinrich Schuchardt2020-09-061-2/+4
* | efi_loader: log function in image loaderHeinrich Schuchardt2020-09-061-22/+22
* | lib/rsa: correct check after allocation in fdt_add_bignum()Heinrich Schuchardt2020-08-271-1/+1
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-08-251-0/+16
|\
| * fdtdec: Add API to read pci bus-range propertySuneel Garapati2020-08-251-0/+16
* | Merge branch '2020-08-24-misc-improvements'Tom Rini2020-08-251-1/+2
|\ \