RE: [PATCH v3 04/10] bsps: Break out AArch32 GICv3 support

2020-10-05 Thread Kinsey Moore
-Original Message- From: Sebastian Huber Sent: Monday, October 5, 2020 08:10 To: j...@rtems.org Cc: Kinsey Moore ; rtems-de...@rtems.org Subject: Re: [PATCH v3 04/10] bsps: Break out AArch32 GICv3 support On 05/10/2020 14:27, Joel Sherrill wrote: > > > On Mon, Oct 5, 2020 a

Re: [PATCH v3 04/10] bsps: Break out AArch32 GICv3 support

2020-10-05 Thread Sebastian Huber
On 05/10/2020 14:27, Joel Sherrill wrote: On Mon, Oct 5, 2020 at 2:04 AM Sebastian Huber > wrote: On 04/10/2020 06:18, Kinsey Moore wrote: > +/** > + * This architecture-specific function sets the exception vector for handling

Re: [PATCH v3 04/10] bsps: Break out AArch32 GICv3 support

2020-10-05 Thread Joel Sherrill
On Mon, Oct 5, 2020 at 2:04 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 04/10/2020 06:18, Kinsey Moore wrote: > > > +/** > > + * This architecture-specific function sets the exception vector for > handling > > + * IRQs. > > + */ > > +void

Re: [PATCH v3 04/10] bsps: Break out AArch32 GICv3 support

2020-10-05 Thread Sebastian Huber
On 04/10/2020 06:18, Kinsey Moore wrote: +/** + * This architecture-specific function sets the exception vector for handling + * IRQs. + */ +void aarch_interrupt_facility_set_exception_handler(void); What are the rules for using an aarch prefix instead of an arm prefix?

[PATCH v3 04/10] bsps: Break out AArch32 GICv3 support

2020-10-03 Thread Kinsey Moore
This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures. --- bsps/arm/altera-cyclone-v/include/bsp/irq.h | 2 +- bsps/arm/altera-cyclone-v/include/tm27.h | 2 +- bsps/arm/headers.am | 4 -