commit | 7ebbdd773ef155ccf1cb4032e6c51b96563a816f | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Oct 15 21:07:04 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 13:45:29 2024 -0600 |
tree | 1f1fefbbbf188c8f45ad221910764310cc73fd8f | |
parent | 7f15d32c8a352a7f5e1466e5e438a4daa2215985 [diff] |
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>