Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-19 Thread Albert ARIBAUD
Hello Bill, On Mon, 19 Jan 2015 10:40:07 -0500, Bill Pringlemeir bpringlem...@nbsps.com wrote: On Mon, 19 Jan 2015 11:11:34 +0100, Luca Ellero As far as I can see the mechanism to relocate vectors is implemented only on iMX25/27 and involves high vectors address (0x). On 19

Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-19 Thread Luca Ellero
Hi Albert, On 19/01/2015 11:28, Albert ARIBAUD wrote: Hello Luca, On Mon, 19 Jan 2015 11:11:34 +0100, Luca Ellero luca.ell...@brickedbrain.com wrote: Hi Albert, On 17/01/2015 07:40, Albert ARIBAUD wrote: Hello Luca, On Mon, 29 Dec 2014 16:10:53 +0100, Luca Ellero

Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-19 Thread Bill Pringlemeir
On Mon, 19 Jan 2015 11:11:34 +0100, Luca Ellero As far as I can see the mechanism to relocate vectors is implemented only on iMX25/27 and involves high vectors address (0x). On 19 Jan 2015, albert.u.b...@aribaud.net wrote: You are correct that the mechanism is /used/ only by mx25

Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-19 Thread Luca Ellero
Hi Albert, On 17/01/2015 07:40, Albert ARIBAUD wrote: Hello Luca, On Mon, 29 Dec 2014 16:10:53 +0100, Luca Ellero luca.ell...@brickedbrain.com wrote: After relocation, exception vectors still point to the old code (not relocated). This patch fixes them. Signed-off-by: Luca Ellero

Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-19 Thread Albert ARIBAUD
Hello Luca, On Mon, 19 Jan 2015 11:11:34 +0100, Luca Ellero luca.ell...@brickedbrain.com wrote: Hi Albert, On 17/01/2015 07:40, Albert ARIBAUD wrote: Hello Luca, On Mon, 29 Dec 2014 16:10:53 +0100, Luca Ellero luca.ell...@brickedbrain.com wrote: After relocation, exception vectors

Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-16 Thread Albert ARIBAUD
Hello Luca, On Mon, 29 Dec 2014 16:10:53 +0100, Luca Ellero luca.ell...@brickedbrain.com wrote: After relocation, exception vectors still point to the old code (not relocated). This patch fixes them. Signed-off-by: Luca Ellero luca.ell...@brickedbrain.com --- arch/arm/lib/relocate.S |