summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-15lib: elf: Fix bootelf -p crash issue[email protected]
2024-08-11efi_loader: correct description of efi_get_distro_fdt_nameHeinrich Schuchardt
2024-08-11efi_loader: use list_count_nodes() in efi_protocols_per_handle()Heinrich Schuchardt
2024-08-09Merge patch series "Universal Payload initial series"Tom Rini
2024-08-09fdt: Don't overwrite bloblist devicetreeSimon Glass
2024-08-07Merge patch series "alist: Implement a pointer list / array of structs"Tom Rini
2024-08-07alist: Add support for an allocated pointer listSimon Glass
2024-08-07lib: Handle a special case with str_to_list()Simon Glass
2024-08-05fdt: Correct condition for bloblist existingSimon Glass
2024-07-31efi_memory: get the efi_mem_list node directlySughosh Ganu
2024-07-31efi_memory: avoid possible null pointer dereferenceSughosh Ganu
2024-07-31efi_memory: use list_count_nodes() to count list entriesSughosh Ganu
2024-07-31efi_loader: correct check in efi_load_option_dp_join()Heinrich Schuchardt