On Fri, 17 May 2024 08:45:05 +0200, Ahmad Fatoum wrote: > This series replaces the 3 patches from v1 that are in next. > > The first 3 patches are new: They ensure that the handoff structs > (linked list pointers, cookie, flags, ...) are also reserved in the > SDRAM banks and not only the data. > > The three patches after that differ to v1 mainly in that reservation > of space for the handoff data is correctly taken care of. This was > erroneous both in PBL and in barebox proper and led to problems for me > trying to boot a Qemu Virt64 machine that has for some reason a FDT that > describes its size in the header as 1MiB. > > [...] Applied, thanks! [1/6] memory: add support for requesting barebox area as a whole https://git.pengutronix.de/cgit/barebox/commit/?id=59289e3d8cc3 (link may not be stable) [2/6] treewide: use request_barebox_region for possible barebox memory regions https://git.pengutronix.de/cgit/barebox/commit/?id=64fa27a491b8 (link may not be stable) [3/6] ARM: cpu: start: register barebox memory area https://git.pengutronix.de/cgit/barebox/commit/?id=3f7b6146669c (link may not be stable) [4/6] ARM: move blob_is_arm_boarddata() to include https://git.pengutronix.de/cgit/barebox/commit/?id=fad13ab1cdc6 (link may not be stable) [5/6] add handoff-data support https://git.pengutronix.de/cgit/barebox/commit/?id=e72ea06e3ad3 (link may not be stable) [6/6] ARM: pass handoff data from PBL to proper https://git.pengutronix.de/cgit/barebox/commit/?id=b02063a8aa22 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>