
18 Dec
2024
18 Dec
'24
9:56 a.m.
On 12/17/24 18:18, Tom Rini wrote:
On Tue, Dec 17, 2024 at 11:18:15AM -0600, Tom Rini wrote:
On Fri, 13 Dec 2024 14:26:55 +0100, Patrice Chotard wrote:
Previously, all LMB marked with LMB_NOMAP (above and below ram_top) are considered as invalid entry in TLB.
Since commit 1a48b0be93d4 ("lmb: prohibit allocations above ram_top even from same bank") all LMB located above ram_top are now marked LMB_NOOVERWRITE and no more LMB_MAP.
[...]
Applied to u-boot/master, thanks!
And apologies for applying this directly, I wanted to make sure the regression fix got in ASAP.
No Problem , i understand ;-) I expected to send a pull request today or tomorrow including this patch.
Patrice