Re: [U-Boot] [PATCH] ARM: provide a valid exception stack address for startup code

2017-06-16 Thread Simon Glass
+Tom On 13 June 2017 at 01:06, Lothar Waßmann wrote: > Hi, > > On Mon, 12 Jun 2017 17:50:45 -0600 Simon Glass wrote: >> On 8 June 2017 at 02:16, Lothar Waßmann wrote: >> > Create exception stack in IRAM if available to facilitate debugging of

Re: [U-Boot] [PATCH] ARM: provide a valid exception stack address for startup code

2017-06-13 Thread Lothar Waßmann
Hi, On Mon, 12 Jun 2017 17:50:45 -0600 Simon Glass wrote: > On 8 June 2017 at 02:16, Lothar Waßmann wrote: > > Create exception stack in IRAM if available to facilitate debugging of > > pre-relocation code by catching exceptions rather than stopping dead. > > > >

Re: [U-Boot] [PATCH] ARM: provide a valid exception stack address for startup code

2017-06-12 Thread Simon Glass
On 8 June 2017 at 02:16, Lothar Waßmann wrote: > Create exception stack in IRAM if available to facilitate debugging of > pre-relocation code by catching exceptions rather than stopping dead. > > Signed-off-by: Lothar Waßmann > --- >

[U-Boot] [PATCH] ARM: provide a valid exception stack address for startup code

2017-06-08 Thread Lothar Waßmann
Create exception stack in IRAM if available to facilitate debugging of pre-relocation code by catching exceptions rather than stopping dead. Signed-off-by: Lothar Waßmann --- arch/arm/lib/vectors.S | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git