diff mbox series

[v3,03/14] bloblist: Change the magic value

Message ID 20231218181901.337515-4-raymond.mao@linaro.org
State Superseded
Delegated to: Simon Glass
Headers show
Series Support Firmware Handoff spec via bloblist | expand

Commit Message

Raymond Mao Dec. 18, 2023, 6:18 p.m. UTC
From: Simon Glass <sjg@chromium.org>

This uses a new value with spec v0.9 so change it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Co-developed-by: Raymond Mao <raymond.mao@linaro.org>
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
---
Changes in v2
- Update the bloblist magic to align to FW handoff spec v0.9.
Changes in v3
- Update the bloblist magic to align to FW handoff spec up to commit 3592349.

 include/bloblist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilias Apalodimas Dec. 19, 2023, 5:06 p.m. UTC | #1
On Mon, 18 Dec 2023 at 20:19, Raymond Mao <raymond.mao@linaro.org> wrote:
>
> From: Simon Glass <sjg@chromium.org>
>
> This uses a new value with spec v0.9 so change it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Co-developed-by: Raymond Mao <raymond.mao@linaro.org>
> Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
> ---
> Changes in v2
> - Update the bloblist magic to align to FW handoff spec v0.9.
> Changes in v3
> - Update the bloblist magic to align to FW handoff spec up to commit 3592349.
>
>  include/bloblist.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/bloblist.h b/include/bloblist.h
> index 5ad1337d1f..72c785411d 100644
> --- a/include/bloblist.h
> +++ b/include/bloblist.h
> @@ -75,7 +75,7 @@
>
>  enum {
>         BLOBLIST_VERSION        = 0,
> -       BLOBLIST_MAGIC          = 0xb00757a3,
> +       BLOBLIST_MAGIC          = 0x4a0fb10b,
>
>         BLOBLIST_ALIGN_LOG2     = 3,
>         BLOBLIST_ALIGN          = 1 << BLOBLIST_ALIGN_LOG2,
> --
> 2.25.1
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Simon Glass Dec. 26, 2023, 9:46 a.m. UTC | #2
On Mon, Dec 18, 2023 at 6:19 PM Raymond Mao <raymond.mao@linaro.org> wrote:
>
> From: Simon Glass <sjg@chromium.org>
>
> This uses a new value with spec v0.9 so change it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Co-developed-by: Raymond Mao <raymond.mao@linaro.org>
> Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
> ---
> Changes in v2
> - Update the bloblist magic to align to FW handoff spec v0.9.
> Changes in v3
> - Update the bloblist magic to align to FW handoff spec up to commit 3592349.
>
>  include/bloblist.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/include/bloblist.h b/include/bloblist.h
index 5ad1337d1f..72c785411d 100644
--- a/include/bloblist.h
+++ b/include/bloblist.h
@@ -75,7 +75,7 @@ 
 
 enum {
 	BLOBLIST_VERSION	= 0,
-	BLOBLIST_MAGIC		= 0xb00757a3,
+	BLOBLIST_MAGIC		= 0x4a0fb10b,
 
 	BLOBLIST_ALIGN_LOG2	= 3,
 	BLOBLIST_ALIGN		= 1 << BLOBLIST_ALIGN_LOG2,