[PATCH 5/8] MAINTAINERS: Adjust file list for PPC pseries machine

Cédric Le Goater posted 8 patches 2 years, 4 months ago
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
There is a newer version of this series
[PATCH 5/8] MAINTAINERS: Adjust file list for PPC pseries machine
Posted by Cédric Le Goater 2 years, 4 months ago
The fdt.{c.h} files provide a helper routine used by the pseries and
pnv machines. Attached it to the list of the larger one: pseries.

Protected Execution Facility (PEF) is the confidential guest support
for PPC pseries machines.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 23ce59995d59..b3ba402f7943 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1440,6 +1440,10 @@ F: hw/*/spapr*
 F: include/hw/*/spapr*
 F: hw/*/xics*
 F: include/hw/*/xics*
+F: include/hw/ppc/fdt.h
+F: hw/ppc/fdt.c
+F: include/hw/ppc/pef.h
+F: hw/ppc/pef.c
 F: pc-bios/slof.bin
 F: docs/system/ppc/pseries.rst
 F: docs/specs/ppc-spapr-*
-- 
2.41.0


Re: [PATCH 5/8] MAINTAINERS: Adjust file list for PPC pseries machine
Posted by Daniel Henrique Barboza 2 years, 4 months ago

On 10/2/23 09:23, Cédric Le Goater wrote:
> The fdt.{c.h} files provide a helper routine used by the pseries and
> pnv machines. Attached it to the list of the larger one: pseries.
> 
> Protected Execution Facility (PEF) is the confidential guest support
> for PPC pseries machines.
> 
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
> ---

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>

>   MAINTAINERS | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 23ce59995d59..b3ba402f7943 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1440,6 +1440,10 @@ F: hw/*/spapr*
>   F: include/hw/*/spapr*
>   F: hw/*/xics*
>   F: include/hw/*/xics*
> +F: include/hw/ppc/fdt.h
> +F: hw/ppc/fdt.c
> +F: include/hw/ppc/pef.h
> +F: hw/ppc/pef.c
>   F: pc-bios/slof.bin
>   F: docs/system/ppc/pseries.rst
>   F: docs/specs/ppc-spapr-*