summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge branch 'next'Tom Rini8-87/+374
2022-01-10lib/rsa: avoid -Wdiscarded-qualifiersHeinrich Schuchardt1-1/+1
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini3-0/+7
2021-12-31efi: Show when allocated pages are usedSimon Glass1-1/+2
2021-12-31efi: Check for failure when initing the appSimon Glass1-2/+5
2021-12-31efi: Share struct efi_priv between the app and stub codeSimon Glass3-22/+35
2021-12-31efi: Add a few comments to the stubSimon Glass1-0/+29
2021-12-31efi: Locate all block devices in the appSimon Glass1-0/+198
2021-12-31efi: Make unicode printf available to the appSimon Glass2-6/+5
2021-12-31efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas1-11/+5
2021-12-28Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-0/+1
2021-12-26tools: avoid OpenSSL deprecation warningsHeinrich Schuchardt3-0/+7
2021-12-26efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas1-11/+5
2021-12-23fdt: Add a Kconfig for boards with a prior stageSimon Glass1-0/+1
2021-12-23fdt: Report the devicetree sourceSimon Glass1-0/+13
2021-12-23fdt: Record where the devicetree came fromSimon Glass1-5/+15
2021-12-23fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass1-9/+12
2021-12-23fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass1-9/+11
2021-12-23fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass1-5/+3
2021-12-23fdt: Use if() for fdtcontroladdr checkSimon Glass1-5/+4
2021-12-23fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass1-2/+0
2021-12-23fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass1-5/+1
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass1-20/+11
2021-12-23fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass1-24/+38
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini8-104/+578
2021-12-17Convert CONFIG_PHYSMEM to KconfigSimon Glass1-0/+10
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass2-8/+8
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima3-8/+18
2021-12-09efi_loader: check tcg2 protocol installation outside the TCG protocolMasahisa Kojima1-0/+18
2021-12-09efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima3-18/+53
2021-11-30efi_loader: Extend PCR's for firmware measurementsRuchika Gupta1-0/+76
2021-11-30tpm: use more algorithms than sha256 on pcr_readRuchika Gupta1-4/+8
2021-11-30efi_loader: Add check for event log passed from firmwareRuchika Gupta1-69/+400
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini11-109/+205
2021-11-26efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt1-7/+8
2021-11-26efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt2-50/+31
2021-11-26efi_loader: efi_disk_register() should not failHeinrich Schuchardt1-2/+2
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini1-3/+1
2021-11-20efi_loader: startup the tpm device when installing the protocolIlias Apalodimas1-0/+9
2021-11-20efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas1-29/+70
2021-11-20efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt1-11/+56
2021-11-20efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt1-0/+13
2021-11-20efi_loader: capsule: Record capsule result only if capsule is readMasami Hiramatsu1-3/+3
2021-11-20efi_loader: Reduce efi_tcg2 logging statementMasahisa Kojima1-1/+1
2021-11-20lmb: fix typo 'commun'Heinrich Schuchardt1-1/+1
2021-11-20Merge tag 'tpm-19112021' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini1-2/+2
2021-11-19arm64: Add missing GD_FLG_SKIP_RELOC handlingMarek Vasut1-0/+3
2021-11-19lmb: Reserve U-Boot separately if relocation is disabledMarek Vasut1-0/+5
2021-11-18crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang1-1/+9
2021-11-17cmd: tpm-v1: fix load_key_by_sha1 compile errorsMathew McBride1-2/+2