summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt32-86/+86
2022-01-18lib: add BLAKE2 hash supportQu Wenruo4-0/+483
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-57/+163
2022-01-15efi: Support the efi command in the appSimon Glass1-0/+33
2022-01-15efi: Move exit_boot_services into a functionSimon Glass3-55/+92
2022-01-15efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt1-2/+5
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas1-0/+33
2022-01-14lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menuEugen Hristev1-2/+2
2022-01-14lib: sparse: Make CHUNK_TYPE_RAW buffer alignedqianfan Zhao1-8/+61
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