summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-25x86: Allow any arch to generate ACPI tablesSimon Glass
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19lib/crypto: Enable more algorithms in cert verificationIlias Apalodimas
2022-01-19efi_loader: printing TCG2 protocol GUIDHeinrich Schuchardt
2022-01-19efi_selftest: implement printing GUIDsHeinrich Schuchardt
2022-01-19cmd: printenv: simplify printing GUIDsHeinrich Schuchardt
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt
2022-01-19lib: printf code %pUs for GUID text representationHeinrich Schuchardt
2022-01-19lib: compile uuid_guid_get_str if CONFIG_LIB_UUID=yHeinrich Schuchardt
2022-01-18lib: add BLAKE2 hash supportQu Wenruo
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