Re: [PATCH v3 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-09-26 Thread Simon Glass
+Stefano Babic who might know On Sat, 25 Sept 2021 at 16:36, Scott Wood wrote: > > On Sat, 2021-09-25 at 09:46 -0600, Simon Glass wrote: > > Hi Scott, > > > > On Thu, 5 Aug 2021 at 13:20, Simon Glass wrote: > > > > > > Hi Scott, > > > > > > On Wed, 4 Aug 2021 at 13:53, Scott Wood wrote: > > >

Re: [PATCH v3 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-09-25 Thread Scott Wood
On Sat, 2021-09-25 at 09:46 -0600, Simon Glass wrote: > Hi Scott, > > On Thu, 5 Aug 2021 at 13:20, Simon Glass wrote: > > > > Hi Scott, > > > > On Wed, 4 Aug 2021 at 13:53, Scott Wood wrote: > > > > > > On Sun, 2021-08-01 at 14:59 -0600, Simon Glass wrote: > > > > This symbol is needed for

Re: [PATCH v3 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-09-25 Thread Simon Glass
Hi Scott, On Thu, 5 Aug 2021 at 13:20, Simon Glass wrote: > > Hi Scott, > > On Wed, 4 Aug 2021 at 13:53, Scott Wood wrote: > > > > On Sun, 2021-08-01 at 14:59 -0600, Simon Glass wrote: > > > This symbol is needed for binman to locate the start of the image. Add it. > > > > > > Note: the

Re: [PATCH v3 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-08-05 Thread Simon Glass
Hi Scott, On Wed, 4 Aug 2021 at 13:53, Scott Wood wrote: > > On Sun, 2021-08-01 at 14:59 -0600, Simon Glass wrote: > > This symbol is needed for binman to locate the start of the image. Add it. > > > > Note: the existing line to bring in the .__image_copy_start symbol does > > not appear to do

Re: [PATCH v3 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-08-04 Thread Scott Wood
On Sun, 2021-08-01 at 14:59 -0600, Simon Glass wrote: > This symbol is needed for binman to locate the start of the image. Add it. > > Note: the existing line to bring in the .__image_copy_start symbol does > not appear to do anything. > > Signed-off-by: Simon Glass > --- > I have copied Scott

[PATCH v3 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-08-01 Thread Simon Glass
This symbol is needed for binman to locate the start of the image. Add it. Note: the existing line to bring in the .__image_copy_start symbol does not appear to do anything. Signed-off-by: Simon Glass --- I have copied Scott Wood who originally added the line about the __image_copy_start in the