Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-11-04 Thread Tom Rini
On Thu, Nov 04, 2021 at 09:12:02AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 4 Nov 2021 at 08:55, Tom Rini wrote: > > > > On Wed, Nov 03, 2021 at 08:49:01PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 1 Nov 2021 at 15:58, Tom Rini wrote: > > > > > > > > On Sun, Oct 31,

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-11-04 Thread Simon Glass
Hi Tom, On Thu, 4 Nov 2021 at 08:55, Tom Rini wrote: > > On Wed, Nov 03, 2021 at 08:49:01PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 1 Nov 2021 at 15:58, Tom Rini wrote: > > > > > > On Sun, Oct 31, 2021 at 05:46:43PM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed,

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-11-04 Thread Tom Rini
On Wed, Nov 03, 2021 at 08:49:01PM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 1 Nov 2021 at 15:58, Tom Rini wrote: > > > > On Sun, Oct 31, 2021 at 05:46:43PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 27 Oct 2021 at 07:13, Tom Rini wrote: > > > > > > > > On Wed, Oct 27,

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-11-03 Thread Simon Glass
Hi Tom, On Mon, 1 Nov 2021 at 15:58, Tom Rini wrote: > > On Sun, Oct 31, 2021 at 05:46:43PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 27 Oct 2021 at 07:13, Tom Rini wrote: > > > > > > On Wed, Oct 27, 2021 at 02:21:17PM +0200, Heinrich Schuchardt wrote: > > > > > > > > > > > > On

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-11-01 Thread Tom Rini
On Sun, Oct 31, 2021 at 05:46:43PM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 27 Oct 2021 at 07:13, Tom Rini wrote: > > > > On Wed, Oct 27, 2021 at 02:21:17PM +0200, Heinrich Schuchardt wrote: > > > > > > > > > On 10/27/21 10:50, Ilias Apalodimas wrote: > > > > Hi Simon > > > > > > > > How

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-10-31 Thread Simon Glass
Hi Tom, On Wed, 27 Oct 2021 at 07:13, Tom Rini wrote: > > On Wed, Oct 27, 2021 at 02:21:17PM +0200, Heinrich Schuchardt wrote: > > > > > > On 10/27/21 10:50, Ilias Apalodimas wrote: > > > Hi Simon > > > > > > How does this patch related to the standard boot series? Shouldn't > > > this be a

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-10-31 Thread Simon Glass
Hi Heinrich, On Wed, 27 Oct 2021 at 06:21, Heinrich Schuchardt wrote: > > > > On 10/27/21 10:50, Ilias Apalodimas wrote: > > Hi Simon > > > > How does this patch related to the standard boot series? Shouldn't > > this be a completely separate patch? Probably, but I lose track of all the

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-10-27 Thread Tom Rini
On Wed, Oct 27, 2021 at 02:21:17PM +0200, Heinrich Schuchardt wrote: > > > On 10/27/21 10:50, Ilias Apalodimas wrote: > > Hi Simon > > > > How does this patch related to the standard boot series? Shouldn't > > this be a completely separate patch? > > > > Thanks > > /Ilias > > > > On Sun, 24

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-10-27 Thread Heinrich Schuchardt
On 10/27/21 10:50, Ilias Apalodimas wrote: Hi Simon How does this patch related to the standard boot series? Shouldn't this be a completely separate patch? Thanks /Ilias On Sun, 24 Oct 2021 at 02:26, Simon Glass wrote: LTO (Link-Time Optimisation) is an very useful feature which can

Re: [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-10-27 Thread Ilias Apalodimas
Hi Simon How does this patch related to the standard boot series? Shouldn't this be a completely separate patch? Thanks /Ilias On Sun, 24 Oct 2021 at 02:26, Simon Glass wrote: > > LTO (Link-Time Optimisation) is an very useful feature which can > significantly reduce the size of U-Boot

[PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

2021-10-23 Thread Simon Glass
LTO (Link-Time Optimisation) is an very useful feature which can significantly reduce the size of U-Boot binaries. So far it has been made available for selected ARM boards and sandbox. However, incremental builds are much slower when LTO is used. For example, an incremental build of sandbox