Re: [PATCH] ppc/pegasos2: Fix reg property of 64 bit BARs in device tree

2023-07-23 Thread Daniel Henrique Barboza
On 7/21/23 19:13, BALATON Zoltan wrote: The board firmware handles this correctly following the Open Firmware standard which we missed. This fixes 64 bit BARs when using VOF. Signed-off-by: BALATON Zoltan --- Reviewed-by: Daniel Henrique Barboza And queued. Thanks, Daniel hw/ppc/p

Re: [PATCH] ppc/pegasos2: Fix reg property of 64 bit BARs in device tree

2023-07-21 Thread BALATON Zoltan
On Sat, 22 Jul 2023, BALATON Zoltan wrote: The board firmware handles this correctly following the Open Firmware standard which we missed. This fixes 64 bit BARs when using VOF. In case it helps review this is defined in page 5 of this document: https://www.openbios.org/data/docs/bus.pci.pdf

[PATCH] ppc/pegasos2: Fix reg property of 64 bit BARs in device tree

2023-07-21 Thread BALATON Zoltan
The board firmware handles this correctly following the Open Firmware standard which we missed. This fixes 64 bit BARs when using VOF. Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.