summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-14mbedtls: Enable smaller implementation for SHA256/512Raymond Mao
2024-10-14mbedtls: add digest shim layer for MbedTLSRaymond Mao
2024-10-14sha1: Remove sha1 non-watchdog APIRaymond Mao
2024-10-14md5: Remove md5 non-watchdog APIRaymond Mao
2024-10-14lib: Adapt digest header files to MbedTLSRaymond Mao
2024-10-14mbedtls: add mbedtls into the build systemRaymond Mao
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-10-09efi_loader: Show FirmwareVendor and FirmwareRevision in helloworldSimon Glass
2024-10-09efi_loader: Shorten the app rules furtherSimon Glass
2024-10-09efi_loader: Shorten the app rulesSimon Glass
2024-10-09efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILESimon Glass
2024-10-09efi_leader: delete rng-seed if having EFI RNG protocolHeinrich Schuchardt
2024-10-09Merge patch series "spi-nor: Add parallel and stacked memories support"Tom Rini
2024-10-09spi: spi-uclass: Read chipselect and restrict capabilitiesVenkatesh Yadav Abbarapu
2024-10-08Merge commit '0344c602eadc0802776b65ff90f0a02c856cf53c' as 'lib/mbedtls/exter...Tom Rini
2024-10-07mkimage: ecdsa: add nodes to signature/key nodeMatthias Pritschet
2024-10-07mkimage: ecdsa: add signature/key nodes to dtb if missingMatthias Pritschet
2024-10-03Merge patch series "vbe: Series part D"Tom Rini
2024-10-03tiny-printf: Correct return valuesSimon Glass
2024-10-03fdtdec: Support separate BSS for all XPL buildsSimon Glass
2024-10-02Add mkimage secp521r1 ECDSA curve supportJoakim Tjernlund
2024-09-30Merge tag 'v2024.10-rc6' into nextTom Rini
2024-09-21efi_loader: fix some function descriptionsHeinrich Schuchardt
2024-09-19fwu: print a message if empty capsule checks failSughosh Ganu
2024-09-19fwu: do not allow capsule processing on exceeding Trial Counter thresholdSughosh Ganu
2024-09-19fwu: add dependency checks for selecting FWU metadata versionSughosh Ganu
2024-09-19fwu: check all images for transitioning out of Trial StateSughosh Ganu
2024-09-19fwu: v1: do a version check for the metadataSughosh Ganu
2024-09-19fwu: v2: try reading both copies of metadataSughosh Ganu
2024-09-12efi_loader: Put back copyright messageSimon Glass
2024-09-12efi_loader: Use puts() in cout so that console recording worksSimon Glass
2024-09-12include: export uuid.hCaleb Connolly
2024-09-12lib: uuid: supporting building as part of host toolsCaleb Connolly
2024-09-12efi: add a helper to generate dynamic UUIDsCaleb Connolly
2024-09-12lib: uuid: add UUID v5 supportCaleb Connolly
2024-09-12Kconfig: clean up the efi configuration statusIlias Apalodimas
2024-09-12efi_loader: return the correct error in efi_bootmgr_release_uridp()Ilias Apalodimas
2024-09-12efi_loader: rename efi_bootmgr_image_return_notifyIlias Apalodimas
2024-09-12efi_loader: shorten efi_bootmgr_release_uridp_resource()Ilias Apalodimas
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: add logic to print lmb flag stringsSughosh Ganu
2024-09-03sandbox: move the TCG event log to the start of ram memorySughosh Ganu
2024-09-03lmb: remove the unused board_lmb_reserve() functionSughosh Ganu
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03ppc: lmb: move arch specific lmb reservations to arch_misc_init()Sughosh Ganu