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>
This commit is contained in:
Leif Lindholm
2025-05-21 17:03:11 +01:00
committed by mergify[bot]
parent 6951dfe7d5
commit 8cb24514e2

View File

@@ -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]