On Wed, 28 May 2025 06:32:02 -0600, Simon Glass wrote: > This series adds a standard way of passing information between different > firmware phases. This already exists in U-Boot at a very basic level, in > the form of a bloblist containing an spl_handoff structure, but the intent > here is to define something useful across projects. > > The need for this is growing as firmware fragments into multiple binaries > each with its own purpose. Without any run-time connection, we must rely > on build-time settings which are brittle and painful to keep in sync. > > [...]
Applied to u-boot/next, thanks! [06/25] spl: Rename jump_to_image_no_args() commit: f73450918d66565c5efacf2bb57227ba94bdaa40 -- Tom