[PATCH 1/3] bloblist / handoff: Make this depend on BLOBLIST_FIXED
Tom Rini
trini at konsulko.com
Fri May 15 16:12:10 CEST 2026
On Fri, May 15, 2026 at 10:08:39AM -0400, Raymond Mao wrote:
> Hi Tom,
>
> On Thu, May 14, 2026 at 2:02 PM Tom Rini <trini at konsulko.com> wrote:
> >
> > Currently, the only way we support passing a bloblist from one stage to
> > the next is via the BLOBLIST_FIXED mechanism. Update the Kconfig logic
> > to express this constraint.
> >
> > Signed-off-by: Tom Rini <trini at konsulko.com>
> > ---
> > common/spl/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/common/spl/Kconfig b/common/spl/Kconfig
> > index 5fa94098e498..cc819344cad2 100644
> > --- a/common/spl/Kconfig
> > +++ b/common/spl/Kconfig
> > @@ -220,7 +220,7 @@ source "common/spl/Kconfig.nxp"
> >
> > config HANDOFF
> > bool "Pass hand-off information from SPL to U-Boot proper"
> > - depends on BLOBLIST
> > + depends on BLOBLIST_FIXED
>
> I am wondering if SPL can use the same way as we did for Arm Firmware
> Handoff - the address is not defined by Kconfig but via register
> conventions?
As part of future work, yes, it would be good to move in that direction.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260515/50fcece7/attachment.sig>
More information about the U-Boot
mailing list