From: Ilias Apalodimas <ilias.apalodimas@linaro.org>
To: Sughosh Ganu <sughosh.ganu@linaro.org>
Cc: u-boot@lists.denx.de, Heinrich Schuchardt <xypron.glpk@gmx.de>,
Masahisa Kojima <masahisa.kojima@linaro.org>,
Patrice Chotard <patrice.chotard@foss.st.com>,
Patrick Delaunay <patrick.delaunay@foss.st.com>,
Yann Gautier <yann.gautier@st.com>,
Etienne Carriere <etienne.carriere@foss.st.com>
Subject: Re: [PATCH 01/18] configs: fwu: Remove FWU configs for metadata V2 migration
Date: Wed, 24 Jan 2024 13:25:11 +0200 [thread overview]
Message-ID: <ZbDzl9Jcg4cbHpp6@hera> (raw)
In-Reply-To: <20240122115439.653871-2-sughosh.ganu@linaro.org>
On Mon, Jan 22, 2024 at 05:24:22PM +0530, Sughosh Ganu wrote:
> The FWU metadata is to be migrated to version 2. Disable the FWU
> feature on platforms that enable it for the migration.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
> ---
> configs/corstone1000_defconfig | 2 --
> configs/sandbox64_defconfig | 1 -
> configs/synquacer_developerbox_defconfig | 4 ----
> 3 files changed, 7 deletions(-)
>
> diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
> index e45415b90c..24b7984959 100644
> --- a/configs/corstone1000_defconfig
> +++ b/configs/corstone1000_defconfig
> @@ -25,7 +25,6 @@ CONFIG_BOARD_LATE_INIT=y
> CONFIG_SYS_PROMPT="corstone1000# "
> CONFIG_SYS_MAXARGS=64
> # CONFIG_CMD_CONSOLE is not set
> -CONFIG_CMD_FWU_METADATA=y
> CONFIG_CMD_BOOTZ=y
> # CONFIG_CMD_XIMG is not set
> CONFIG_CMD_GPT=y
> @@ -67,4 +66,3 @@ CONFIG_FFA_SHARED_MM_BUF_OFFSET=0
> CONFIG_FFA_SHARED_MM_BUF_ADDR=0x02000000
> CONFIG_EFI_CAPSULE_ON_DISK=y
> CONFIG_EFI_IGNORE_OSINDICATIONS=y
> -CONFIG_FWU_MULTI_BANK_UPDATE=y
> diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
> index 996bb7aa4f..7b5888af38 100644
> --- a/configs/sandbox64_defconfig
> +++ b/configs/sandbox64_defconfig
> @@ -274,7 +274,6 @@ CONFIG_EFI_CAPSULE_ON_DISK=y
> CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
> CONFIG_EFI_SECURE_BOOT=y
> CONFIG_TEST_FDTDEC=y
> -CONFIG_FWU_MULTI_BANK_UPDATE=y
> CONFIG_UNIT_TEST=y
> CONFIG_UT_TIME=y
> CONFIG_UT_DM=y
> diff --git a/configs/synquacer_developerbox_defconfig b/configs/synquacer_developerbox_defconfig
> index 2a0407de40..616d410074 100644
> --- a/configs/synquacer_developerbox_defconfig
> +++ b/configs/synquacer_developerbox_defconfig
> @@ -11,14 +11,12 @@ CONFIG_DM_GPIO=y
> CONFIG_DEFAULT_DEVICE_TREE="synquacer-sc2a11-developerbox"
> CONFIG_SYS_LOAD_ADDR=0x80000000
> CONFIG_TARGET_DEVELOPERBOX=y
> -CONFIG_FWU_NUM_IMAGES_PER_BANK=1
> CONFIG_AHCI=y
> CONFIG_FIT=y
> CONFIG_SYS_BOOTM_LEN=0x800000
> CONFIG_BOOTSTAGE_STASH_SIZE=4096
> CONFIG_HUSH_PARSER=y
> CONFIG_SYS_MAXARGS=128
> -CONFIG_CMD_FWU_METADATA=y
> CONFIG_CMD_IMLS=y
> CONFIG_CMD_ERASEENV=y
> CONFIG_CMD_NVEDIT_EFI=y
> @@ -53,7 +51,6 @@ CONFIG_DFU_TFTP=y
> CONFIG_DFU_MTD=y
> CONFIG_DFU_RAM=y
> CONFIG_DFU_SF=y
> -CONFIG_FWU_MDATA_MTD=y
> CONFIG_DM_I2C=y
> CONFIG_SYS_I2C_SYNQUACER=y
> CONFIG_MMC_SDHCI=y
> @@ -96,4 +93,3 @@ CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
> CONFIG_EFI_CAPSULE_ON_DISK=y
> CONFIG_EFI_IGNORE_OSINDICATIONS=y
> CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
> -CONFIG_FWU_MULTI_BANK_UPDATE=y
> --
> 2.34.1
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
next prev parent reply other threads:[~2024-01-24 11:25 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-22 11:54 [PATCH 00/18] FWU: Migrate FWU metadata to version 2 Sughosh Ganu
2024-01-22 11:54 ` [PATCH 01/18] configs: fwu: Remove FWU configs for metadata V2 migration Sughosh Ganu
2024-01-24 11:25 ` Ilias Apalodimas [this message]
2024-01-22 11:54 ` [PATCH 02/18] fwu: metadata: Migrate to version 2 of the structure Sughosh Ganu
2024-01-24 11:22 ` Ilias Apalodimas
2024-01-22 11:54 ` [PATCH 03/18] drivers: fwu: Add the size parameter to the metadata access API's Sughosh Ganu
2024-01-22 11:54 ` [PATCH 04/18] fwu: Add some API's for metadata version 2 access Sughosh Ganu
2024-01-22 11:54 ` [PATCH 05/18] lib: fwu: Make changes to support version 2 of FWU metadata Sughosh Ganu
2024-01-22 11:54 ` [PATCH 06/18] drivers: fwu: mtd: Allocate buffer for image info dynamically Sughosh Ganu
2024-01-22 11:54 ` [PATCH 07/18] drivers: fwu: Allocate memory for metadata copies Sughosh Ganu
2024-01-22 11:54 ` [PATCH 08/18] fwu: Add a function to put a bank in Trial State Sughosh Ganu
2024-01-22 11:54 ` [PATCH 09/18] capsule: Accept a bank on a successful update Sughosh Ganu
2024-01-22 11:54 ` [PATCH 10/18] fwu: mtd: Modify the DFU API's to align with metadata version 2 Sughosh Ganu
2024-01-22 11:54 ` [PATCH 11/18] efi_firmware: fwu: Do not read FWU metadata on sandbox Sughosh Ganu
2024-01-22 11:54 ` [PATCH 12/18] efi_firmware: fwu: Get the number of FWU banks at runtime Sughosh Ganu
2024-01-22 11:54 ` [PATCH 13/18] cmd: fwu: Align the command with metadata version 2 Sughosh Ganu
2024-01-22 11:54 ` [PATCH 14/18] test: fwu: Align the FWU metadata access test with " Sughosh Ganu
2024-01-22 11:54 ` [PATCH 15/18] fwu: Remove the config symbols for number of banks and images Sughosh Ganu
2024-01-22 11:54 ` [PATCH 16/18] tools: mkfwumdata: Migrate to metadata version 2 Sughosh Ganu
2024-01-22 11:54 ` [PATCH 17/18] configs: fwu: Re-enable FWU configs Sughosh Ganu
2024-01-22 11:54 ` [PATCH 18/18] doc: fwu: Make changes for supporting FWU Metadata version 2 Sughosh Ganu
2024-01-24 10:05 ` [PATCH 00/18] FWU: Migrate FWU metadata to " Ilias Apalodimas
2024-01-26 15:09 ` Michal Simek
2024-01-29 6:34 ` Sughosh Ganu
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=ZbDzl9Jcg4cbHpp6@hera \
--to=ilias.apalodimas@linaro.org \
--cc=etienne.carriere@foss.st.com \
--cc=masahisa.kojima@linaro.org \
--cc=patrice.chotard@foss.st.com \
--cc=patrick.delaunay@foss.st.com \
--cc=sughosh.ganu@linaro.org \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
--cc=yann.gautier@st.com \
/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.