summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)Author
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
2018-04-04efi: Correct header order in efi_memorySimon Glass
2018-04-04efi_loader: use constants in efi_allocate_pages()Heinrich Schuchardt
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-01-22efi_loader: add comments to memory functionsHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt
2017-09-20efi_loader: make pool allocations cacheline alignedRob Clark
2017-07-26efi_loader: fix bug in efi_get_memory_mapRob Clark
2017-07-24efi_memory: return MapKeyxypron.glpk@gmx.de
2017-07-24efi_memory: do parameter checks firstxypron.glpk@gmx.de
2017-07-19efi_memory: avoid NULL dereference in efi_free_poolxypron.glpk@gmx.de
2017-03-14efi: Add a hook to allow adding memory mappingYork Sun
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns