From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Neil Armstrong <neil.armstrong@linaro.org>,
Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de, Neil Armstrong <neil.armstrong@linaro.org>,
Dmitrii Merkurev <dimorinny@google.com>
Subject: Re: [PATCH RFT v6 3/3] fastboot: integrate block flashing back-end
Date: Wed, 02 Jul 2025 15:50:33 +0200 [thread overview]
Message-ID: <875xgau2fq.fsf@kernel.org> (raw)
In-Reply-To: <20250630-topic-fastboot-blk-v6-3-7cdfd3a24786@linaro.org>
On Mon, Jun 30, 2025 at 17:19, Neil Armstrong <neil.armstrong@linaro.org> wrote:
> From: Dmitrii Merkurev <dimorinny@google.com>
>
> 1. Get partition info/size
> 2. Erase partition
> 3. Flash partition
> 4. BCB
>
> Make FASTBOOT_FLASH also depend on BLK, but make sure
> it doesn't affect SUNXI and ROCKCHIP platforms since they
> default to y already.
>
> Make it only default on SUNXI when MMC or NAND is enabled,
> so it doesn't break the CHIP & Ninendo boards, and for ROCKCHIP
s/Ninendo/Nintendo/ ?
I can fix when applying if needed.
Mattijs
> when MMC is enabled.
>
> Signed-off-by: Dmitrii Merkurev <dimorinny@google.com>
> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> Tested-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> drivers/fastboot/Kconfig | 32 ++++++++++++++++++++++++++++++--
> drivers/fastboot/Makefile | 1 +
> drivers/fastboot/fb_command.c | 8 ++++++++
> drivers/fastboot/fb_common.c | 22 ++++++++++++++++++----
> drivers/fastboot/fb_getvar.c | 8 +++++++-
> 5 files changed, 64 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig
> index 70207573de2bd0d56b4b7fa6f7e17fdc5803ba15..b2b20a2c5e430cccc49fd6c04d6fb8825b67ec04 100644
> --- a/drivers/fastboot/Kconfig
prev parent reply other threads:[~2025-07-02 13:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-30 15:19 [PATCH RFT v6 0/3] fastboot: add support for generic block flashing Neil Armstrong
2025-06-30 15:19 ` [PATCH RFT v6 1/3] fastboot: blk: introduce fastboot block flashing support Neil Armstrong
2025-07-02 2:59 ` Lothar Waßmann
2025-07-09 8:19 ` Mattijs Korpershoek
2025-07-21 11:04 ` Neil Armstrong
2025-06-30 15:19 ` [PATCH RFT v6 2/3] fastboot: blk: switch emmc to use the block helpers Neil Armstrong
2025-06-30 15:19 ` [PATCH RFT v6 3/3] fastboot: integrate block flashing back-end Neil Armstrong
2025-07-02 13:50 ` Mattijs Korpershoek [this message]
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=875xgau2fq.fsf@kernel.org \
--to=mkorpershoek@kernel.org \
--cc=dimorinny@google.com \
--cc=neil.armstrong@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.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.