On 6/3/20 6:06 PM, Laszlo Ersek wrote:
The OvmfPkg subsystem / section headers are currently ordered in
Maintainers.txt as follows:
OvmfPkg
OvmfPkg: Xen-related modules
OvmfPkg: TCG- and TPM2-related modules
OvmfPkg: CSM modules
OvmfPkg: MptScsi and PVSCSI driver
Restore the following (alphabetical) order between them:
OvmfPkg
OvmfPkg: CSM modules
OvmfPkg: MptScsi and PVSCSI driver
OvmfPkg: TCG- and TPM2-related modules
OvmfPkg: Xen-related modules
Cc: Anthony Perard <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: Jordan Justen <[email protected]>
Cc: Julien Grall <[email protected]>
Cc: Liran Alon <[email protected]>
Cc: Marc-André Lureau <[email protected]>
Cc: Nikita Leshenko <[email protected]>
Cc: Philippe Mathieu-Daudé <[email protected]>
Cc: Stefan Berger <[email protected]>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2778
Signed-off-by: Laszlo Ersek <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
---
Maintainers.txt | 38 ++++++++++----------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/Maintainers.txt b/Maintainers.txt
index 012b768035eb..ca383f593232 100644
--- a/Maintainers.txt
+++ b/Maintainers.txt
@@ -375,86 +375,86 @@ M: Michael D Kinney <[email protected]>
M: Liming Gao <[email protected]>
NetworkPkg
F: NetworkPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
M: Maciej Rabeda <[email protected]>
R: Jiaxin Wu <[email protected]>
R: Siyuan Fu <[email protected]>
OvmfPkg
F: OvmfPkg/
W: http://www.tianocore.org/ovmf/
M: Jordan Justen <[email protected]>
M: Laszlo Ersek <[email protected]>
M: Ard Biesheuvel <[email protected]>
S: Maintained
+OvmfPkg: CSM modules
+F: OvmfPkg/Csm/
+R: David Woodhouse <[email protected]>
+
+OvmfPkg: MptScsi and PVSCSI driver
+F: OvmfPkg/MptScsiDxe/
+F: OvmfPkg/PvScsiDxe/
+R: Liran Alon <[email protected]>
+R: Nikita Leshenko <[email protected]>
+
+OvmfPkg: TCG- and TPM2-related modules
+F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
+F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
+F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
+F: OvmfPkg/PlatformPei/ClearCache.c
+F: OvmfPkg/Tcg/
+R: Marc-André Lureau <[email protected]>
+R: Stefan Berger <[email protected]>
+
OvmfPkg: Xen-related modules
F: OvmfPkg/AcpiPlatformDxe/Xen.c
F: OvmfPkg/Include/Guid/XenBusRootDevice.h
F: OvmfPkg/Include/Guid/XenInfo.h
F: OvmfPkg/Include/IndustryStandard/Xen/
F: OvmfPkg/Include/Library/XenHypercallLib.h
F: OvmfPkg/Include/Library/XenIoMmioLib.h
F: OvmfPkg/Include/Library/XenPlatformLib.h
F: OvmfPkg/Include/Protocol/XenBus.h
F: OvmfPkg/Include/Protocol/XenIo.h
F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
F: OvmfPkg/Library/XenConsoleSerialPortLib/
F: OvmfPkg/Library/XenHypercallLib/
F: OvmfPkg/Library/XenIoMmioLib/
F: OvmfPkg/Library/XenPlatformLib/
F: OvmfPkg/Library/XenRealTimeClockLib/
F: OvmfPkg/OvmfXen.*
F: OvmfPkg/OvmfXenElfHeaderGenerator.c
F: OvmfPkg/PlatformPei/MemDetect.c
F: OvmfPkg/PlatformPei/Platform.*
F: OvmfPkg/PlatformPei/Xen.*
F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
F: OvmfPkg/XenBusDxe/
F: OvmfPkg/XenIoPciDxe/
F: OvmfPkg/XenIoPvhDxe/
F: OvmfPkg/XenPlatformPei/
F: OvmfPkg/XenPvBlkDxe/
F: OvmfPkg/XenResetVector/
F: OvmfPkg/XenTimerDxe/
R: Anthony Perard <[email protected]>
R: Julien Grall <[email protected]>
-OvmfPkg: TCG- and TPM2-related modules
-F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
-F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
-F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
-F: OvmfPkg/PlatformPei/ClearCache.c
-F: OvmfPkg/Tcg/
-R: Marc-André Lureau <[email protected]>
-R: Stefan Berger <[email protected]>
-
-OvmfPkg: CSM modules
-F: OvmfPkg/Csm/
-R: David Woodhouse <[email protected]>
-
-OvmfPkg: MptScsi and PVSCSI driver
-F: OvmfPkg/MptScsiDxe/
-F: OvmfPkg/PvScsiDxe/
-R: Liran Alon <[email protected]>
-R: Nikita Leshenko <[email protected]>
-
PcAtChipsetPkg
F: PcAtChipsetPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
M: Ray Ni <[email protected]>
SecurityPkg
F: SecurityPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
M: Jiewen Yao <[email protected]>
M: Jian J Wang <[email protected]>
R: Chao Zhang <[email protected]>
ShellPkg
F: ShellPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
M: Ray Ni <[email protected]>
M: Zhichao Gao <[email protected]>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#60685): https://edk2.groups.io/g/devel/message/60685
Mute This Topic: https://groups.io/mt/74652694/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-