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
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
2024-10-15
lmb: notify of any changes to the LMB memory map
Sughosh Ganu
2024-10-15
lmb: add and reserve memory above ram_top
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-10-11
xpl: Rename spl_phase() to xpl_phase()
Simon Glass
2024-09-03
lmb: add logic to print lmb flag strings
Sughosh Ganu
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: reserve common areas during board init
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: staticize __lmb_alloc_base()
Sughosh Ganu
2024-09-03
lmb: remove the unused lmb_is_reserved() function
Sughosh Ganu
2023-12-21
lib: Remove <common.h> inclusion from these files
Tom Rini
2023-10-09
lmb: remove overlapping region with next range
Udit Kumar
2023-04-06
lmb: add max number of region in lmb_dump_region() output
Patrick Delaunay
2023-04-06
lmb: Fix LMB_MEMORY_REGIONS flag usage
Patrick Delaunay
2023-02-12
lmb: Treat a region which is a subset as equal
Sjoerd Simons
2023-02-06
lmb: Set correct lmb flags for EFI memory map entries
Sjoerd Simons
2023-01-06
lmb: consider EFI memory map
Heinrich Schuchardt
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-18
lmb: Reserve U-Boot separately if relocation is disabled
Marek Vasut
2021-10-08
image: Drop IMAGE_ENABLE_OF_LIBFDT
Simon Glass
2021-09-23
lmb: Add generic arch_lmb_reserve_generic()
Marek Vasut
2021-06-07
lmb: add lmb_dump_region() function
Patrick Delaunay
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: move MAX_LMB_REGIONS value in Kconfig
Patrick Delaunay
[next]