index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_memory.c
Age
Commit message (
Expand
)
Author
2024-12-30
lmb: Remove lmb_alloc_base_flags()
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_alloc_addr_flags()
Ilias Apalodimas
2024-11-30
Revert "efi_memory: do not add U-Boot memory to the memory map"
Ilias Apalodimas
2024-11-24
lmb: Correctly unmap and free memory on errors
Ilias Apalodimas
2024-10-30
efi_loader: Simplify efi_free_pages()
Ilias Apalodimas
2024-10-29
lmb: Remove lmb_alloc_flags()
Ilias Apalodimas
2024-10-18
efi_loader: add missing lf in error message
Heinrich Schuchardt
2024-10-15
efi_memory: rename variable to highlight overlap with free memory
Sughosh Ganu
2024-10-15
efi_memory: do not add RAM memory to the memory map
Sughosh Ganu
2024-10-15
efi_memory: do not add U-Boot memory to the memory map
Sughosh Ganu
2024-10-15
lmb: notify of any changes to the LMB memory map
Sughosh Ganu
2024-10-15
efi: memory: use the lmb API's for allocating and freeing memory
Sughosh Ganu
2024-07-31
efi_memory: get the efi_mem_list node directly
Sughosh Ganu
2024-07-31
efi_memory: avoid possible null pointer dereference
Sughosh Ganu
2024-07-31
efi_memory: use list_count_nodes() to count list entries
Sughosh Ganu
2024-04-13
efi_loader: eliminate duplicate runtime section definitions
Heinrich Schuchardt
2024-04-08
efi_loader: access __efi_runtime_start/stop without &
Ilias Apalodimas
2023-12-21
efi_loader: Remove <common.h>
Tom Rini
2023-08-15
efi_loader: fix efi_add_known_memory()
Heinrich Schuchardt
2023-08-03
efi_loader: memory leak efi_add_memory_map_pg
Heinrich Schuchardt
2023-08-03
efi_loader: out of memory in efi_mem_carve_out
Heinrich Schuchardt
2023-08-03
efi_loader: overflow in efi_allocate_pages
Heinrich Schuchardt
2023-08-03
efi_loader: out of memory in efi_add_memory_map_pg
Heinrich Schuchardt
2023-04-08
efi: loader: Make efi_mem static
Bin Meng
2023-03-25
efi_loader: move dp_alloc() to efi_alloc()
Heinrich Schuchardt
2023-01-13
efi_loader: fix description of memory functions
Heinrich Schuchardt
2023-01-06
efi_loader: carve out efi_get_memory_map_alloc()
Heinrich Schuchardt
2022-12-02
efi_loader: don't use EFI_LOADER_DATA internally
Heinrich Schuchardt
2022-11-06
efi_loader: AllocateAddress requires page address
Heinrich Schuchardt
2022-04-29
efi_loader: simplify efi_add_conventional_memory_map()
Heinrich Schuchardt
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-21
efi_loader: Fix loaded image alignment
Ilias Apalodimas
2021-08-17
efi_loader: use correct type for AllocatePages, AllocatePool
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-13
efi_loader: remove outdated TODO in efi_memory.c
Heinrich Schuchardt
2020-09-18
efi_memory: refine overlap_only_ram description
Maxim Uvarov
2020-08-01
efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system
Heinrich Schuchardt
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-17
efi_loader: round the memory area in efi_add_memory_map()
Michael Walle
2020-03-11
efi_loader: get_memory_map: return parameters whenever possible
AKASHI Takahiro
2019-12-02
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
2019-11-12
efi_loader: call add_u_boot_and_runtime() on sandbox
Heinrich Schuchardt
2019-09-05
efi_loader: Extract adding a conventional memory in separate routine
Park, Aiden
2019-07-16
efi_loader: fix comment for struct efi_pool_allocation
Heinrich Schuchardt
2019-07-16
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
2019-06-14
efi_loader: AllocatePages() must accept addr == 0
Heinrich Schuchardt
2019-06-10
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
2019-06-04
efi_loader: notify memory map changes
Heinrich Schuchardt
2019-05-12
efi_loader: simplify efi_allocate_pages()
Heinrich Schuchardt
2019-05-12
efi_loader: AllocateAdress error handling
Heinrich Schuchardt
[next]