Re: [RFC PATCH 0/6] Clean up arm linker scripts

2024-03-01 Thread Ilias Apalodimas
Thanks Sam On Thu, 29 Feb 2024 at 23:07, Sam Edwards wrote: > > > > On 2/28/24 04:15, Ilias Apalodimas wrote: > > On Wed, 28 Feb 2024 at 13:11, Peter Robinson wrote: > >> > >> On Wed, 28 Feb 2024 at 10:58, Ilias Apalodimas > >> wrote: > >>> > >>> The arm linker scripts had a mix of symbols and

Re: [RFC PATCH 0/6] Clean up arm linker scripts

2024-02-29 Thread Tom Rini
On Thu, Feb 29, 2024 at 02:07:39PM -0700, Sam Edwards wrote: > > > On 2/28/24 04:15, Ilias Apalodimas wrote: > > On Wed, 28 Feb 2024 at 13:11, Peter Robinson wrote: > > > > > > On Wed, 28 Feb 2024 at 10:58, Ilias Apalodimas > > > wrote: > > > > > > > > The arm linker scripts had a mix of symb

Re: [RFC PATCH 0/6] Clean up arm linker scripts

2024-02-29 Thread Sam Edwards
On 2/28/24 04:15, Ilias Apalodimas wrote: On Wed, 28 Feb 2024 at 13:11, Peter Robinson wrote: On Wed, 28 Feb 2024 at 10:58, Ilias Apalodimas wrote: The arm linker scripts had a mix of symbols and C defined variables in an effort to emit relative references instead of absolute ones e.g [0

Re: [RFC PATCH 0/6] Clean up arm linker scripts

2024-02-28 Thread Ilias Apalodimas
On Wed, 28 Feb 2024 at 13:11, Peter Robinson wrote: > > On Wed, 28 Feb 2024 at 10:58, Ilias Apalodimas > wrote: > > > > The arm linker scripts had a mix of symbols and C defined variables in an > > effort to emit relative references instead of absolute ones e.g [0]. > > This has led to confusion

Re: [RFC PATCH 0/6] Clean up arm linker scripts

2024-02-28 Thread Peter Robinson
On Wed, 28 Feb 2024 at 10:58, Ilias Apalodimas wrote: > > The arm linker scripts had a mix of symbols and C defined variables in an > effort to emit relative references instead of absolute ones e.g [0]. > This has led to confusion over the years, ending up with mixed section > definitions. Some se

[RFC PATCH 0/6] Clean up arm linker scripts

2024-02-28 Thread Ilias Apalodimas
The arm linker scripts had a mix of symbols and C defined variables in an effort to emit relative references instead of absolute ones e.g [0]. This has led to confusion over the years, ending up with mixed section definitions. Some sections being defined with overlays and different definitions betw