summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-10-25efi_loader: simplify tcg2_measure_secure_boot_variable()Heinrich Schuchardt1-16/+13
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt1-33/+5
2021-10-25efi_loader: function to get GUID for variable nameHeinrich Schuchardt1-0/+9
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt5-16/+23
2021-10-25efi_loader: capsule: add back efi_get_public_key_data()AKASHI Takahiro1-0/+36
2021-10-25efi_loader: add missing const qualifierMasahisa Kojima1-2/+3
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini10-191/+152
2021-10-21efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt2-15/+6
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt2-2/+6
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt2-3/+1
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt2-3/+4
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas2-6/+58
2021-10-21efi_loader: don't load Shim's MOK database from fileHeinrich Schuchardt1-0/+8
2021-10-21efi_loader: Drop code that doesn't work with driver modelSimon Glass4-124/+23
2021-10-21efi_selftest: Receive the packets until the receive buffer is emptyMasami Hiramatsu1-30/+37
2021-10-21efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTMasami Hiramatsu1-11/+0
2021-10-21efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media checkMasami Hiramatsu1-0/+12
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-2/+2
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-07Kconfig: Don't use RSA_FREESCALE_EXP on MX7ULPRicardo Salveti1-2/+2
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