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_lf_v2025.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
/
include
/
lmb.h
Age
Commit message (
Expand
)
Author
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: 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: Improve kernel-doc comments
Sam Protsenko
2024-11-11
Merge patch series "Fix IOVA allocation in Apple dart iommu after global LMB ...
Tom Rini
2024-11-11
lmb: Add basic io_lmb functionality
Janne Grunau
2024-10-29
lmb: Remove lmb_alloc_flags()
Ilias Apalodimas
2024-10-15
lmb: allow for boards to specify memory map
Sughosh Ganu
2024-10-15
lmb: notify of any changes to the LMB memory map
Sughosh Ganu
2024-10-15
lmb: add a flag to allow suppressing memory map change notification
Sughosh Ganu
2024-10-15
lmb: add versions of the lmb API with flags
Sughosh Ganu
2024-09-20
cmd: sf: prevent overwriting the reserved memory
Prasad Kummari
2024-09-03
lmb: remove the unused board_lmb_reserve() function
Sughosh Ganu
2024-09-03
lmb: do away with arch_lmb_reserve()
Sughosh Ganu
2024-09-03
lmb: remove lmb_init_and_reserve_range() function
Sughosh Ganu
2024-09-03
lmb: remove the lmb_init_and_reserve() function
Sughosh Ganu
2024-09-03
lmb: introduce a function to add memory to the lmb memory map
Sughosh Ganu
2024-09-03
lmb: allow for resizing lmb regions
Sughosh Ganu
2024-09-03
lmb: make LMB memory map persistent and global
Sughosh Ganu
2024-09-03
lmb: use the BIT macro for lmb flags
Sughosh Ganu
2024-09-03
lmb: staticize __lmb_alloc_base()
Sughosh Ganu
2024-09-03
lmb: remove the unused lmb_is_reserved() function
Sughosh Ganu
2023-08-15
lmb: description lmb_is_reserved, lmb_is_reserved_flags
Heinrich Schuchardt
2023-04-06
lmb: Fix LMB_MEMORY_REGIONS flag usage
Patrick Delaunay
2022-08-10
lmb: Fix LMB_MEMORY_REGIONS flag usage
Patrice Chotard
2022-07-26
lmb: Fix lmb property's defination under struct lmb
Ashok Reddy Soma
2021-11-20
lmb: drop unused lmb_size_bytes()
Heinrich Schuchardt
2021-11-20
lmb: remove extern keyword in lmb.h
Heinrich Schuchardt
2021-11-20
doc: add include/lmb.h to the HTML documentation
Heinrich Schuchardt
2021-11-20
lmb: remove lmb_is_nomap() from include
Heinrich Schuchardt
2021-09-23
lmb: Add generic arch_lmb_reserve_generic()
Marek Vasut
2021-06-07
lmb: add lmb_is_reserved_flags
Patrick Delaunay
2021-06-07
lmb: Add support of flags for no-map properties
Patrick Delaunay
2021-04-22
lmb: Add 2 config to define the max number of regions
Patrick Delaunay
2021-04-22
lmb: correct size of the regions array
Patrick Delaunay
2021-04-22
lmb: move MAX_LMB_REGIONS value in Kconfig
Patrick Delaunay
2021-04-22
lmb: add a max parameter in the struct lmb_region
Patrick Delaunay
2021-04-22
lmb: remove lmb_region.size
Patrick Delaunay
2020-08-04
lmb/bdinfo: dump lmb info via bdinfo
Tero Kristo
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2019-02-02
lmb: handle more than one DRAM BANK
Simon Goldschmidt
2019-01-26
lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size
Simon Goldschmidt
2019-01-16
lmb: remove unused extern declaration
Simon Goldschmidt
2019-01-16
fs: prevent overwriting reserved memory
Simon Goldschmidt
2019-01-16
lib: lmb: extend lmb for checks at load time
Simon Goldschmidt
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
[next]