summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)AuthorFilesLines
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-19common: 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-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-11-13efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt1-4/+5
2019-09-06efi_loader: Extract adding a conventional memory in separate routinePark, Aiden1-32/+50
2019-07-17efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt1-5/+9
2019-07-17efi_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-11efi_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-11Remove <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
2018-07-25efi_loader: check parameters in memory allocationHeinrich Schuchardt1-0/+6
2018-07-25efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf1-6/+7
2018-07-25efi: sandbox: Adjust memory usage for sandboxSimon Glass1-3/+10
2018-07-25efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt1-1/+1
2018-06-03efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt1-14/+18
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt1-3/+5
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt1-1/+0
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-04efi: Correct header order in efi_memorySimon Glass1-3/+2