RE: [PATCH] arch: arm: recode the initialization of GICv3 ITS Re-Distributor tables

2022-02-28 Thread Z.Q. Hou
PATCH] arch: arm: recode the initialization of GICv3 ITS > Re-Distributor tables > > On Fri, 25 Feb 2022 13:41:06 +, > Zhiqiang Hou wrote: > > > > From: Hou Zhiqiang > > > > The current implementation needs the caller provides the memory region > > f

Re: [PATCH] arch: arm: recode the initialization of GICv3 ITS Re-Distributor tables

2022-02-26 Thread Marc Zyngier
On Fri, 25 Feb 2022 13:41:06 +, Zhiqiang Hou wrote: > > From: Hou Zhiqiang > > The current implementation needs the caller provides the memory region > for the property and pending tables and the number of re-distibutor, > and it doesn't handle the address alignment of the tables and

[PATCH] arch: arm: recode the initialization of GICv3 ITS Re-Distributor tables

2022-02-25 Thread Zhiqiang Hou
From: Hou Zhiqiang The current implementation needs the caller provides the memory region for the property and pending tables and the number of re-distibutor, and it doesn't handle the address alignment of the tables and doesn't help to add the reserved-memory node for the tables. This patch