Re: [PATCH] hw/pci-host: Update PHB5 XSCOM registers

2023-10-12 Thread Harsh Prateek Bora
On 10/12/23 16:18, Saif Abrar wrote: Add new XSCOM registers introduced in PHB5. Apply bit-masks within xscom-write methods. Signed-off-by: Saif Abrar --- hw/pci-host/pnv_phb4.c | 29 +++-- hw/pci-host/pnv_phb4_pec.c | 33 -

Re: [PATCH] hw/pci-host: Update PHB5 XSCOM registers

2023-10-12 Thread Cédric Le Goater
On 10/12/23 12:48, Saif Abrar wrote: Add new XSCOM registers introduced in PHB5. Apply bit-masks within xscom-write methods. Signed-off-by: Saif Abrar I didn't check the masks, the rest looks correct. Reviewed-by: Cédric Le Goater Thanks, C. --- hw/pci-host/pnv_phb4.c |

[PATCH] hw/pci-host: Update PHB5 XSCOM registers

2023-10-12 Thread Saif Abrar
Add new XSCOM registers introduced in PHB5. Apply bit-masks within xscom-write methods. Signed-off-by: Saif Abrar --- hw/pci-host/pnv_phb4.c | 29 +++-- hw/pci-host/pnv_phb4_pec.c | 33 - include/hw/pci-host/pnv_phb4.h |