U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Gerhold <stephan.gerhold@linaro.org>
To: Casey Connolly <casey.connolly@linaro.org>
Cc: u-boot@lists.denx.de, Sumit Garg <sumit.garg@kernel.org>,
	u-boot-qcom@groups.io, Tom Rini <trini@konsulko.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>,
	Varadarajan Narayanan <quic_varada@quicinc.com>,
	Quentin Schulz <quentin.schulz@cherry.de>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Peng Fan <peng.fan@nxp.com>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Aswin Murugan <aswin.murugan@oss.qualcomm.com>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Michal Simek <michal.simek@amd.com>,
	David Lechner <dlechner@baylibre.com>
Subject: Re: [PATCH v7 6/6] configs: qcom: use mkmbn and stop building ELF files
Date: Thu, 21 May 2026 14:23:26 +0200	[thread overview]
Message-ID: <ag75Ptql-v0Z7PjX@linaro.org> (raw)
In-Reply-To: <20260511-b4-qcom-tooling-improvements-v7-6-0c06346e79a9@linaro.org>

On Mon, May 11, 2026 at 03:57:48PM +0200, Casey Connolly wrote:
> With mkmbn integrated we now no longer need CONFIG_REMAKE_ELF to then
> run qtestsign and can instead just enable QCOM_GENERATE_MBN to have
> mkmbn emit an MBN file directly.
> 
> While we're here, finally rename the db410c and 820c defconfigs to have
> the qcom_ prefix.
> 
> Tested on qcs6490 and sm8550.
> 
> Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
> ---
> [...]
>  configs/{dragonboard410c_defconfig => qcom_dragonboard410c_defconfig} | 2 +-
. [...]
>  7 files changed, 6 insertions(+), 6 deletions(-)
> 
> [...]
> diff --git a/configs/dragonboard410c_defconfig b/configs/qcom_dragonboard410c_defconfig
> similarity index 98%
> rename from configs/dragonboard410c_defconfig
> rename to configs/qcom_dragonboard410c_defconfig
> index 51ad265688c4..e93f5f3094f4 100644
> --- a/configs/dragonboard410c_defconfig
> +++ b/configs/qcom_dragonboard410c_defconfig
> @@ -11,9 +11,9 @@ CONFIG_ENV_OFFSET=0x0
>  CONFIG_DEFAULT_DEVICE_TREE="qcom/apq8016-sbc"
>  CONFIG_OF_LIBFDT_OVERLAY=y
>  CONFIG_SYS_LOAD_ADDR=0x80080000
>  CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C"
> -CONFIG_REMAKE_ELF=y
> +CONFIG_QCOM_GENERATE_MBN=y
>  CONFIG_BUTTON_CMD=y
>  CONFIG_FIT=y
>  CONFIG_BOOTSTD_FULL=y
>  CONFIG_OF_BOARD_SETUP=y

Thanks, this simplifies testing U-Boot changes a lot!

Tested-by: Stephan Gerhold <stephan.gerhold@linaro.org> # db410c

Thanks,
Stephan

  reply	other threads:[~2026-05-21 12:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-11 13:57 [PATCH v7 0/6] Qualcomm: teach the build system to emit signed ELF images Casey Connolly
2026-05-11 13:57 ` [PATCH v7 1/6] config.mk: support vendor generic includes Casey Connolly
2026-06-08 14:27   ` Tom Rini
2026-05-11 13:57 ` [PATCH v7 2/6] tools: qcom: introduce mkmbn library Casey Connolly
2026-05-11 13:57 ` [PATCH v7 3/6] tools: qcom: add mkmbn.py Casey Connolly
2026-05-11 13:57 ` [PATCH v7 4/6] doc: board/qualcomm: update docs for new u-boot.mbn target Casey Connolly
2026-05-11 13:57 ` [PATCH v7 5/6] mach-snapdragon: add kconfig infra for building MBN files Casey Connolly
2026-06-08 14:28   ` Tom Rini
2026-05-11 13:57 ` [PATCH v7 6/6] configs: qcom: use mkmbn and stop building ELF files Casey Connolly
2026-05-21 12:23   ` Stephan Gerhold [this message]
2026-07-20 13:10 ` [PATCH v7 0/6] Qualcomm: teach the build system to emit signed ELF images Casey Connolly

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=ag75Ptql-v0Z7PjX@linaro.org \
    --to=stephan.gerhold@linaro.org \
    --cc=aswin.murugan@oss.qualcomm.com \
    --cc=balaji.selvanathan@oss.qualcomm.com \
    --cc=casey.connolly@linaro.org \
    --cc=dlechner@baylibre.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=michal.simek@amd.com \
    --cc=neil.armstrong@linaro.org \
    --cc=peng.fan@nxp.com \
    --cc=quentin.schulz@cherry.de \
    --cc=quic_varada@quicinc.com \
    --cc=sumit.garg@kernel.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox