Re: [PATCH] arm: move _end to linker symbols

2024-06-10 Thread Tom Rini
On Tue, 28 May 2024 09:18:27 +0300, Ilias Apalodimas wrote: > commit 6e2228fb052b ("Merge patch series "Clean up arm linker scripts") > was cleaning up linker scripts for armv7 and v8 but was leaving > _end and __secure_stack_start/end. > > commit d0b5d9da5de2 ("arm: make _end compiler-generated"

Re: [PATCH] arm: move _end to linker symbols

2024-05-28 Thread Ilias Apalodimas
[...] > > > - *(.__end) > > > - } >.sram > > > - > > > + _end = .; > > > > Does this have any kind of consequence in terms of checking the offset of > > .end vs > > the SRAM size ? (.sram) > > The value of _end does grow by 16b on the SPL for the kria boards, but > it doesn't

Re: [PATCH] arm: move _end to linker symbols

2024-05-28 Thread Ilias Apalodimas
Hi Eugen On Tue, 28 May 2024 at 09:40, Eugen Hristev wrote: > > On 5/28/24 09:18, Ilias Apalodimas wrote: > > commit 6e2228fb052b ("Merge patch series "Clean up arm linker scripts") > > was cleaning up linker scripts for armv7 and v8 but was leaving > > _end and __secure_stack_start/end. > > > >

Re: [PATCH] arm: move _end to linker symbols

2024-05-27 Thread Eugen Hristev
On 5/28/24 09:18, Ilias Apalodimas wrote: > commit 6e2228fb052b ("Merge patch series "Clean up arm linker scripts") > was cleaning up linker scripts for armv7 and v8 but was leaving > _end and __secure_stack_start/end. > > commit d0b5d9da5de2 ("arm: make _end compiler-generated") > was moving _end

[PATCH] arm: move _end to linker symbols

2024-05-27 Thread Ilias Apalodimas
commit 6e2228fb052b ("Merge patch series "Clean up arm linker scripts") was cleaning up linker scripts for armv7 and v8 but was leaving _end and __secure_stack_start/end. commit d0b5d9da5de2 ("arm: make _end compiler-generated") was moving _end to be compiler generated. _end is defined as c variab