Re: [PATCH 2/2] hw/arm/sbsa-ref: add GIC ITS to DeviceTree

2023-06-19 Thread Marcin Juszkiewicz
W dniu 19.06.2023 o 14:55, Peter Maydell pisze: On Tue, 6 Jun 2023 at 19:24, Marcin Juszkiewicz wrote: We need GIC ITS information in DeviceTree so TF-A can pass it to EDK2. Bumping platform version to 0.2 as this is important hardware change. We should fold this patch into the previous

Re: [PATCH 2/2] hw/arm/sbsa-ref: add GIC ITS to DeviceTree

2023-06-19 Thread Peter Maydell
On Tue, 6 Jun 2023 at 19:24, Marcin Juszkiewicz wrote: > > We need GIC ITS information in DeviceTree so TF-A can pass it to EDK2. > > Bumping platform version to 0.2 as this is important hardware change. > > Signed-off-by: Marcin Juszkiewicz > > --- > hw/arm/sbsa-ref.c | 9 - > 1 file

[PATCH 2/2] hw/arm/sbsa-ref: add GIC ITS to DeviceTree

2023-06-06 Thread Marcin Juszkiewicz
We need GIC ITS information in DeviceTree so TF-A can pass it to EDK2. Bumping platform version to 0.2 as this is important hardware change. Signed-off-by: Marcin Juszkiewicz --- hw/arm/sbsa-ref.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hw/arm/sbsa-ref.c