Re: [PATCH 00/13] Refactor Arm GICv3 support

2022-03-18 Thread Sebastian Huber
On 18/03/2022 14:20, Kinsey Moore wrote: These changes look good other than the nit in the first patch. Thanks for the review. I will check it in once I am able to build an up to date tool chain. Currently, if one tool chain bug is fixed another one shows up. -- embedded brains GmbH Herr

Re: [PATCH 00/13] Refactor Arm GICv3 support

2022-03-18 Thread Kinsey Moore
These changes look good other than the nit in the first patch. On 3/18/2022 02:19, Sebastian Huber wrote: Separate the Interrupt Manager implementation from the generic Arm GICv3 support. Move parts of the Arm GICv3 support into a new header file. This helps to support systems with a

[PATCH 00/13] Refactor Arm GICv3 support

2022-03-18 Thread Sebastian Huber
Separate the Interrupt Manager implementation from the generic Arm GICv3 support. Move parts of the Arm GICv3 support into a new header file. This helps to support systems with a clustered structure in which multiple GICv3 instances are present. For example, two clusters of two Cortex-R52 cores