All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick DELAUNAY <patrick.delaunay@foss.st.com>
To: Sughosh Ganu <sughosh.ganu@linaro.org>, <u-boot@lists.denx.de>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Takahiro Akashi <takahiro.akashi@linaro.org>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Simon Glass <sjg@chromium.org>, Bin Meng <bmeng.cn@gmail.com>,
	Tom Rini <trini@konsulko.com>,
	Etienne Carriere <etienne.carriere@linaro.org>,
	Michal Simek <monstr@monstr.eu>,
	Jassi Brar <jaswinder.singh@linaro.org>
Subject: Re: [PATCH v6 06/13] FWU: stm32mp1: Add helper functions for accessing FWU metadata
Date: Wed, 13 Jul 2022 15:31:34 +0200	[thread overview]
Message-ID: <fc737be6-488b-2e5c-5aab-ac5c62d96518@foss.st.com> (raw)
In-Reply-To: <20220704051658.1085442-7-sughosh.ganu@linaro.org>

Hi,

On 7/4/22 07:16, Sughosh Ganu wrote:
> Add helper functions needed for accessing the FWU metadata which
> contains information on the updatable images. These functions have
> been added for the STM32MP157C-DK2 board which has the updatable
> images on the uSD card, formatted as GPT partitions.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
> ---
> Changes since V5:
> * Change the mechanism to get the block device descriptor in
>    fwu_plat_get_alt_num() due to introduction of struct
>    fwu_mdata_gpt_blk_priv in the earlier patch.
>
>   board/st/stm32mp1/stm32mp1.c | 40 ++++++++++++++++
>   include/fwu.h                |  3 ++
>   lib/fwu_updates/Makefile     |  6 +++
>   lib/fwu_updates/fwu_gpt.c    | 88 ++++++++++++++++++++++++++++++++++++
>   4 files changed, 137 insertions(+)
>   create mode 100644 lib/fwu_updates/Makefile
>   create mode 100644 lib/fwu_updates/fwu_gpt.c
>

Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>

Thanks
Patrick

  reply	other threads:[~2022-07-13 13:31 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04  5:16 [PATCH v6 00/13] FWU: Add FWU Multi Bank Update feature support Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 01/13] dt/bindings: Add bindings for FWU Metadata storage device Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 02/13] FWU: Add FWU metadata structure and driver for accessing metadata Sughosh Ganu
2022-07-13 13:12   ` Patrick DELAUNAY
2022-07-14  5:21     ` Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 03/13] FWU: Add FWU metadata access driver for GPT partitioned block devices Sughosh Ganu
2022-07-13 13:17   ` Patrick DELAUNAY
2022-07-14  5:20     ` Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 04/13] stm32mp1: dk2: Add a node for the FWU metadata device Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 05/13] stm32mp1: dk2: Add image information for capsule updates Sughosh Ganu
2022-07-13 13:26   ` Patrick DELAUNAY
2022-07-04  5:16 ` [PATCH v6 06/13] FWU: stm32mp1: Add helper functions for accessing FWU metadata Sughosh Ganu
2022-07-13 13:31   ` Patrick DELAUNAY [this message]
2022-07-04  5:16 ` [PATCH v6 07/13] FWU: STM32MP1: Add support to read boot index from backup register Sughosh Ganu
2022-07-13 13:33   ` Patrick DELAUNAY
2022-07-04  5:16 ` [PATCH v6 08/13] FWU: Add boot time checks as highlighted by the FWU specification Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 09/13] FWU: Add support for the FWU Multi Bank Update feature Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 10/13] FWU: cmd: Add a command to read FWU metadata Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 11/13] mkeficapsule: Add support for generating empty capsules Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 12/13] mkeficapsule: Add support for setting OEM flags in capsule header Sughosh Ganu
2022-07-04  5:16 ` [PATCH v6 13/13] FWU: doc: Add documentation for the FWU feature Sughosh Ganu
2022-07-05  2:10 ` [PATCH v6 00/13] FWU: Add FWU Multi Bank Update feature support Takahiro Akashi
2022-07-18 15:23 ` Jassi Brar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc737be6-488b-2e5c-5aab-ac5c62d96518@foss.st.com \
    --to=patrick.delaunay@foss.st.com \
    --cc=bmeng.cn@gmail.com \
    --cc=etienne.carriere@linaro.org \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=monstr@monstr.eu \
    --cc=patrice.chotard@foss.st.com \
    --cc=sjg@chromium.org \
    --cc=sughosh.ganu@linaro.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.