summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@oss.qualcomm.com>2025-05-21 17:03:11 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-05-23 21:40:53 +0000
commit8cb24514e2fe551bbbbddb0792550ad73a4f72d1 (patch)
tree92df5b190002f3737ce67fdb398f5b25ef83cc91
parent6951dfe7d59d144a3a980bd7eda699db2d8554ac (diff)
downloadedk2-8cb24514e2fe551bbbbddb0792550ad73a4f72d1.zip
edk2-8cb24514e2fe551bbbbddb0792550ad73a4f72d1.tar.gz
edk2-8cb24514e2fe551bbbbddb0792550ad73a4f72d1.tar.bz2
Maintainers.txt: restrict Arm architectures wildcard entries
Back in the day, we added wildcard maintainer entries for */Arm/ and */AArch64/, to make sure Arm maintainers got cc:d on patches What this was really meant for was core packages - MdeModulePkg and MdePkg - which were the only ones containing Arm-specific code outside of Arm*Pkg at the time. However, this is no longer true, so we're increasingly finding ourselves copied on PRs where we don't necessarily have any opinion from an arch-maintainer perspective. So convert the block to an include-list applying to MdeModulePkg, MdePkg, and UefiCpuPkg. Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
-rw-r--r--Maintainers.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Maintainers.txt b/Maintainers.txt
index b492a09..8e6a163 100644
--- a/Maintainers.txt
+++ b/Maintainers.txt
@@ -84,8 +84,12 @@ M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
EDK II Architectures:
---------------------
ARM, AARCH64
-F: */AArch64/
-F: */Arm/
+F: MdeModulePkg/*/AArch64/
+F: MdeModulePkg/*/Arm/
+F: MdePkg/*/AArch64/
+F: MdePkg/*/Arm/
+F: UefiCpuPkg/*/AArch64/
+F: UefiCpuPkg/*/Arm/
M: Leif Lindholm <leif.lindholm@oss.qualcomm.com> [leiflindholm]
M: Ard Biesheuvel <ardb+tianocore@kernel.org> [ardbiesheuvel]
M: Sami Mujawar <sami.mujawar@arm.com> [samimujawar]