[PATCH v2 04/18] bloblist: Set version to 1

Ilias Apalodimas ilias.apalodimas at linaro.org
Mon Dec 4 09:27:40 CET 2023


On Mon, 27 Nov 2023 at 21:52, Raymond Mao <raymond.mao at linaro.org> wrote:
>
> From: Simon Glass <sjg at chromium.org>
>
> The new bloblist for v0.9 has version 1 so update this value.
>
> 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(-)
>
> diff --git a/include/bloblist.h b/include/bloblist.h
> index 30441f922b..d70a7bad2e 100644
> --- a/include/bloblist.h
> +++ b/include/bloblist.h
> @@ -74,7 +74,7 @@
>  #include <mapmem.h>
>
>  enum {
> -       BLOBLIST_VERSION        = 0,
> +       BLOBLIST_VERSION        = 1,
>         BLOBLIST_MAGIC          = 0x6ed0ff,
>
>         BLOBLIST_ALIGN_LOG2     = 3,
> --
> 2.25.1
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list