U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: Said Nasibov <said.nasibov@arm.com>
Cc: <u-boot@lists.denx.de>, <trini@konsulko.com>, <sjg@chromium.org>,
	<peter.hoyes@arm.com>, <david.hu2@arm.com>,
	<michael.zhao2@arm.com>, <marek.vasut+renesas@mailbox.org>,
	<mkorpershoek@kernel.org>, <pbrobinson@gmail.com>,
	<ilias.apalodimas@linaro.org>, <m.schwan@phytec.de>,
	<quentin.schulz@cherry.de>, <rayagonda.kokatanur@broadcom.com>,
	<tien.fong.chee@altera.com>, <casey.connolly@linaro.org>,
	<patrick.rudolph@9elements.com>, <alif.zakuan.yuslaimi@intel.com>,
	<boyan.karatotev@arm.com>, <Oliver.Gaskell@analog.com>,
	<duje@dujemihanovic.xyz>, <1425075683@qq.com>
Subject: Re: [RFC PATCH 2/2] vexpress64: replace distro boot with standard boot
Date: Wed, 10 Sep 2025 17:48:21 +0100	[thread overview]
Message-ID: <20250910174821.4294fb17@donnerap> (raw)
In-Reply-To: <20250828130657.249153-3-said.nasibov@arm.com>

On Thu, 28 Aug 2025 14:06:57 +0100
Said Nasibov <said.nasibov@arm.com> wrote:

Hi,

> This commit updates vexpress64 configs to default to standard boot, and
> explicitly select bootmeth_smh when standard boot is enabled.
> 
> The distro boot related variables are deliberately not removed to preserve
> compatibility with existing distro boot flows.
> 
> Signed-off-by: Said Nasibov <said.nasibov@arm.com>
> ---
>  arch/arm/Kconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 5872455a0fe..527a865e4dc 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1413,7 +1413,8 @@ config ARCH_VEXPRESS64
>  	select MTD_NOR_FLASH if MTD
>  	select FLASH_CFI_DRIVER if MTD
>  	select ENV_IS_IN_FLASH if MTD
> -	imply DISTRO_DEFAULTS
> +	imply BOOTSTD_DEFAULTS
> +	select BOOTMETH_SMH if BOOTSTD

This will not work, since the Juno board is also VEXPRESS64, but does not
feature semihosting. "make vexpress_aemv8a_juno_defconfig" consequently
produces warnings during configuration.

 	select BOOTMETH_SMH if BOOTSTD && SEMIHOSTING

should fix that.

Cheers,
Andre

>  config TARGET_CORSTONE1000
>  	bool "Support Corstone1000 Platform"


      reply	other threads:[~2025-09-10 16:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-28 13:06 [RFC PATCH 0/2] VExpress64: Migrate to Standard Boot Said Nasibov
2025-08-28 13:06 ` [RFC PATCH 1/2] bootmeth: implement semihosting (smh) boot method Said Nasibov
2025-08-28 17:34   ` Tom Rini
2025-09-10 16:48   ` Andre Przywara
2025-09-11 15:58     ` Sean Anderson
2025-08-28 13:06 ` [RFC PATCH 2/2] vexpress64: replace distro boot with standard boot Said Nasibov
2025-09-10 16:48   ` Andre Przywara [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=20250910174821.4294fb17@donnerap \
    --to=andre.przywara@arm.com \
    --cc=1425075683@qq.com \
    --cc=Oliver.Gaskell@analog.com \
    --cc=alif.zakuan.yuslaimi@intel.com \
    --cc=boyan.karatotev@arm.com \
    --cc=casey.connolly@linaro.org \
    --cc=david.hu2@arm.com \
    --cc=duje@dujemihanovic.xyz \
    --cc=ilias.apalodimas@linaro.org \
    --cc=m.schwan@phytec.de \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=michael.zhao2@arm.com \
    --cc=mkorpershoek@kernel.org \
    --cc=patrick.rudolph@9elements.com \
    --cc=pbrobinson@gmail.com \
    --cc=peter.hoyes@arm.com \
    --cc=quentin.schulz@cherry.de \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=said.nasibov@arm.com \
    --cc=sjg@chromium.org \
    --cc=tien.fong.chee@altera.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox