summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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
2024-09-03lmb: remove lmb_init_and_reserve_range() functionSughosh Ganu
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: reserve common areas during board initSughosh Ganu
2024-09-03lmb: introduce a function to add memory to the lmb memory mapSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: config: add lmb config symbols for SPLSughosh Ganu
2024-09-03lmb: remove config symbols used for lmb region countSughosh Ganu
2024-09-03lmb: allow for resizing lmb regionsSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-09-03lmb: staticize __lmb_alloc_base()Sughosh Ganu
2024-09-03lmb: remove the unused lmb_is_reserved() functionSughosh Ganu
2024-09-02Merge tag 'v2024.10-rc4' into nextTom Rini
2024-08-30lib: crypto: fix ASYMMETRIC_KEY_TYPE dependencyTomas Paukrt
2024-08-30list: use list_count_nodes() to count list entriesSughosh Ganu
2024-08-27lib: move phdr increment to for loop headingMaxim Moskalets
2024-08-26global_data: Remove environment members if not usedSimon Glass
2024-08-24efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architecturesHeinrich Schuchardt
2024-08-24efi_loader: fix memory freeing in efi_get_dp_from_boot()Ilias Apalodimas