summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_memory.c
AgeCommit message (Expand)AuthorFilesLines
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
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-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-04efi: Correct header order in efi_memorySimon Glass1-3/+2
2018-04-04efi_loader: use constants in efi_allocate_pages()Heinrich Schuchardt1-3/+3
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-22efi_loader: add comments to memory functionsHeinrich Schuchardt1-2/+42
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt1-10/+10
2017-09-20efi_loader: make pool allocations cacheline alignedRob Clark1-2/+3
2017-07-26efi_loader: fix bug in efi_get_memory_mapRob Clark1-2/+2
2017-07-24efi_memory: return MapKeyxypron.glpk@gmx.de1-0/+2
2017-07-24efi_memory: do parameter checks firstxypron.glpk@gmx.de1-3/+3
2017-07-19efi_memory: avoid NULL dereference in efi_free_poolxypron.glpk@gmx.de1-0/+3
2017-03-14efi: Add a hook to allow adding memory mappingYork Sun1-4/+10
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns1-2/+5
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns1-1/+2
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns1-2/+9
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns1-3/+39
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns1-0/+14
2016-10-18efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns1-1/+2
2016-10-18efi_loader: Update description of internal efi_mem_carve_outStefan Brüns1-3/+11
2016-09-07efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab1-0/+3
2016-07-22efi_loader: Add debug output for efi_add_memory_map()Andreas Färber1-0/+3
2016-06-06efi_loader: Don't allocate from memory holesAlexander Graf1-10/+45
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-2/+0
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf1-0/+16
2016-04-18efi_loader: Handle memory overflowsAndreas Färber1-4/+4
2016-04-18efi_loader: Expose ascending efi memory mapAlexander Graf1-2/+7
2016-04-01efi_loader: Always allocate the highest available addressAlexander Graf1-0/+29
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf1-0/+319