aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini1-10/+26
2020-04-16fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor1-10/+26
2020-04-16acpi: Add support for DMARSimon Glass1-0/+31
2020-04-16acpi: Add a central location for table version numbersSimon Glass3-0/+67
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-1/+1
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-4/+17
2020-04-06lib: Improve _parse_integer_fixup_radix base 16 detectionMichal Simek1-1/+14
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass1-3/+3
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini9-52/+145
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt1-2/+2
2020-03-22efi_selftest: test CalculateCrc32, CopyMem, SetMemHeinrich Schuchardt2-0/+78
2020-03-22efi_loader: fix freestanding memmove()Heinrich Schuchardt1-1/+1
2020-03-22efi_loader: description efi_convert_pointer()Heinrich Schuchardt1-2/+2
2020-03-22efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt1-1/+1
2020-03-22efi_selftest: check length reported by GetNextVariableName()Heinrich Schuchardt1-2/+8
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt1-5/+6
2020-03-22efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt1-22/+30
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt1-2/+2
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini3-0/+253
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro1-8/+8
2020-03-12lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro1-1/+64
2020-03-12lib: rsa: generate additional parameters for public keyAKASHI Takahiro3-0/+729
2020-03-12rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro1-0/+14
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro3-32/+58
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt1-1/+1
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro1-6/+6
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy3-0/+253
2020-02-28efi_selftest: add selftests for loadfile2 used to load initramfsIlias Apalodimas2-0/+221
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas4-0/+219
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt2-12/+32
2020-02-19efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt1-2/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass24-0/+24
2020-02-05dm: core: Require users of devres to include the headerSimon Glass7-0/+10
2020-02-05string: Allow arch override of strndup() alsoSimon Glass1-1/+1
2020-02-05dm: pci: Update a few more interfaces for const udevice *Simon Glass1-1/+1
2020-01-30libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini1-10/+10
2020-01-30optee: Replace uninitialized return variable by proper one.Christoph Müllner1-1/+1
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt1-1/+2
2020-01-25lib: rsa: consider CONFIG_SPL_RSAHeinrich Schuchardt1-1/+1
2020-01-22trace: provide Sphinx style commentsHeinrich Schuchardt1-18/+36
2020-01-22lib: ignore oid_registry_data.c fileDario Binacchi1-0/+1
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-4/+4
2020-01-17common: Move hang() to the same header as panic()Simon Glass5-1/+6
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes3-0/+47
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes1-0/+136
2020-01-17aes: add support of aes192 and aes256Philippe Reynes1-23/+54
2020-01-17aes: add a define for the size of a blockPhilippe Reynes1-17/+17