]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: allow for boards to specify memory map
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:11 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:29 +0000 (13:45 -0600)
commit497da0c5ce9084fed8166b18b4f1f9dbe1532034
tree2b516dd37f98244c72d0110ec61a8e6a75281bfe
parent695dbd5fae4fcd708a9424238818dc8de4d8148a
lmb: allow for boards to specify memory map

Some architectures have special or unique aspects which need
consideration when adding memory ranges to the list of available
memory map. Enable this config in such scenarios which allow
architectures and boards to define their own memory map.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
include/lmb.h
lib/Kconfig
lib/lmb.c