summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: add BLAKE2 hash supportQu Wenruo2022-01-184-0/+483
* Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-01-155-57/+163
|\
| * efi: Support the efi command in the appSimon Glass2022-01-151-0/+33
| * efi: Move exit_boot_services into a functionSimon Glass2022-01-153-55/+92
| * efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt2022-01-151-2/+5
| * efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas2022-01-151-0/+33
* | lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menuEugen Hristev2022-01-141-2/+2
* | lib: sparse: Make CHUNK_TYPE_RAW buffer alignedqianfan Zhao2022-01-141-8/+61
|/
* Merge branch 'next'Tom Rini2022-01-108-87/+374
|\
| * Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini2022-01-093-0/+7
| |\
| * | efi: Show when allocated pages are usedSimon Glass2021-12-311-1/+2
| * | efi: Check for failure when initing the appSimon Glass2021-12-311-2/+5
| * | efi: Share struct efi_priv between the app and stub codeSimon Glass2021-12-313-22/+35
| * | efi: Add a few comments to the stubSimon Glass2021-12-311-0/+29
| * | efi: Locate all block devices in the appSimon Glass2021-12-311-0/+198
| * | efi: Make unicode printf available to the appSimon Glass2021-12-312-6/+5
| * | efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas2021-12-311-11/+5
| * | Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-271-0/+1
| * | fdt: Add a Kconfig for boards with a prior stageSimon Glass2021-12-231-0/+1
| * | fdt: Report the devicetree sourceSimon Glass2021-12-231-0/+13
| * | fdt: Record where the devicetree came fromSimon Glass2021-12-231-5/+15
| * | fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass2021-12-231-9/+12
| * | fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass2021-12-231-9/+11
| * | fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass2021-12-231-5/+3
| * | fdt: Use if() for fdtcontroladdr checkSimon Glass2021-12-231-5/+4
| * | fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass2021-12-231-2/+0
| * | fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass2021-12-231-5/+1
| * | fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass2021-12-231-20/+11
| * | fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass2021-12-231-24/+38
| * | Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-208-104/+578
| |\ \
| * | | Convert CONFIG_PHYSMEM to KconfigSimon Glass2021-12-171-0/+10
| * | | Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-2911-109/+205
| |\ \ \
| * | | | crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang2021-11-171-1/+9
* | | | | lib/rsa: avoid -Wdiscarded-qualifiersHeinrich Schuchardt2022-01-101-1/+1
| |_|_|/ |/| | |
* | | | tools: avoid OpenSSL deprecation warningsHeinrich Schuchardt2021-12-263-0/+7
* | | | efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas2021-12-261-11/+5
| |_|/ |/| |
* | | efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass2021-12-092-8/+8
* | | efi_loader: correctly handle no tpm device errorMasahisa Kojima2021-12-093-8/+18
* | | efi_loader: check tcg2 protocol installation outside the TCG protocolMasahisa Kojima2021-12-091-0/+18
* | | efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima2021-12-093-18/+53
* | | efi_loader: Extend PCR's for firmware measurementsRuchika Gupta2021-11-301-0/+76
* | | tpm: use more algorithms than sha256 on pcr_readRuchika Gupta2021-11-301-4/+8
* | | efi_loader: Add check for event log passed from firmwareRuchika Gupta2021-11-301-69/+400
| |/ |/|
* | efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt2021-11-261-7/+8
* | efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt2021-11-262-50/+31
* | efi_loader: efi_disk_register() should not failHeinrich Schuchardt2021-11-261-2/+2
* | efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini2021-11-261-3/+1
* | efi_loader: startup the tpm device when installing the protocolIlias Apalodimas2021-11-201-0/+9
* | efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas2021-11-201-29/+70
* | efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt2021-11-201-11/+56