Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-23 Thread Heinrich Schuchardt
On 10/19/2017 10:43 AM, Peter Robinson wrote: > On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard > wrote: >> The EFI loader support takes around 31kB on an ARMv7 board, which makes us >> trip across the size limit we've had on the U-Boot binary. >> >> Since it's

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Peter Robinson
On Fri, Oct 20, 2017 at 5:39 PM, Maxime Ripard wrote: > On Fri, Oct 20, 2017 at 08:54:43AM -0400, Tom Rini wrote: >> > > >> > If it's a false one, then I guess Red Hat doesn't have any kind of >> > > >> > custom defconfigs for Fedora or RHEL for the kernel? >> >

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Tom Rini
On Fri, Oct 20, 2017 at 06:39:18PM +0200, Maxime Ripard wrote: > On Fri, Oct 20, 2017 at 08:54:43AM -0400, Tom Rini wrote: > > > > >> > If it's a false one, then I guess Red Hat doesn't have any kind of > > > > >> > custom defconfigs for Fedora or RHEL for the kernel? > > > > >> > > > > >> kernel

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Maxime Ripard
On Fri, Oct 20, 2017 at 08:54:43AM -0400, Tom Rini wrote: > > > >> > If it's a false one, then I guess Red Hat doesn't have any kind of > > > >> > custom defconfigs for Fedora or RHEL for the kernel? > > > >> > > > >> kernel is part of the distro, "firmware" (ie. u-boot or whatever > > > >>

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Peter Robinson
On Fri, Oct 20, 2017 at 1:36 PM, Maxime Ripard wrote: > On Fri, Oct 20, 2017 at 01:27:36PM +0100, Peter Robinson wrote: >> On Fri, Oct 20, 2017 at 8:20 AM, Maxime Ripard >> wrote: >> > On Thu, Oct 19, 2017 at 05:40:20PM -0400,

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Tom Rini
On Fri, Oct 20, 2017 at 02:36:27PM +0200, Maxime Ripard wrote: > On Fri, Oct 20, 2017 at 01:27:36PM +0100, Peter Robinson wrote: > > On Fri, Oct 20, 2017 at 8:20 AM, Maxime Ripard > > wrote: > > > On Thu, Oct 19, 2017 at 05:40:20PM -0400, Rob Clark wrote: > > >>

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Maxime Ripard
On Fri, Oct 20, 2017 at 01:27:36PM +0100, Peter Robinson wrote: > On Fri, Oct 20, 2017 at 8:20 AM, Maxime Ripard > wrote: > > On Thu, Oct 19, 2017 at 05:40:20PM -0400, Rob Clark wrote: > >> On Thu, Oct 19, 2017 at 7:43 AM, Maxime Ripard > >>

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Peter Robinson
On Fri, Oct 20, 2017 at 8:20 AM, Maxime Ripard wrote: > On Thu, Oct 19, 2017 at 05:40:20PM -0400, Rob Clark wrote: >> On Thu, Oct 19, 2017 at 7:43 AM, Maxime Ripard >> wrote: >> > On Thu, Oct 19, 2017 at 10:12:36AM +0100, Peter

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-20 Thread Maxime Ripard
On Thu, Oct 19, 2017 at 05:40:20PM -0400, Rob Clark wrote: > On Thu, Oct 19, 2017 at 7:43 AM, Maxime Ripard > wrote: > > On Thu, Oct 19, 2017 at 10:12:36AM +0100, Peter Robinson wrote: > >> On Thu, Oct 19, 2017 at 10:06 AM, Peter Robinson

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Rob Clark
On Thu, Oct 19, 2017 at 7:43 AM, Maxime Ripard wrote: > On Thu, Oct 19, 2017 at 10:12:36AM +0100, Peter Robinson wrote: >> On Thu, Oct 19, 2017 at 10:06 AM, Peter Robinson >> wrote: >> > On Thu, Oct 19, 2017 at 10:01 AM, Maxime Ripard >> >

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Tom Rini
On Thu, Oct 19, 2017 at 10:26:49AM +0200, Maxime Ripard wrote: > The EFI loader support takes around 31kB on an ARMv7 board, which makes us > trip across the size limit we've had on the U-Boot binary. > > Since it's not an essential feature, disable it by default for ARCH_SUNXI > so that we get

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Maxime Ripard
On Thu, Oct 19, 2017 at 10:51:04AM +0200, Alexander Graf wrote: > > 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 d2b6327119b4..a80a914b2fe8 100644 > > --- a/lib/efi_loader/Kconfig

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Maxime Ripard
On Thu, Oct 19, 2017 at 01:39:28PM +0200, Mark Kettenis wrote: > > From: Maxime Ripard > > Date: Thu, 19 Oct 2017 10:26:49 +0200 > > > > The EFI loader support takes around 31kB on an ARMv7 board, which makes us > > trip across the size limit we've had on the

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Maxime Ripard
On Thu, Oct 19, 2017 at 10:12:36AM +0100, Peter Robinson wrote: > On Thu, Oct 19, 2017 at 10:06 AM, Peter Robinson wrote: > > On Thu, Oct 19, 2017 at 10:01 AM, Maxime Ripard > > wrote: > >> On Thu, Oct 19, 2017 at 09:43:20AM +0100, Peter

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Mark Kettenis
> From: Maxime Ripard > Date: Thu, 19 Oct 2017 10:26:49 +0200 > > The EFI loader support takes around 31kB on an ARMv7 board, which makes us > trip across the size limit we've had on the U-Boot binary. > > Since it's not an essential feature, disable it by

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Jonathan Gray
On Thu, Oct 19, 2017 at 10:51:04AM +0200, Alexander Graf wrote: > On 10/19/2017 10:26 AM, Maxime Ripard wrote: > > The EFI loader support takes around 31kB on an ARMv7 board, which makes us > > trip across the size limit we've had on the U-Boot binary. > > > > Since it's not an essential feature,

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Maxime Ripard
On Thu, Oct 19, 2017 at 10:06:15AM +0100, Peter Robinson wrote: > On Thu, Oct 19, 2017 at 10:01 AM, Maxime Ripard > wrote: > > On Thu, Oct 19, 2017 at 09:43:20AM +0100, Peter Robinson wrote: > >> On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard > >>

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Peter Robinson
On Thu, Oct 19, 2017 at 10:06 AM, Peter Robinson wrote: > On Thu, Oct 19, 2017 at 10:01 AM, Maxime Ripard > wrote: >> On Thu, Oct 19, 2017 at 09:43:20AM +0100, Peter Robinson wrote: >>> On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard >>>

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Peter Robinson
On Thu, Oct 19, 2017 at 10:01 AM, Maxime Ripard wrote: > On Thu, Oct 19, 2017 at 09:43:20AM +0100, Peter Robinson wrote: >> On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard >> wrote: >> > The EFI loader support takes around 31kB

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Maxime Ripard
On Thu, Oct 19, 2017 at 09:43:20AM +0100, Peter Robinson wrote: > On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard > wrote: > > The EFI loader support takes around 31kB on an ARMv7 board, which makes us > > trip across the size limit we've had on the U-Boot binary.

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Alexander Graf
On 10/19/2017 10:26 AM, Maxime Ripard wrote: The EFI loader support takes around 31kB on an ARMv7 board, which makes us trip across the size limit we've had on the U-Boot binary. Since it's not an essential feature, disable it by default for ARCH_SUNXI so that we get back some extra room for

Re: [U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Peter Robinson
On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard wrote: > The EFI loader support takes around 31kB on an ARMv7 board, which makes us > trip across the size limit we've had on the U-Boot binary. > > Since it's not an essential feature, disable it by default for

[U-Boot] [PATCH 3/3] efi_loader: Do not enable it by default for sunxi

2017-10-19 Thread Maxime Ripard
The EFI loader support takes around 31kB on an ARMv7 board, which makes us trip across the size limit we've had on the U-Boot binary. Since it's not an essential feature, disable it by default for ARCH_SUNXI so that we get back some extra room for user customisations. Signed-off-by: Maxime