index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
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-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