public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: trini@konsulko.com, u-boot@lists.denx.de, agraf@csgraf.de,
	ilias.apalodimas@linaro.org, kettenis@openbsd.org,
	masahisa.kojima@linaro.org, pbrobinson@gmail.com,
	sughosh.ganu@linaro.org, vagrant@debian.org
Subject: Re: [PATCH] efi_loader: Do not enable by default on armv7
Date: Sun, 27 Jun 2021 23:08:04 +0200 (CEST)	[thread overview]
Message-ID: <56136edbeb59bafc@bloch.sibelius.xs4all.nl> (raw)
In-Reply-To: <ce41b2b2-36d6-88ae-ab63-99e38be20226@gmx.de> (message from Heinrich Schuchardt on Sun, 27 Jun 2021 23:03:58 +0200)

> From: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Date: Sun, 27 Jun 2021 23:03:58 +0200
> 
> On 6/27/21 9:44 PM, Tom Rini wrote:
> > We have had EFI loader support enabled by default on armv7 platforms for
> > a long time now.  However, there has been little uptake in the wider
> > community to use EFI loader support as the step to start a generic OS
> > distribution, on this architecture family and the focus has been on
> > armv8 instead.  Disable this by default for armv7 only.
> 
> NAK
> 
> Please, read https://fedoraproject.org/wiki/Changes/uEFIforARMv7.

+1

OpenBSD/armv7 relies on EFI loader support as well.

Cheers.

> > Cc: Alexander Graf <agraf@csgraf.de>
> > Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
> > Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> > Cc: Mark Kettenis <kettenis@openbsd.org>
> > Cc: Masahisa Kojima <masahisa.kojima@linaro.org>
> > Cc: Peter Robinson <pbrobinson@gmail.com>
> > Cc: Sughosh Ganu <sughosh.ganu@linaro.org>
> > Cc: Vagrant Cascadian <vagrant@debian.org>
> > Signed-off-by: Tom Rini <trini@konsulko.com>
> > ---
> > I'm very much looking for feedback here that this is the wrong approach
> > and that I've missed the off the shelf distributions that make use of
> > this.
> > ---
> >   lib/efi_loader/Kconfig | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
> > index 6242caceb7f9..8a22fe9951a3 100644
> > --- a/lib/efi_loader/Kconfig
> > +++ b/lib/efi_loader/Kconfig
> > @@ -10,7 +10,7 @@ config EFI_LOADER
> >   	depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
> >   	# We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
> >   	depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
> > -	default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8
> > +	default y if !ARM || SYS_CPU = armv8
> >   	select LIB_UUID
> >   	select HAVE_BLOCK_DEVICE
> >   	select REGEX
> >
> 
> 

  reply	other threads:[~2021-06-27 21:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-27 19:44 [PATCH] efi_loader: Do not enable by default on armv7 Tom Rini
2021-06-27 21:03 ` Heinrich Schuchardt
2021-06-27 21:08   ` Mark Kettenis [this message]
2021-06-27 21:22     ` Tom Rini
2021-06-28  7:45       ` Peter Robinson
2021-06-28  7:54         ` Ilias Apalodimas
2021-06-27 21:11   ` Heinrich Schuchardt

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=56136edbeb59bafc@bloch.sibelius.xs4all.nl \
    --to=mark.kettenis@xs4all.nl \
    --cc=agraf@csgraf.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=kettenis@openbsd.org \
    --cc=masahisa.kojima@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=sughosh.ganu@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vagrant@debian.org \
    --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