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
/
lmb.c
Age
Commit message (
Expand
)
Author
2025-07-22
lmb: Remove unreachable code
Andrew Goodbody
2025-07-22
arm: fix lmb region reservation when PRAM is defined
Holger Brunck
2025-07-09
lmb: add missing fallthrough in lmb_alloc_mem()
Heinrich Schuchardt
2025-06-25
lmb: use a single function to check for allocation and reservation requests
Sughosh Ganu
2025-06-25
lmb: use a single function to free up memory
Sughosh Ganu
2025-06-25
lmb: staticise lmb_add_memory()
Sughosh Ganu
2025-06-25
lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Sughosh Ganu
2025-06-25
lmb: replace lmb_reserve() and lmb_alloc_addr() API's
Sughosh Ganu
2025-03-24
Merge tag 'v2025.04-rc5' into next
Tom Rini
2025-03-24
lmb: change the return code on lmb_alloc_addr()
Ilias Apalodimas
2025-03-17
lmb: optimise the lmb allocation functions
Sughosh Ganu
2025-03-17
lmb: use a common function to check if regions overlap or are adjacent
Sughosh Ganu
2025-03-17
lmb: remove superfluous address overlap check from lmb_add_region_flags()
Sughosh Ganu
2025-03-17
lmb: check for a region's coalescing with all existing regions
Sughosh Ganu
2025-03-17
lmb: handle scenario of encompassing overlap
Sughosh Ganu
2025-03-17
lmb: check if a region can be reserved by lmb_reserve()
Sughosh Ganu
2025-02-20
lmb: move lmb_map_update_notify() to EFI
Heinrich Schuchardt
2025-02-20
lmb: avoid superfluous value check in lmb_map_update_notify()
Heinrich Schuchardt
2024-12-30
lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags()
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_alloc_base_flags()
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_alloc_addr_flags()
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_add_region()
Ilias Apalodimas
2024-12-30
lmb: Rename free_mem to available_mem
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_reserve_flags()
Ilias Apalodimas
2024-12-30
lmb: Move enum lmb_flags to a u32
Ilias Apalodimas
2024-12-30
lmb: Remove lmb_align_down()
Ilias Apalodimas
2024-12-30
lmb: Improve kernel-doc comments
Sam Protsenko
2024-12-30
lmb: Improve coding style
Sam Protsenko
2024-12-30
lmb: Make const flag_str[] in lmb_print_region_flags() more const
Sam Protsenko
2024-12-30
lmb: Fix flags data type in lmb_add_region_flags()
Sam Protsenko
2024-12-12
lmb: Return -EEXIST in lmb_add_region_flags() if region already added
Sam Protsenko
2024-12-06
lmb: prohibit allocations above ram_top even from same bank
Sughosh Ganu
2024-12-05
lmb: Fix the allocation of overlapping memory areas with !LMB_NONE
Ilias Apalodimas
2024-11-14
lmb.c: add missing comma in lmb_dump_region()
Heinrich Schuchardt
2024-11-14
lmb: do not panic in lmb_print_region_flags
Heinrich Schuchardt
2024-11-11
lmb: Add basic io_lmb functionality
Janne Grunau
2024-11-11
lmb: cosmetic: reorder functions and global LMB variable
Janne Grunau
2024-11-11
lmb: Do not use global LMB variable in _lmb_free()
Janne Grunau
2024-11-09
lmb: Drop extra 16KB of stack space
Simon Glass
2024-11-01
lmb: remove __maybe_unused from lmb_map_update_notify
Heinrich Schuchardt
2024-10-30
lmb: Correctly unmap memory after notifications
Ilias Apalodimas
2024-10-29
lmb: Remove lmb_alloc_flags()
Ilias Apalodimas
2024-10-29
lmb: Simplify lmb_should_notify usage
Ilias Apalodimas
2024-10-29
lmb: Fix lmb_add_region_flags() return codes and testing
Ilias Apalodimas
2024-10-29
lmb: add a check to prevent memory overrun
Sughosh Ganu
2024-10-25
lmb: Export the lmb data structure
Simon Glass
2024-10-18
lmb: notify when adjacent regions are added
Caleb Connolly
2024-10-15
lmb: replace the double-underscore with single-underscore for all functions
Sughosh Ganu
2024-10-15
lmb: remove call to efi_lmb_reserve()
Sughosh Ganu
2024-10-15
lmb: allow for boards to specify memory map
Sughosh Ganu
[next]