]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commit073f4f10b9941c7b3cec7db41c82ac00b811eaba
treed738f7aac345d7c1cfdd9a5d22c7211156d202ce
parent7af90646df59dd7a4e0809c67ded6df835fd4808
parentaaeb330cac116a1a41c97c8e7a8349b8aea914c2
Merge patch series "Move framebuffer reservation for SPL to RAM end"

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/
arch/arm/mach-k3/common.c