Re: [PATCH] fdt: lmb: add reserved regions as no-overwrite

2024-10-29 Thread Tom Rini
On Mon, 21 Oct 2024 22:54:33 +0530, Sughosh Ganu wrote: > The boot_fdt_add_mem_rsv_regions() function reserves the memreserve and > reserved-memory regions. These regions are being set with the LMB_NONE > flag which allows overwriting and re-using the regions. This was fine > earlier when the LMB

[PATCH] fdt: lmb: add reserved regions as no-overwrite

2024-10-21 Thread Sughosh Ganu
The boot_fdt_add_mem_rsv_regions() function reserves the memreserve and reserved-memory regions. These regions are being set with the LMB_NONE flag which allows overwriting and re-using the regions. This was fine earlier when the LMB memory map was local and not enforced globally. But that is no lo