All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: Tom Rini <trini@konsulko.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	AKASHI Takahiro <takahiro.akashi@linaro.org>,
	 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Subject: Re: [PATCH 3/5] rcar3_salvator-x: Drop EFI_LOADER
Date: Mon, 14 Mar 2022 12:24:43 -0600	[thread overview]
Message-ID: <CAPnjgZ0a=TxeyuBmT8JRdj-NK5SP3QGmn_a_44Z5gt8RaL0brw@mail.gmail.com> (raw)
In-Reply-To: <20220314125407.GF9986@bill-the-cat>

Hi Tom,

On Mon, 14 Mar 2022 at 06:54, Tom Rini <trini@konsulko.com> wrote:
>
> On Fri, Mar 11, 2022 at 07:24:42PM -0700, Simon Glass wrote:
> > Hi Tom,
> >
> > On Fri, 11 Mar 2022 at 13:21, Tom Rini <trini@konsulko.com> wrote:
> > >
> > > On Fri, Mar 11, 2022 at 12:10:03PM -0700, Simon Glass wrote:
> > >
> > > > This board is too close to the limit to enable this feature. Drop it.
> > > >
> > > > Signed-off-by: Simon Glass <sjg@chromium.org>
> > > > ---
> > > >
> > > >  configs/rcar3_salvator-x_defconfig | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig
> > > > index 5fb27d257af..402d56a1321 100644
> > > > --- a/configs/rcar3_salvator-x_defconfig
> > > > +++ b/configs/rcar3_salvator-x_defconfig
> > > > @@ -102,4 +102,4 @@ CONFIG_USB_EHCI_HCD=y
> > > >  CONFIG_USB_EHCI_GENERIC=y
> > > >  CONFIG_USB_STORAGE=y
> > > >  CONFIG_OF_LIBFDT_OVERLAY=y
> > > > -# CONFIG_EFI_UNICODE_CAPITALIZATION is not set
> > > > +# CONFIG_EFI_LOADER is not set
> > >
> > > How close to the limit, but also how interested are the maintainers in
> > > having UEFI boot?  This is likely another place where run-time checking
> > > LTO is advised, but is likely fine as rzg2_beacon already enables it.
> >
> > About 2.5KB:
> >
> > u-boot.img exceeds file size limit:
> >   limit:  0x100000 bytes
> >   actual: 0x1009b5 bytes
> >   excess: 0x9b5 bytes
> >
> > The board is pretty big - looks like >100KB for the pinmux stuff.
>
> Well, being an arm64 board, it probably wants to stay using standard
> boot methods, so enable LTO rather than disable functionality is likely
> the first path to take, but I'll let the board maintainers chime in.

OK I'll wait for the chime.

Regards,
Simon

  reply	other threads:[~2022-03-14 18:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-11 19:10 [PATCH 0/5] Reduce size of a few boards Simon Glass
2022-03-11 19:10 ` [PATCH 1/5] disk: Add an option for partitions in SPL Simon Glass
2022-03-14 12:49   ` Tom Rini
2022-03-14 18:24     ` Simon Glass
2022-03-14 18:31       ` Tom Rini
2022-03-14 19:21         ` Simon Glass
2022-03-14 19:38           ` Tom Rini
2022-03-26  2:46   ` Tom Rini
2022-04-14  8:30   ` AKASHI Takahiro
2022-03-11 19:10 ` [PATCH 2/5] tbs2910: Disable ext4 write Simon Glass
2022-03-11 19:58   ` Tom Rini
2022-03-12  2:24     ` Simon Glass
2022-03-12  4:04       ` Tom Rini
2022-03-12  5:02         ` Simon Glass
2022-03-11 22:57   ` Soeren Moch
2022-03-12  4:45     ` Simon Glass
2022-03-11 19:10 ` [PATCH 3/5] rcar3_salvator-x: Drop EFI_LOADER Simon Glass
2022-03-11 20:21   ` Tom Rini
2022-03-12  2:24     ` Simon Glass
2022-03-14 12:54       ` Tom Rini
2022-03-14 18:24         ` Simon Glass [this message]
2022-03-11 19:10 ` [PATCH 4/5] phycore-rk3288: Avoid enabling partition support in SPL Simon Glass
2022-04-20 12:22   ` Kever Yang
2022-03-11 19:10 ` [PATCH 5/5] disk: Use a helper function to reduce duplication Simon Glass

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='CAPnjgZ0a=TxeyuBmT8JRdj-NK5SP3QGmn_a_44Z5gt8RaL0brw@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=iwamatsu@nigauri.org \
    --cc=takahiro.akashi@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.