summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-systemHeinrich Schuchardt2020-08-011-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-14/+40
* efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro2020-03-111-6/+6
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt2019-11-121-4/+5
* efi_loader: Extract adding a conventional memory in separate routinePark, Aiden2019-09-051-32/+50
* efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt2019-07-161-5/+9
* efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2019-07-161-12/+20
* efi_loader: AllocatePages() must accept addr == 0Heinrich Schuchardt2019-06-141-3/+3
* efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt2019-06-101-1/+1
* efi_loader: notify memory map changesHeinrich Schuchardt2019-06-041-0/+11
* efi_loader: simplify efi_allocate_pages()Heinrich Schuchardt2019-05-121-28/+15
* efi_loader: AllocateAdress error handlingHeinrich Schuchardt2019-05-121-6/+13
* efi_loader: out of resources in AllocatePages()Heinrich Schuchardt2019-05-121-2/+2
* efi_loader: check memory address before freeingHeinrich Schuchardt2019-05-121-5/+47
* efi_loader: FreePages() must fail with pages = 0Heinrich Schuchardt2019-05-021-1/+1
* efi_loader: check memory type in AllocatePages()Heinrich Schuchardt2019-04-231-0/+4
* efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt2019-04-121-0/+2
* efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt2019-04-071-2/+2
* efi_loader: sanity checks when freeing memoryHeinrich Schuchardt2019-04-071-18/+58
* efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt2019-03-201-2/+3
* efi_loader: fix memory allocation on sandboxHeinrich Schuchardt2019-02-131-0/+6
* efi_loader: Align runtime section to 64kbAlexander Graf2018-12-021-3/+17
* efi_loader: macro efi_size_in_pages()Heinrich Schuchardt2018-12-021-3/+3
* efi_loader: eliminate sandbox addressesHeinrich Schuchardt2018-12-021-5/+4
* efi_loader: Reserve unaccessible memoryAlexander Graf2018-12-021-3/+29
* efi_loader: correct efi_add_known_memory()Heinrich Schuchardt2018-12-021-6/+14
* efi_loader: Ensure memory allocations are page alignedAlexander Graf2018-12-021-0/+6
* efi_loader: Merge memory map entriesAlexander Graf2018-09-231-0/+45
* Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren2018-09-231-1/+1
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-2/+1
* efi: Fix truncation of constant valueEugeniu Rosca2018-08-211-4/+3
* efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt2018-08-201-1/+3
* Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren2018-08-201-1/+1
* efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt2018-07-251-1/+7
* efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt2018-07-251-10/+15
* efi_loader: check parameters in memory allocationHeinrich Schuchardt2018-07-251-0/+6
* efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf2018-07-251-6/+7
* efi: sandbox: Adjust memory usage for sandboxSimon Glass2018-07-251-3/+10
* efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt2018-07-251-1/+1
* efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt2018-06-031-14/+18
* efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt2018-06-031-3/+5
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-031-1/+0
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* efi: Correct header order in efi_memorySimon Glass2018-04-041-3/+2
* efi_loader: use constants in efi_allocate_pages()Heinrich Schuchardt2018-04-041-3/+3
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* efi_loader: add comments to memory functionsHeinrich Schuchardt2018-01-221-2/+42
* efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt2017-12-011-10/+10