]> git.dujemihanovic.xyz Git - u-boot.git/commit
common/board_f: Catch bloblist before starting reservations
authorDevarsh Thakkar <devarsht@ti.com>
Tue, 5 Dec 2023 15:55:19 +0000 (21:25 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 19:49:17 +0000 (14:49 -0500)
commit4ef9c77248c95cd2bc63697084ae82f345e5c6e7
treedd2fdf3cec8e3aafd6a52c3496ba070a261235be
parent945053fd64ca1022f006ccd7f1518e52e34e30d8
common/board_f: Catch bloblist before starting reservations

Start reservations needed for init sequence only after catching
bloblists from previous stage.

This is to avoid catching bloblists in the middle causing gaps while
u-boot is reserving.

Adjust the relocaddr as per video hand-off information received from
previous stage so that further reservations start only after regions
reserved for previous stages

Skip reservation for video memory if it was already filled by a
bloblist.

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c