]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Move framebuffer reservation for SPL to RAM end"
authorTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 19:49:25 +0000 (14:49 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 19:49:25 +0000 (14:49 -0500)
Devarsh Thakkar <devarsht@ti.com> says:

Move video memory reservation for SPL at end of RAM so that it does
not interefere with reservations for next stage so that the next stage
need not have holes in between for passed regions and instead it can
maintain continuity in reservations.

Also catch the bloblist before starting reservations to avoid the same
problem.

While at it, also fill missing fields in video handoff struct before
passing it to next stage.

This is as per discussions at :
For moving SPL framebuffer reservation at end of RAM:

https://lore.kernel.org/all/CAPnjgZ3xSoe_G3yrqwuAvoiVjUfZ+YQgkOR0ZTVXGT9VK8TwJg@mail.gmail.com/

For filling missing video handoff fields :
https://lore.kernel.org/all/CAPnjgZ1Hs0rNf0JDirp6YPsOQ5=QqQSP9g9qRwLoOASUV8a4cw@mail.gmail.com/

1  2 
arch/arm/mach-k3/common.c

Simple merge