Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-19 Thread Maxime Coquelin
Hi Rob, 2015-02-15 23:42 GMT+01:00 Rob Herring robherri...@gmail.com: On Fri, Feb 13, 2015 at 2:42 AM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: Hi Geert, 2015-02-12 21:34 GMT+01:00 Geert Uytterhoeven ge...@linux-m68k.org: On Thu, Feb 12, 2015 at 6:45 PM, Maxime Coquelin

Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-19 Thread Rob Herring
On Thu, Feb 19, 2015 at 10:13 AM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: Hi Rob, 2015-02-15 23:42 GMT+01:00 Rob Herring robherri...@gmail.com: On Fri, Feb 13, 2015 at 2:42 AM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: Hi Geert, 2015-02-12 21:34 GMT+01:00 Geert Uytterhoeven

Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-15 Thread Maxime Coquelin
2015-02-13 11:00 GMT+01:00 Uwe Kleine-König u.kleine-koe...@pengutronix.de: On Fri, Feb 13, 2015 at 09:42:46AM +0100, Maxime Coquelin wrote: Hi Geert, 2015-02-12 21:34 GMT+01:00 Geert Uytterhoeven ge...@linux-m68k.org: On Thu, Feb 12, 2015 at 6:45 PM, Maxime Coquelin

Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-15 Thread Rob Herring
On Fri, Feb 13, 2015 at 2:42 AM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: Hi Geert, 2015-02-12 21:34 GMT+01:00 Geert Uytterhoeven ge...@linux-m68k.org: On Thu, Feb 12, 2015 at 6:45 PM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: From Cortex-M4 and M7 reference manuals, the nvic

Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-13 Thread Maxime Coquelin
Hi Geert, 2015-02-12 21:34 GMT+01:00 Geert Uytterhoeven ge...@linux-m68k.org: On Thu, Feb 12, 2015 at 6:45 PM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: From Cortex-M4 and M7 reference manuals, the nvic supports up to 240 interrupts. So the number of entries in vectors table is 256.

Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-13 Thread Uwe Kleine-König
On Fri, Feb 13, 2015 at 09:42:46AM +0100, Maxime Coquelin wrote: Hi Geert, 2015-02-12 21:34 GMT+01:00 Geert Uytterhoeven ge...@linux-m68k.org: On Thu, Feb 12, 2015 at 6:45 PM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: From Cortex-M4 and M7 reference manuals, the nvic supports up

[PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-12 Thread Maxime Coquelin
From Cortex-M4 and M7 reference manuals, the nvic supports up to 240 interrupts. So the number of entries in vectors table is 256. This patch adds the missing entries, and change the alignement, so that vector_table remains naturally aligned. Signed-off-by: Maxime Coquelin

Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-12 Thread Geert Uytterhoeven
On Thu, Feb 12, 2015 at 6:45 PM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: From Cortex-M4 and M7 reference manuals, the nvic supports up to 240 interrupts. So the number of entries in vectors table is 256. This patch adds the missing entries, and change the alignement, so that