- 8da26f5 efi_loader: simplify efi_add_conventional_memory_map() by Heinrich Schuchardt · 2 years, 7 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- ebdea88 efi_loader: Fix loaded image alignment by Ilias Apalodimas · 3 years, 2 months ago
- 49d225e efi_loader: use correct type for AllocatePages, AllocatePool by Heinrich Schuchardt · 3 years, 3 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago WIP/2021-02-02-drop-asm_global_data-when-unused
- db0f298 efi_loader: remove outdated TODO in efi_memory.c by Heinrich Schuchardt · 3 years, 11 months ago
- ffbeafe efi_memory: refine overlap_only_ram description by Maxim Uvarov · 4 years, 3 months ago
- 74b869b efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · 4 years, 4 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
- b484296 efi_loader: get_memory_map: return parameters whenever possible by AKASHI Takahiro · 4 years, 9 months ago
- 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
- 7264e21 efi_loader: call add_u_boot_and_runtime() on sandbox by Heinrich Schuchardt · 5 years ago
- b5b9eff efi_loader: Extract adding a conventional memory in separate routine by Park, Aiden · 5 years ago
- 4be077b efi_loader: fix comment for struct efi_pool_allocation by Heinrich Schuchardt · 5 years ago
- b225c92 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · 5 years ago
- 0e22c7c efi_loader: AllocatePages() must accept addr == 0 by Heinrich Schuchardt · 5 years ago
- 7eaa900 efi_loader: event signaling in ExitBootServices by Heinrich Schuchardt · 5 years ago
- e80474a efi_loader: notify memory map changes by Heinrich Schuchardt · 5 years ago
- 8ae3985 efi_loader: simplify efi_allocate_pages() by Heinrich Schuchardt · 6 years ago
- f756fe8 efi_loader: AllocateAdress error handling by Heinrich Schuchardt · 6 years ago
- 735fd228 efi_loader: out of resources in AllocatePages() by Heinrich Schuchardt · 6 years ago
- 7d3af58 efi_loader: check memory address before freeing by Heinrich Schuchardt · 6 years ago
- e00b82d efi_loader: FreePages() must fail with pages = 0 by Heinrich Schuchardt · 6 years ago
- f12bcc9 efi_loader: check memory type in AllocatePages() by Heinrich Schuchardt · 6 years ago
- 9631fa0 efi_loader: update virtual address in efi_mem_carve_out by Heinrich Schuchardt · 6 years ago
- e301e02 efi_loader: EFI_PRINT instead of debug for memory services by Heinrich Schuchardt · 6 years ago
- 2c3ec28 efi_loader: sanity checks when freeing memory by Heinrich Schuchardt · 6 years ago
- 306b167 efi_loader: correct parameter size in efi_allocate_pool by Heinrich Schuchardt · 6 years ago
- 23f5f4a efi_loader: fix memory allocation on sandbox by Heinrich Schuchardt · 6 years ago
- 7a82c30 efi_loader: Align runtime section to 64kb by Alexander Graf · 6 years ago
- c3772ca efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · 6 years ago
- 4975974 efi_loader: eliminate sandbox addresses by Heinrich Schuchardt · 6 years ago
- 7b78d64 efi_loader: Reserve unaccessible memory by Alexander Graf · 6 years ago
- 108bdff efi_loader: correct efi_add_known_memory() by Heinrich Schuchardt · 6 years ago
- c2e1ad7 efi_loader: Ensure memory allocations are page aligned by Alexander Graf · 6 years ago
- 7b05667 efi_loader: Merge memory map entries by Alexander Graf · 6 years ago
- 14deb5e Revert "Revert "efi_loader: efi_allocate_pages is too restrictive"" by Stephen Warren · 6 years ago
- dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
- 9b89183 efi: Fix truncation of constant value by Eugeniu Rosca · 6 years ago
- fa995d0d efi_loader: avoid NULL dereference in efi_get_memory_map() by Heinrich Schuchardt · 6 years ago
- ccfc78b Revert "efi_loader: efi_allocate_pages is too restrictive" by Stephen Warren · 6 years ago
- 1fcb7ea efi_loader: check map_key in ExitBootServices by Heinrich Schuchardt · 6 years ago
- 8e83555 efi_loader: check parameters of GetMemoryMap by Heinrich Schuchardt · 6 years ago
- 4d5e071 efi_loader: check parameters in memory allocation by Heinrich Schuchardt · 6 years ago
- 282a06c efi_loader: Expose U-Boot addresses in memory map for sandbox by Alexander Graf · 6 years ago
- 69259b8 efi: sandbox: Adjust memory usage for sandbox by Simon Glass · 6 years ago
- aa90946 efi_loader: efi_allocate_pages is too restrictive by Heinrich Schuchardt · 6 years ago
- 3282614 efi_loader: efi_mem_carve_out should return s64 by Heinrich Schuchardt · 7 years ago
- e09159c efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · 7 years ago
- 1f0532c efi_loader: remove unnecessary include by Heinrich Schuchardt · 7 years ago
- f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
- bdecaeb efi: Correct header order in efi_memory by Simon Glass · 7 years ago
- 7c92fd6 efi_loader: use constants in efi_allocate_pages() by Heinrich Schuchardt · 7 years ago
- b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
- 474a6f5 efi_loader: add comments to memory functions by Heinrich Schuchardt · 7 years ago
- f5a2a93 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
- 946160f efi_loader: make pool allocations cacheline aligned by Rob Clark · 7 years ago
- a1b2482 efi_loader: fix bug in efi_get_memory_map by Rob Clark · 7 years ago
- c6e3c3e efi_memory: return MapKey by xypron.glpk@gmx.de · 7 years ago
- 0ecba5d efi_memory: do parameter checks first by xypron.glpk@gmx.de · 7 years ago
- 71275a3 efi_memory: avoid NULL dereference in efi_free_pool by xypron.glpk@gmx.de · 7 years ago
- 4263374 efi: Add a hook to allow adding memory mapping by York Sun · 8 years ago
- 511d0b9 efi_loader: Do not leak memory when unlinking a mapping by Stefan Brüns · 8 years ago
- b6a9517 efi_loader: Keep memory mapping sorted when splitting an entry by Stefan Brüns · 8 years ago
- b61d857 efi_loader: Readd freed pages to memory pool by Stefan Brüns · 8 years ago
- 42417bc efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · 8 years ago
- ead1274 efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · 8 years ago
- bdf5c1b efi_loader: Fix memory map size check to avoid out-of-bounds access by Stefan Brüns · 8 years ago
- 852efbf efi_loader: Update description of internal efi_mem_carve_out by Stefan Brüns · 8 years ago
- 4c02c11 efi_loader: provide efi_mem_desc version by Mian Yousaf Kaukab · 8 years ago
- c933ed9 efi_loader: Add debug output for efi_add_memory_map() by Andreas Färber · 8 years ago
- 74c16ac efi_loader: Don't allocate from memory holes by Alexander Graf · 9 years ago
- edcef3b efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
- 51735ae efi_loader: Add bounce buffer support by Alexander Graf · 9 years ago
- dede284 efi_loader: Handle memory overflows by Andreas Färber · 9 years ago
- cee752f efi_loader: Expose ascending efi memory map by Alexander Graf · 9 years ago
- 38ce65e efi_loader: Always allocate the highest available address by Alexander Graf · 9 years ago
- 5d00995 efi_loader: Implement memory allocation and map by Alexander Graf · 9 years ago