[PATCH v2 03/18] bloblist: Change the magic value
Ilias Apalodimas
ilias.apalodimas at linaro.org
Mon Dec 4 09:27:21 CET 2023
On Sat, 2 Dec 2023 at 20:33, Simon Glass <sjg at chromium.org> wrote:
>
> On Mon, 27 Nov 2023 at 12:52, Raymond Mao <raymond.mao at linaro.org> wrote:
> >
> > From: Simon Glass <sjg at chromium.org>
> >
> > This uses a new value with spec v0.9 so change it.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > Co-developed-by: Raymond Mao <raymond.mao at linaro.org>
> > Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
> > ---
> > Changes in v2
> > - Update the bloblist alignment to align to FW handoff spec v0.9.
> >
> > include/bloblist.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> But you will need a later patch (or update this one) due to [1]
>
> >
> > diff --git a/include/bloblist.h b/include/bloblist.h
> > index 1e4f1a6342..30441f922b 100644
> > --- a/include/bloblist.h
> > +++ b/include/bloblist.h
> > @@ -75,7 +75,7 @@
> >
> > enum {
> > BLOBLIST_VERSION = 0,
> > - BLOBLIST_MAGIC = 0xb00757a3,
> > + BLOBLIST_MAGIC = 0x6ed0ff,
> >
> > BLOBLIST_ALIGN_LOG2 = 3,
> > BLOBLIST_ALIGN = 1 << BLOBLIST_ALIGN_LOG2,
> > --
> > 2.25.1
> >
>
> Regards,
> Simon
>
> [1] https://github.com/FirmwareHandoff/firmware_handoff/pull/24
With this change
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
More information about the U-Boot
mailing list