Re: [PATCH v2] hw/arm/sbsa-ref: add GIC node into DT

2023-05-23 Thread Peter Maydell
On Wed, 17 May 2023 at 11:53, Marcin Juszkiewicz wrote: > > Let add GIC information into DeviceTree as part of SBSA-REF versioning. > > Trusted Firmware will read it and provide to next firmware level. > > Bumps platform version to 0.1 one so we can check is node is present. > > Signed-off-by: Mar

Re: [PATCH v2] hw/arm/sbsa-ref: add GIC node into DT

2023-05-19 Thread Leif Lindholm
On 2023-05-17 11:53, Marcin Juszkiewicz wrote: Let add GIC information into DeviceTree as part of SBSA-REF versioning. Trusted Firmware will read it and provide to next firmware level. Bumps platform version to 0.1 one so we can check is node is present. Signed-off-by: Marcin Juszkiewicz Re

[PATCH v2] hw/arm/sbsa-ref: add GIC node into DT

2023-05-17 Thread Marcin Juszkiewicz
Let add GIC information into DeviceTree as part of SBSA-REF versioning. Trusted Firmware will read it and provide to next firmware level. Bumps platform version to 0.1 one so we can check is node is present. Signed-off-by: Marcin Juszkiewicz --- hw/arm/sbsa-ref.c | 19 ++- 1 fi