aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)Author
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
2018-09-23efi_loader: Merge memory map entriesAlexander Graf
2018-09-23Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca
2018-08-20efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt
2018-08-20Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt
2018-07-25efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt
2018-07-25efi_loader: check parameters in memory allocationHeinrich Schuchardt
2018-07-25efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf
2018-07-25efi: sandbox: Adjust memory usage for sandboxSimon Glass
2018-07-25efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt
2018-06-03efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini