aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-08efi: loader: Make efi_mem staticBin Meng1-1/+1
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt1-21/+25
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt1-20/+62
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt1-0/+34
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt1-2/+2
2022-11-06efi_loader: AllocateAddress requires page addressHeinrich Schuchardt1-0/+2
2022-04-29efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas1-0/+52
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt1-2/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-13efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt1-2/+0
2020-09-18efi_memory: refine overlap_only_ram descriptionMaxim Uvarov1-1/+1
2020-08-01efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt1-1/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-14/+40
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro1-6/+6
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-11-12efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt1-4/+5
2019-09-05efi_loader: Extract adding a conventional memory in separate routinePark, Aiden1-32/+50
2019-07-16efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt1-5/+9
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue1-12/+20
2019-06-14efi_loader: AllocatePages() must accept addr == 0Heinrich Schuchardt1-3/+3
2019-06-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt1-1/+1
2019-06-04efi_loader: notify memory map changesHeinrich Schuchardt1-0/+11
2019-05-12efi_loader: simplify efi_allocate_pages()Heinrich Schuchardt1-28/+15
2019-05-12efi_loader: AllocateAdress error handlingHeinrich Schuchardt1-6/+13
2019-05-12efi_loader: out of resources in AllocatePages()Heinrich Schuchardt1-2/+2
2019-05-12efi_loader: check memory address before freeingHeinrich Schuchardt1-5/+47
2019-05-02efi_loader: FreePages() must fail with pages = 0Heinrich Schuchardt1-1/+1
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt1-0/+4
2019-04-12efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt1-0/+2
2019-04-07efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt1-2/+2
2019-04-07efi_loader: sanity checks when freeing memoryHeinrich Schuchardt1-18/+58
2019-03-20efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt1-2/+3
2019-02-13efi_loader: fix memory allocation on sandboxHeinrich Schuchardt1-0/+6
2018-12-02efi_loader: Align runtime section to 64kbAlexander Graf1-3/+17
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt1-3/+3
2018-12-02efi_loader: eliminate sandbox addressesHeinrich Schuchardt1-5/+4
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf1-3/+29
2018-12-02efi_loader: correct efi_add_known_memory()Heinrich Schuchardt1-6/+14
2018-12-02efi_loader: Ensure memory allocations are page alignedAlexander Graf1-0/+6
2018-09-23efi_loader: Merge memory map entriesAlexander Graf1-0/+45
2018-09-23Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren1-1/+1
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-2/+1
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca1-4/+3
2018-08-20efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt1-1/+3
2018-08-20Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren1-1/+1
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt1-1/+7
2018-07-25efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt1-10/+15