summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-15efi: Support the efi command in the appSimon Glass
2022-01-15efi: Move exit_boot_services into a functionSimon Glass
2022-01-15efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas
2022-01-14lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menuEugen Hristev
2022-01-14lib: sparse: Make CHUNK_TYPE_RAW buffer alignedqianfan Zhao
2022-01-10Merge branch 'next'Tom Rini
2022-01-10lib/rsa: avoid -Wdiscarded-qualifiersHeinrich Schuchardt
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-12-31efi: Show when allocated pages are usedSimon Glass
2021-12-31efi: Check for failure when initing the appSimon Glass
2021-12-31efi: Share struct efi_priv between the app and stub codeSimon Glass
2021-12-31efi: Add a few comments to the stubSimon Glass
2021-12-31efi: Locate all block devices in the appSimon Glass
2021-12-31efi: Make unicode printf available to the appSimon Glass
2021-12-31efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini
2021-12-26tools: avoid OpenSSL deprecation warningsHeinrich Schuchardt
2021-12-26efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas
2021-12-23fdt: Add a Kconfig for boards with a prior stageSimon Glass
2021-12-23fdt: Report the devicetree sourceSimon Glass
2021-12-23fdt: Record where the devicetree came fromSimon Glass
2021-12-23fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass
2021-12-23fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass
2021-12-23fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass
2021-12-23fdt: Use if() for fdtcontroladdr checkSimon Glass
2021-12-23fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass
2021-12-23fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass
2021-12-23fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-17Convert CONFIG_PHYSMEM to KconfigSimon Glass
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima
2021-12-09efi_loader: check tcg2 protocol installation outside the TCG protocolMasahisa Kojima
2021-12-09efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima
2021-11-30efi_loader: Extend PCR's for firmware measurementsRuchika Gupta
2021-11-30tpm: use more algorithms than sha256 on pcr_readRuchika Gupta
2021-11-30efi_loader: Add check for event log passed from firmwareRuchika Gupta
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini
2021-11-26efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt
2021-11-26efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt
2021-11-26efi_loader: efi_disk_register() should not failHeinrich Schuchardt
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini
2021-11-20efi_loader: startup the tpm device when installing the protocolIlias Apalodimas
2021-11-20efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas
2021-11-20efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt
2021-11-20efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt
2021-11-20efi_loader: capsule: Record capsule result only if capsule is readMasami Hiramatsu