[PATCH] lmb: prohibit allocations above ram_top even from same bank
Tom Rini
trini at konsulko.com
Sat Dec 7 16:57:05 CET 2024
On Mon, 02 Dec 2024 12:36:24 +0530, Sughosh Ganu wrote:
> There are platforms which set the value of ram_top based on certain
> restrictions that the platform might have in accessing memory above
> ram_top, even when the memory region is in the same DRAM bank. So,
> even though the LMB allocator works as expected, when trying to
> allocate memory above ram_top, prohibit this by marking all memory
> above ram_top as reserved, even if the said memory region is from the
> same bank.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list