summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-01-22emulation: Use bloblist to hold tablesSimon Glass
2025-01-22abuf: Provide a constant bufferSimon Glass
2025-01-22abuf: Provide a way to get the buffer addressSimon Glass
2025-01-21acpi: don't fill FADT, MADT if CONFIG_QFW_ACPI=yHeinrich Schuchardt
2025-01-20efi_loader: Depend on BLKTom Rini
2025-01-18Merge patch series "add the support of sha256_hmac and sha256_hkdf"Tom Rini
2025-01-18lib: mbedtls: sha256: add support of key derivationPhilippe Reynes
2025-01-18lib: sha256: add feature sha256_hmacPhilippe Reynes
2025-01-18lib: sha256: move common function to sha256_common.cPhilippe Reynes
2025-01-18mbedtls: enable support of hkdfPhilippe Reynes
2025-01-17efi_loader: Make efi_run_image() staticSimon Glass
2025-01-17efi_loader: Refactor device and image paths into a functionSimon Glass
2025-01-17efi_loader: use INCLUDE in EFI linker scriptsHeinrich Schuchardt
2025-01-14Merge patch series "SMBIOS improvements"Tom Rini
2025-01-14smbios: add detailed smbios informationRaymond Mao
2025-01-14smbios: Refactor smbios libraryRaymond Mao
2025-01-14smbios: Refactor the smbios headfileRaymond Mao
2025-01-09Merge tag 'tpm-master-07012025' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-01-07tpm: add kconfig control in tcg2_create_digest()Raymond Mao
2025-01-07tpm: Don't replay an EventLog if tcg2_log_parse() failsIlias Apalodimas
2025-01-07tpm: Simplify tcg2_log_init()Ilias Apalodimas
2025-01-07tpm: Simplify tcg2_create_digest()Ilias Apalodimas
2025-01-07tpm: Keep the active PCRs in the chip private dataIlias Apalodimas
2025-01-07tpm: Don't create an EventLog if algorithms are misconfiguredIlias Apalodimas
2025-01-07tpm: add flag in hash_algo_list and API to check if algorithm is supportedRaymond Mao
2025-01-07tpm: refactor tcg2_get_pcr_info()Raymond Mao
2025-01-07tpm: Rename tpm2_allow_extend()Ilias Apalodimas
2025-01-07tpm: Rename tpm2_is_active_pcr()Ilias Apalodimas
2025-01-05efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.hAdriano Cordova
2025-01-05efi_loader: Update startimage_exit self-test to check errorSimon Glass
2025-01-05efi_loader: fix pe reloc pointer overrunAleksandar Gerasimovski
2025-01-05efi_loader: Don't warn if the TCG2 FinalEvents table is not installedIlias Apalodimas
2025-01-05efi_loader: avoid writing message in Exit() boot serviceHeinrich Schuchardt
2025-01-01Merge patch series "Add 'trace wipe'"Tom Rini
2024-12-31trace: add support for 'trace wipe'Jerome Forissier
2024-12-31Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec"Tom Rini
2024-12-31fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED()Evgeny Bachinin
2024-12-31fdtdec: encapsulate dtb_dt_embedded() withinEvgeny Bachinin
2024-12-30lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_add_region()Ilias Apalodimas
2024-12-30lmb: Rename free_mem to available_memIlias Apalodimas
2024-12-30lmb: Remove lmb_reserve_flags()Ilias Apalodimas
2024-12-30lmb: Move enum lmb_flags to a u32Ilias Apalodimas
2024-12-30lmb: Remove lmb_align_down()Ilias Apalodimas
2024-12-30lmb: Improve kernel-doc commentsSam Protsenko
2024-12-30lmb: Improve coding styleSam Protsenko
2024-12-30lmb: Make const flag_str[] in lmb_print_region_flags() more constSam Protsenko
2024-12-30lmb: Fix flags data type in lmb_add_region_flags()Sam Protsenko