Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-22 Thread Georges Savoundararadj
Hi Albert and Masahiro, Le 22/10/2014 11:54, Masahiro Yamada a écrit : Hi Albert, On Tue, 21 Oct 2014 15:54:51 +0200 Albert ARIBAUD wrote: Hi Georges, On Mon, 20 Oct 2014 23:08:30 +0200, Georges Savoundararadj wrote: Hi Albert, Le 15/10/2014 00:11, Albert ARIBAUD a ecrit : Hi Georges

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-22 Thread Georges Savoundararadj
Hi Masahiro, Le 21/10/2014 07:41, Masahiro Yamada a écrit : Hi Georges and Albert, Sorry for late reply because I was out of office for ELCE2014 and missed this thread. On Mon, 20 Oct 2014 23:08:30 +0200 Georges Savoundararadj wrote: Hi Albert, Le 15/10/2014 00:11, Albert ARIBAUD a ecrit

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-22 Thread Masahiro Yamada
Hi Albert, On Tue, 21 Oct 2014 15:54:51 +0200 Albert ARIBAUD wrote: > Hi Georges, > > On Mon, 20 Oct 2014 23:08:30 +0200, Georges Savoundararadj > wrote: > > > Hi Albert, > > > > Le 15/10/2014 00:11, Albert ARIBAUD a ecrit : > > > Hi Georges, > > > > > > On Tue, 14 Oct 2014 22:02:00 +0200,

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-22 Thread Masahiro Yamada
Hi Albert, On Tue, 21 Oct 2014 16:05:25 +0200 Albert ARIBAUD wrote: > Hi Masahiro, > > On Tue, 21 Oct 2014 14:41:14 +0900, Masahiro Yamada > wrote: > > > I have a question: > > > > You are covering only arm1176 and armv7. > > What about arm1136? > > > > I am not sure, but arm1136 and arm117

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-21 Thread Albert ARIBAUD
Hi Masahiro, On Tue, 21 Oct 2014 14:41:14 +0900, Masahiro Yamada wrote: > I have a question: > > You are covering only arm1176 and armv7. > What about arm1136? > > I am not sure, but arm1136 and arm1176 both belong to ARMv6 generation? > If so, does arm1136 have VBAR register, doesn't it? ARM

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-21 Thread Albert ARIBAUD
Hi Georges, On Mon, 20 Oct 2014 23:08:30 +0200, Georges Savoundararadj wrote: > Hi Albert, > > Le 15/10/2014 00:11, Albert ARIBAUD a écrit : > > Hi Georges, > > > > On Tue, 14 Oct 2014 22:02:00 +0200, Georges Savoundararadj > > wrote: > > > >> Hi Albert, > >> > >> Hi Masahiro, > > (putting Mas

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-20 Thread Masahiro Yamada
Hi Georges and Albert, Sorry for late reply because I was out of office for ELCE2014 and missed this thread. On Mon, 20 Oct 2014 23:08:30 +0200 Georges Savoundararadj wrote: > Hi Albert, > > Le 15/10/2014 00:11, Albert ARIBAUD a ecrit : > > Hi Georges, > > > > On Tue, 14 Oct 2014 22:02:00 +0

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-20 Thread Georges Savoundararadj
Hi Albert, Le 15/10/2014 00:11, Albert ARIBAUD a écrit : Hi Georges, On Tue, 14 Oct 2014 22:02:00 +0200, Georges Savoundararadj wrote: Hi Albert, Hi Masahiro, (putting Masahiro in Cc: just in case) As my issue is related to Kconfig, I would like you to give me your opinions. Le 11/10/2

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-14 Thread Albert ARIBAUD
Hi Georges, On Tue, 14 Oct 2014 22:02:00 +0200, Georges Savoundararadj wrote: > Hi Albert, > > Hi Masahiro, (putting Masahiro in Cc: just in case) > As my issue is related to Kconfig, I would like you to give me your > opinions. > > > Le 11/10/2014 12:47, Albert ARIBAUD a écrit : > > Hi Ge

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-14 Thread Georges Savoundararadj
Hi Albert, Hi Masahiro, As my issue is related to Kconfig, I would like you to give me your opinions. Le 11/10/2014 12:47, Albert ARIBAUD a écrit : Hi Georges, On Sat, 27 Sep 2014 21:48:10 +0200, Georges Savoundararadj wrote: This commit relocates the exception vectors. As ARM1176 and A

Re: [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-10-11 Thread Albert ARIBAUD
Hi Georges, On Sat, 27 Sep 2014 21:48:10 +0200, Georges Savoundararadj wrote: > This commit relocates the exception vectors. > As ARM1176 and ARMv7 have the security extensions, it uses VBAR. For > the other ARM processors, it copies the relocated exception vectors to > the correct address: 0x0

[U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors

2014-09-27 Thread Georges Savoundararadj
This commit relocates the exception vectors. As ARM1176 and ARMv7 have the security extensions, it uses VBAR. For the other ARM processors, it copies the relocated exception vectors to the correct address: 0x or 0x. Signed-off-by: Georges Savoundararadj Cc: Albert Aribaud Cc: To