On Sun, 24 Jan 2021 at 02:53, Leif Lindholm <l...@nuviainc.com> wrote: > > GICv3 sets aside 128K for each redistributor block, whereas GICv4 sets > aside 256K. To enable use of the gicv3 model for gicv4, abstract this > away as the helper function gicv3_redist_size() and replace the current > hardcoded locations with calls to this function. > > Signed-off-by: Leif Lindholm <l...@nuviainc.com> > ---
We're going to need this at some point and it's nicer than those hard-coded 0x20000s. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM