summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)Author
2024-12-30lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas
2024-11-30Revert "efi_memory: do not add U-Boot memory to the memory map"Ilias Apalodimas
2024-11-24lmb: Correctly unmap and free memory on errorsIlias Apalodimas
2024-10-30efi_loader: Simplify efi_free_pages()Ilias Apalodimas
2024-10-29lmb: Remove lmb_alloc_flags()Ilias Apalodimas
2024-10-18efi_loader: add missing lf in error messageHeinrich Schuchardt
2024-10-15efi_memory: rename variable to highlight overlap with free memorySughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15efi_memory: do not add U-Boot memory to the memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15efi: memory: use the lmb API's for allocating and freeing memorySughosh Ganu
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-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt
2024-04-08efi_loader: access __efi_runtime_start/stop without &Ilias Apalodimas
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt
2023-08-03efi_loader: memory leak efi_add_memory_map_pgHeinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_mem_carve_outHeinrich Schuchardt
2023-08-03efi_loader: overflow in efi_allocate_pagesHeinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_add_memory_map_pgHeinrich Schuchardt
2023-04-08efi: loader: Make efi_mem staticBin Meng
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt
2022-11-06efi_loader: AllocateAddress requires page addressHeinrich Schuchardt
2022-04-29efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-13efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt
2020-09-18efi_memory: refine overlap_only_ram descriptionMaxim Uvarov
2020-08-01efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-11-12efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt
2019-09-05efi_loader: Extract adding a conventional memory in separate routinePark, Aiden
2019-07-16efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-06-14efi_loader: AllocatePages() must accept addr == 0Heinrich Schuchardt
2019-06-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt
2019-06-04efi_loader: notify memory map changesHeinrich Schuchardt
2019-05-12efi_loader: simplify efi_allocate_pages()Heinrich Schuchardt
2019-05-12efi_loader: AllocateAdress error handlingHeinrich Schuchardt