[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
From: |
Aditya Gupta |
Subject: |
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type |
Date: |
Fri, 26 Apr 2024 22:42:50 +0530 |
Hello Cédric,
> > diff --git a/docs/system/ppc/pseries.rst b/docs/system/ppc/pseries.rst
> > index a876d897b6e4..3277564b34c2 100644
> > --- a/docs/system/ppc/pseries.rst
> > +++ b/docs/system/ppc/pseries.rst
> > @@ -15,9 +15,9 @@ Supported devices
> > =================
> > * Multi processor support for many Power processors generations: POWER7,
> > - POWER7+, POWER8, POWER8NVL, POWER9, and Power10. Support for POWER5+
> > exists,
> > - but its state is unknown.
> > - * Interrupt Controller, XICS (POWER8) and XIVE (POWER9 and Power10)
> > + POWER7+, POWER8, POWER8NVL, POWER9, Power10 and Power11. Support for
> > POWER5+
> > + exists, but its state is unknown.
>
> The POWER5+ pseries machine seems functionnal with SLOF
> (Sep 18 2023 18:57:48) and Linux 6.6.3 under TCG. May be worth
> to mention (for AIX users) in another patch.
Sure, thanks for pointing this, will add these changes in a separate
patch.
There were some points in 'powernv' docs, that might need updating:
Quoting lines from docs/system/ppc/powernv.rst:
> Missing devices
> ---------------
>
> A lot is missing, among which :
>
> * I2C controllers (yet to be merged).
> * NPU/NPU2/NPU3 controllers.
> * EEH support for PCIe Host bridge controllers.
> * NX controller.
> * VAS controller.
> * chipTOD (Time Of Day).
> * Self Boot Engine (SBE).
> * FSI bus.
I can see that 'chipTOD' was added in commit 9a69950feb098. I2C mentions
yet to merge, is it merged yet ?
I will check whether this needs updating, but might do it in a separate
patch than this series.
Thanks,
- Aditya Gupta
>
> > + * Interrupt Controller, XICS (POWER8) and XIVE (POWER9, Power10, Power11)
> > * vPHB PCIe Host bridge.
> > * vscsi and vnet devices, compatible with the same devices available on a
> > PowerVM hypervisor with VIOS managing LPARs.
- Re: [PATCH v2 07/10] ppc/pnv: Add a PSI bridge model for Power11, (continued)
- [PATCH v2 03/10] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine, Aditya Gupta, 2024/04/26
- [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type, Aditya Gupta, 2024/04/26
- [PATCH v2 04/10] ppc/pnv: Add HOMER for POWER11, Aditya Gupta, 2024/04/26
- [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv', Aditya Gupta, 2024/04/26
- [PATCH v2 10/10] ppc/pnv: Update skiboot.lid to support Power11, Aditya Gupta, 2024/04/26