]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: add a flag to allow suppressing memory map change notification
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:04 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:29 +0000 (13:45 -0600)
commit3c6896ad2fb876b0a23202f62a83c0d44380c9ea
tree1f1fefbbbf188c8f45ad221910764310cc73fd8f
parentc8a8f0196bdb068f07a5565bf4ce5f43f5003f6e
lmb: add a flag to allow suppressing memory map change notification

Add a flag LMB_NONOTIFY that can be passed to the LMB API's for
reserving memory. This will then result in no notification being sent
from the LMB module for the changes to the LMB's memory map.

While here, also add a description of the memory attributes that the
flags signify.

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