summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-10-18treewide: Remove OF_PRIOR_STAGEIlias Apalodimas1-2/+0
2021-10-14fdtdec: Support reserved-memory flagsThierry Reding3-13/+22
2021-10-14fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding2-5/+5
2021-10-14fdtdec: Support compatible string list for reserved memoryThierry Reding3-4/+70
2021-10-14fdtdec: Support retrieving the name of a carveoutThierry Reding2-5/+10
2021-10-14fdtdec: Allow using fdtdec_get_carveout() in loopsThierry Reding1-1/+1
2021-10-10Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-3/+58
2021-10-09lz4: Use a private header for U-BootSimon Glass1-1/+1
2021-10-09efi_loader: GOP: Fix 30bpp block transfer supportMark Kettenis1-1/+46
2021-10-09efi_loader: GOP: Add 30bpp supportMark Kettenis1-2/+12
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass1-1/+1
2021-10-08efi: Correct dependency on FIT_SIGNATURESimon Glass1-1/+1
2021-10-08image: Use the correct checks for CRC32Simon Glass2-3/+6
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2-14/+6
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-1/+1
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass1-0/+18
2021-10-08spl: cypto: Bring back SPL_ versions of SHASimon Glass1-1/+42
2021-10-08gzip: Avoid use of u64Simon Glass1-14/+14
2021-10-08zstd: Create a function for use from U-BootSimon Glass2-1/+65
2021-10-08Add support for an owned bufferSimon Glass2-0/+110
2021-10-08lib: Add memdup()Simon Glass1-0/+13
2021-10-06lib: rsa: fix dependency for SPL_RSA_VERIFYOleksandr Suvorov1-0/+1
2021-10-06acpi: Use U-Boot version for OEM_REVISIONPali Rohár1-1/+17
2021-10-05arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/opteeAlexandru Gagniuc1-8/+0
2021-10-05lib: optee: Remove CONFIG_OPTEE_LOAD_ADDRAlexandru Gagniuc1-7/+0
2021-10-05lib: optee: Remove CONFIG_OPTEE_TZDRAM_BASEAlexandru Gagniuc1-8/+0
2021-10-05lib: optee: Avoid CONFIG_TZDRAM_* in optee_verify_bootm_image()Alexandru Gagniuc1-15/+6
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay4-12/+18
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini2-48/+1
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini5-64/+26
2021-09-25fdt: Update Makefile rules with the new OF_REAL KconfigSimon Glass1-4/+1
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-44/+0
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta1-17/+23
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut1-0/+35
2021-09-23crc32: Add crc32 implementation using __builtin_aarch64_crc32bMarek Vasut1-1/+8
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass4-47/+3
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+1
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár2-2/+2
2021-09-17efi_loader: Use directly version_string variablePali Rohár1-2/+3
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini15-70/+154
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc1-0/+15
2021-09-14lib: fix typos in KconfigOleksandr Suvorov1-2/+2
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt1-1/+1
2021-09-14pci: Drop DM_PCI check from fdtdecSimon Glass1-2/+8
2021-09-13Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-13/+10
2021-09-11efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt1-2/+1
2021-09-11efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas1-9/+6
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt1-0/+1
2021-09-11efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima1-2/+2
2021-09-09Kconfig: Drop duplicate 'select SHA512' instancesTom Rini2-2/+0