Re: [U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation

2015-03-02 Thread Stefano Babic
Hi Fabio, Magnus, Anatolji, Sebastian, On 23/02/2015 13:09, Fabio Estevam wrote: > Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") mx31 > does not boot anymore. > > Add a specific relocate_vectors macro that skips the vector relocation, as the > i.MX31 SoC does not provide R

Re: [U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation

2015-02-24 Thread Magnus Lilja
Hi On 23 February 2015 at 14:03, Anatolij Gustschin wrote: > Hi Fabio, > > On Mon, 23 Feb 2015 09:09:08 -0300 > Fabio Estevam wrote: > >> Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") mx31 >> does not boot anymore. >> >> Add a specific relocate_vectors macro that skips th

Re: [U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation

2015-02-23 Thread Anatolij Gustschin
Hi Fabio, On Mon, 23 Feb 2015 09:09:08 -0300 Fabio Estevam wrote: > Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") mx31 > does not boot anymore. > > Add a specific relocate_vectors macro that skips the vector relocation, as the > i.MX31 SoC does not provide RAM at the hig

[U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation

2015-02-23 Thread Fabio Estevam
Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") mx31 does not boot anymore. Add a specific relocate_vectors macro that skips the vector relocation, as the i.MX31 SoC does not provide RAM at the high vectors address (0x), and (0x) maps to ROM. This allows mx31