[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/8] MAINTAINERS: Adjust file list for PPC pseries machine
From: |
Cédric Le Goater |
Subject: |
[PATCH 5/8] MAINTAINERS: Adjust file list for PPC pseries machine |
Date: |
Mon, 2 Oct 2023 14:23:23 +0200 |
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
- [PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries, Cédric Le Goater, 2023/10/02
- [PATCH 1/8] ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header, Cédric Le Goater, 2023/10/02
- [PATCH 2/8] MAINTAINERS: Adjust file list for PPC ref405ep machine, Cédric Le Goater, 2023/10/02
- [PATCH 3/8] MAINTAINERS: Adjust file list for PPC 4xx CPUs, Cédric Le Goater, 2023/10/02
- [PATCH 5/8] MAINTAINERS: Adjust file list for PPC pseries machine,
Cédric Le Goater <=
- [PATCH 7/8] MAINTAINERS: Add PPC common files to PowerPC TCG CPUs, Cédric Le Goater, 2023/10/02
- [PATCH 4/8] MAINTAINERS: Adjust file list for PPC e500 machines, Cédric Le Goater, 2023/10/02
- [PATCH 6/8] MAINTAINERS: Add fw_cfg.c to PPC mac99 machine, Cédric Le Goater, 2023/10/02
- [PATCH 8/8] MAINTAINERS: Update PPC TCG target with tests, Cédric Le Goater, 2023/10/02