[PATCH 3/5] rcar3_salvator-x: Drop EFI_LOADER

Simon Glass sjg at chromium.org
Sat Mar 12 03:24:42 CET 2022


Hi Tom,

On Fri, 11 Mar 2022 at 13:21, Tom Rini <trini at 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 at 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.

Regards,
Simon


More information about the U-Boot mailing list