index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_memory.c
Age
Commit message (
Expand
)
Author
2018-07-25
efi_loader: check map_key in ExitBootServices
Heinrich Schuchardt
2018-07-25
efi_loader: check parameters of GetMemoryMap
Heinrich Schuchardt
2018-07-25
efi_loader: check parameters in memory allocation
Heinrich Schuchardt
2018-07-25
efi_loader: Expose U-Boot addresses in memory map for sandbox
Alexander Graf
2018-07-25
efi: sandbox: Adjust memory usage for sandbox
Simon Glass
2018-07-25
efi_loader: efi_allocate_pages is too restrictive
Heinrich Schuchardt
2018-06-03
efi_loader: efi_mem_carve_out should return s64
Heinrich Schuchardt
2018-06-03
efi_loader: avoid anonymous constants for AllocatePages
Heinrich Schuchardt
2018-06-03
efi_loader: remove unnecessary include
Heinrich Schuchardt
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2018-04-04
efi: Correct header order in efi_memory
Simon Glass
2018-04-04
efi_loader: use constants in efi_allocate_pages()
Heinrich Schuchardt
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-01-22
efi_loader: add comments to memory functions
Heinrich Schuchardt
2017-12-01
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
2017-09-20
efi_loader: make pool allocations cacheline aligned
Rob Clark
2017-07-26
efi_loader: fix bug in efi_get_memory_map
Rob Clark
2017-07-24
efi_memory: return MapKey
xypron.glpk@gmx.de
2017-07-24
efi_memory: do parameter checks first
xypron.glpk@gmx.de
2017-07-19
efi_memory: avoid NULL dereference in efi_free_pool
xypron.glpk@gmx.de
2017-03-14
efi: Add a hook to allow adding memory mapping
York Sun
2016-10-18
efi_loader: Do not leak memory when unlinking a mapping
Stefan Brüns
2016-10-18
efi_loader: Keep memory mapping sorted when splitting an entry
Stefan Brüns
2016-10-18
efi_loader: Readd freed pages to memory pool
Stefan Brüns
2016-10-18
efi_loader: Track size of pool allocations to allow freeing
Stefan Brüns
2016-10-18
efi_loader: Move efi_allocate_pool implementation to efi_memory.c
Stefan Brüns
2016-10-18
efi_loader: Fix memory map size check to avoid out-of-bounds access
Stefan Brüns
2016-10-18
efi_loader: Update description of internal efi_mem_carve_out
Stefan Brüns
2016-09-07
efi_loader: provide efi_mem_desc version
Mian Yousaf Kaukab
2016-07-22
efi_loader: Add debug output for efi_add_memory_map()
Andreas Färber
2016-06-06
efi_loader: Don't allocate from memory holes
Alexander Graf
2016-06-06
efi_loader: Move to normal debug infrastructure
Alexander Graf
2016-05-27
efi_loader: Add bounce buffer support
Alexander Graf
2016-04-18
efi_loader: Handle memory overflows
Andreas Färber
2016-04-18
efi_loader: Expose ascending efi memory map
Alexander Graf
2016-04-01
efi_loader: Always allocate the highest available address
Alexander Graf
2016-03-15
efi_loader: Implement memory allocation and map
Alexander Graf