summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)Author
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
2019-05-12efi_loader: out of resources in AllocatePages()Heinrich Schuchardt
2019-05-12efi_loader: check memory address before freeingHeinrich Schuchardt
2019-05-02efi_loader: FreePages() must fail with pages = 0Heinrich Schuchardt
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt
2019-04-12efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt
2019-04-07efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt
2019-04-07efi_loader: sanity checks when freeing memoryHeinrich Schuchardt
2019-03-20efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt
2019-02-13efi_loader: fix memory allocation on sandboxHeinrich Schuchardt
2018-12-02efi_loader: Align runtime section to 64kbAlexander Graf
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi_loader: eliminate sandbox addressesHeinrich Schuchardt
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf
2018-12-02efi_loader: correct efi_add_known_memory()Heinrich Schuchardt
2018-12-02efi_loader: Ensure memory allocations are page alignedAlexander Graf