summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/EFI/Firmware/Maintainers.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-11 08:17:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-11 08:17:27 +0000
commitf215e02bf85f68d3a6106c2a1f4f7f063f819064 (patch)
tree6bb5b92c046312c4e95ac2620b10ddf482d3fa8b /src/VBox/Devices/EFI/Firmware/Maintainers.txt
parentInitial commit. (diff)
downloadvirtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.tar.xz
virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.zip
Adding upstream version 7.0.14-dfsg.upstream/7.0.14-dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/VBox/Devices/EFI/Firmware/Maintainers.txt')
-rw-r--r--src/VBox/Devices/EFI/Firmware/Maintainers.txt597
1 files changed, 597 insertions, 0 deletions
diff --git a/src/VBox/Devices/EFI/Firmware/Maintainers.txt b/src/VBox/Devices/EFI/Firmware/Maintainers.txt
new file mode 100644
index 00000000..9861e88c
--- /dev/null
+++ b/src/VBox/Devices/EFI/Firmware/Maintainers.txt
@@ -0,0 +1,597 @@
+EDK II Maintainers
+==================
+
+This file provides information about the primary maintainers for
+EDK II.
+
+In general, you should not privately email the maintainer. You should
+email the edk2-devel list, and Cc the package maintainers and
+reviewers.
+
+If the package maintainer wants to hand over the role to other people,
+the package maintainer should send the patch to update Maintainers.txt
+with new maintainer, and the new maintainer should follow up with
+an Acked-by or a Reviewed-by.
+
+Descriptions of section entries:
+
+ L: Mailing list that is relevant to this area (default is edk2-devel)
+ Patches and questions should be sent to the email list.
+ M: Package Maintainer: Cc address for patches and questions. Responsible
+ for reviewing and pushing package changes to source control.
+ R: Package Reviewer: Cc address for patches and questions. Reviewers help
+ maintainers review code, but don't have push access. A designated Package
+ Reviewer is reasonably familiar with the Package (or some modules
+ thereof), and/or provides testing or regression testing for the Package
+ (or some modules thereof), in certain platforms and environments.
+ W: Web-page with status/info
+ T: SCM tree type and location. Type is one of: git, svn.
+ S: Status, one of the following:
+ Supported: Someone is actually paid to look after this.
+ Maintained: Someone actually looks after it.
+ Odd Fixes: It has a maintainer but they don't have time to do
+ much other than throw the odd patch in. See below.
+ Orphan: No current maintainer [but maybe you could take the
+ role as you write your new code].
+ Obsolete: Old code. Something tagged obsolete generally means
+ it has been replaced by a better system and you
+ should be using that.
+ F: Files and directories with wildcard patterns.
+ A trailing slash includes all files and subdirectory files.
+ F: MdeModulePkg/ all files in and below MdeModulePkg
+ F: MdeModulePkg/* all files in MdeModulePkg, but not below
+ F: */Pci/* all files in a directory called Pci, at any depth in
+ the hierarchy, but not below
+ One pattern per line. Multiple F: lines per section acceptable.
+ X: Files and directories that are NOT maintained, same rules as F:
+ Files exclusions are tested after file matches.
+ Can be useful for excluding a specific subdirectory, for instance:
+ F: NetworkPkg/
+ X: NetworkPkg/Ip6Dxe/
+ matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/
+ Filenames not caught by any F: rule get matched as being located in the top-
+ level directory. (Internally, the script looks for a match called '<default>',
+ so please don't add a file called that in the top-level directory.)
+
+EDK II
+------
+W: http://www.tianocore.org/edk2/
+L: https://edk2.groups.io/g/devel/
+T: git - https://github.com/tianocore/edk2.git
+T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
+
+All patches CC:d here
+L: devel@edk2.groups.io
+F: *
+F: */
+
+Tianocore Stewards
+------------------
+F: *
+M: Andrew Fish <afish@apple.com>
+M: Laszlo Ersek <lersek@redhat.com>
+M: Leif Lindholm <leif@nuviainc.com>
+M: Michael D Kinney <michael.d.kinney@intel.com>
+
+Responsible Disclosure, Reporting Security Issues
+-------------------------------------------------
+W: https://github.com/tianocore/tianocore.github.io/wiki/Security
+
+EDK II Releases:
+----------------
+W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
+M: Liming Gao <gaoliming@byosoft.com.cn>
+
+UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
+-----------------------------------------------------------
+W: https://github.com/tianocore/edk2/releases/
+M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
+M: Zhichao Gao <zhichao.gao@intel.com> (Ia32/X64)
+M: Leif Lindholm <leif@nuviainc.com> (ARM/AArch64)
+M: Ard Biesheuvel <ardb+tianocore@kernel.org> (ARM/AArch64)
+
+EDK II Architectures:
+---------------------
+ARM, AARCH64
+F: */AArch64/
+F: */Arm/
+M: Leif Lindholm <leif@nuviainc.com>
+M: Ard Biesheuvel <ardb+tianocore@kernel.org>
+
+RISCV64
+F: */RiscV64/
+M: Abner Chang <abner.chang@hpe.com>
+R: Daniel Schaefer <daniel.schaefer@hpe.com>
+
+EDK II Continuous Integration:
+------------------------------
+.azurepipelines/
+F: .azurepipelines/
+M: Sean Brogan <sean.brogan@microsoft.com>
+M: Bret Barkelew <Bret.Barkelew@microsoft.com>
+R: Michael D Kinney <michael.d.kinney@intel.com>
+R: Liming Gao <gaoliming@byosoft.com.cn>
+
+.mergify/
+F: .mergify/
+M: Michael D Kinney <michael.d.kinney@intel.com>
+M: Liming Gao <gaoliming@byosoft.com.cn>
+R: Sean Brogan <sean.brogan@microsoft.com>
+R: Bret Barkelew <Bret.Barkelew@microsoft.com>
+
+.pytool/
+F: .pytool/
+M: Sean Brogan <sean.brogan@microsoft.com>
+M: Bret Barkelew <Bret.Barkelew@microsoft.com>
+R: Michael D Kinney <michael.d.kinney@intel.com>
+R: Liming Gao <gaoliming@byosoft.com.cn>
+
+EDK II Packages:
+----------------
+ArmPkg
+F: ArmPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
+M: Leif Lindholm <leif@nuviainc.com>
+M: Ard Biesheuvel <ardb+tianocore@kernel.org>
+
+ArmPlatformPkg
+F: ArmPlatformPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
+M: Leif Lindholm <leif@nuviainc.com>
+M: Ard Biesheuvel <ardb+tianocore@kernel.org>
+
+ArmVirtPkg
+F: ArmVirtPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
+M: Laszlo Ersek <lersek@redhat.com>
+M: Ard Biesheuvel <ardb+tianocore@kernel.org>
+R: Leif Lindholm <leif@nuviainc.com>
+
+ArmVirtPkg: modules used on Xen
+F: ArmVirtPkg/ArmVirtXen.*
+F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
+F: ArmVirtPkg/Library/XenVirtMemInfoLib/
+F: ArmVirtPkg/PrePi/
+F: ArmVirtPkg/XenAcpiPlatformDxe/
+F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
+F: ArmVirtPkg/XenioFdtDxe/
+R: Julien Grall <julien@xen.org>
+
+ArmVirtPkg: Kvmtool emulated platform support
+F: ArmVirtPkg/ArmVirtKvmTool.*
+F: ArmVirtPkg/KvmtoolPlatformDxe/
+F: ArmVirtPkg/Library/Fdt16550SerialPortHookLib/
+F: ArmVirtPkg/Library/KvmtoolPlatformPeiLib/
+F: ArmVirtPkg/Library/KvmtoolRtcFdtClientLib/
+F: ArmVirtPkg/Library/KvmtoolVirtMemInfoLib/
+F: ArmVirtPkg/Library/NorFlashKvmtoolLib/
+R: Sami Mujawar <sami.mujawar@arm.com>
+
+BaseTools
+F: BaseTools/
+W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
+M: Bob Feng <bob.c.feng@intel.com>
+M: Liming Gao <gaoliming@byosoft.com.cn>
+R: Yuwei Chen <yuwei.chen@intel.com>
+
+CryptoPkg
+F: CryptoPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
+M: Jiewen Yao <jiewen.yao@intel.com>
+M: Jian J Wang <jian.j.wang@intel.com>
+R: Xiaoyu Lu <xiaoyux.lu@intel.com>
+R: Guomin Jiang <guomin.jiang@intel.com>
+
+DynamicTablesPkg
+F: DynamicTablesPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
+M: Sami Mujawar <Sami.Mujawar@arm.com>
+M: Alexei Fedorov <Alexei.Fedorov@arm.com>
+
+EmbeddedPkg
+F: EmbeddedPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
+M: Leif Lindholm <leif@nuviainc.com>
+M: Ard Biesheuvel <ardb+tianocore@kernel.org>
+
+EmulatorPkg
+F: EmulatorPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
+M: Andrew Fish <afish@apple.com>
+M: Ray Ni <ray.ni@intel.com>
+S: Maintained
+
+FatPkg
+F: FatPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
+M: Ray Ni <ray.ni@intel.com>
+T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
+T: git - https://github.com/tianocore/edk2-FatPkg.git
+
+FmpDevicePkg
+F: FmpDevicePkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
+M: Liming Gao <gaoliming@byosoft.com.cn>
+M: Michael D Kinney <michael.d.kinney@intel.com>
+R: Guomin Jiang <guomin.jiang@intel.com>
+R: Wei6 Xu <wei6.xu@intel.com>
+
+IntelFsp2Pkg
+F: IntelFsp2Pkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
+M: Chasel Chiu <chasel.chiu@intel.com>
+R: Nate DeSimone <nathaniel.l.desimone@intel.com>
+R: Star Zeng <star.zeng@intel.com>
+
+IntelFsp2WrapperPkg
+F: IntelFsp2WrapperPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
+M: Chasel Chiu <chasel.chiu@intel.com>
+R: Nate DeSimone <nathaniel.l.desimone@intel.com>
+R: Star Zeng <star.zeng@intel.com>
+
+MdeModulePkg
+F: MdeModulePkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
+M: Jian J Wang <jian.j.wang@intel.com>
+M: Hao A Wu <hao.a.wu@intel.com>
+
+MdeModulePkg: ACPI modules
+F: MdeModulePkg/Include/*Acpi*.h
+F: MdeModulePkg/Universal/Acpi/
+R: Dandan Bi <dandan.bi@intel.com>
+R: Liming Gao <gaoliming@byosoft.com.cn>
+
+MdeModulePkg: ACPI modules related to S3
+F: MdeModulePkg/*LockBox*/
+F: MdeModulePkg/Include/*BootScript*.h
+F: MdeModulePkg/Include/*LockBox*.h
+F: MdeModulePkg/Include/*S3*.h
+F: MdeModulePkg/Library/*S3*/
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Eric Dong <eric.dong@intel.com>
+
+MdeModulePkg: BDS modules
+F: MdeModulePkg/*BootManager*/
+F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
+F: MdeModulePkg/Universal/BdsDxe/
+F: MdeModulePkg/Universal/DevicePathDxe/
+F: MdeModulePkg/Universal/DriverHealthManagerDxe/
+F: MdeModulePkg/Universal/LoadFileOnFv2/
+F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
+R: Zhichao Gao <zhichao.gao@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+
+MdeModulePkg: Console and Graphics modules
+F: MdeModulePkg/*Logo*/
+F: MdeModulePkg/Include/*Logo*.h
+F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
+F: MdeModulePkg/Include/Guid/Console*.h
+F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
+F: MdeModulePkg/Include/Guid/TtyTerm.h
+F: MdeModulePkg/Include/Library/BmpSupportLib.h
+F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
+F: MdeModulePkg/Library/BaseBmpSupportLib/
+F: MdeModulePkg/Library/FrameBufferBltLib/
+F: MdeModulePkg/Universal/Console/
+R: Zhichao Gao <zhichao.gao@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+
+MdeModulePkg: Core services (PEI, DXE and Runtime) modules
+F: MdeModulePkg/*Mem*/
+F: MdeModulePkg/*SectionExtract*/
+F: MdeModulePkg/*StatusCode*/
+F: MdeModulePkg/Application/DumpDynPcd/
+F: MdeModulePkg/Core/Dxe/
+F: MdeModulePkg/Core/DxeIplPeim/
+F: MdeModulePkg/Core/RuntimeDxe/
+F: MdeModulePkg/Include/*Mem*.h
+F: MdeModulePkg/Include/*Pcd*.h
+F: MdeModulePkg/Include/*Perf*.h
+F: MdeModulePkg/Include/*StatusCode*.h
+F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
+F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
+F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
+F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
+F: MdeModulePkg/Include/Guid/LzmaDecompress.h
+F: MdeModulePkg/Include/Library/SecurityManagementLib.h
+F: MdeModulePkg/Library/*Decompress*/
+F: MdeModulePkg/Library/*Perf*/
+F: MdeModulePkg/Library/DxeSecurityManagementLib/
+F: MdeModulePkg/Universal/PCD/
+F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
+F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
+R: Dandan Bi <dandan.bi@intel.com>
+R: Liming Gao <gaoliming@byosoft.com.cn>
+
+MdeModulePkg: Device and Peripheral modules
+F: MdeModulePkg/*PciHostBridge*/
+F: MdeModulePkg/Bus/
+F: MdeModulePkg/Include/*Ata*.h
+F: MdeModulePkg/Include/*IoMmu*.h
+F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
+F: MdeModulePkg/Include/*NvmExpress*.h
+F: MdeModulePkg/Include/*SdMmc*.h
+F: MdeModulePkg/Include/*Ufs*.h
+F: MdeModulePkg/Include/*Usb*.h
+F: MdeModulePkg/Include/Guid/RecoveryDevice.h
+F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
+F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
+F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
+F: MdeModulePkg/Include/Protocol/Ps2Policy.h
+F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
+F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+
+MdeModulePkg: Disk modules
+F: MdeModulePkg/Universal/Disk/
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
+
+MdeModulePkg: Firmware Update modules
+F: MdeModulePkg/*Capsule*/
+F: MdeModulePkg/Include/*Capsule*.h
+F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
+F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
+F: MdeModulePkg/Include/Protocol/EsrtManagement.h
+F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
+F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
+F: MdeModulePkg/Library/FmpAuthenticationLibNull/
+F: MdeModulePkg/Universal/Esrt*/
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Liming Gao <gaoliming@byosoft.com.cn>
+R: Guomin Jiang <guomin.jiang@intel.com>
+
+MdeModulePkg: HII and UI modules
+F: MdeModulePkg/*FileExplorer*/
+F: MdeModulePkg/*Hii*/
+F: MdeModulePkg/*Ui*/
+F: MdeModulePkg/Application/BootManagerMenuApp/
+F: MdeModulePkg/Include/*FileExplorer*.h
+F: MdeModulePkg/Include/*FormBrowser*.h
+F: MdeModulePkg/Include/*Hii*.h
+F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
+F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
+F: MdeModulePkg/Library/CustomizedDisplayLib/
+F: MdeModulePkg/Universal/DisplayEngineDxe/
+F: MdeModulePkg/Universal/DriverSampleDxe/
+F: MdeModulePkg/Universal/SetupBrowserDxe/
+R: Dandan Bi <dandan.bi@intel.com>
+R: Eric Dong <eric.dong@intel.com>
+
+MdeModulePkg: Management Mode (MM, SMM) modules
+F: MdeModulePkg/*Smi*/
+F: MdeModulePkg/*Smm*/
+F: MdeModulePkg/Include/*Smi*.h
+F: MdeModulePkg/Include/*Smm*.h
+R: Eric Dong <eric.dong@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+
+MdeModulePkg: Pei Core
+F: MdeModulePkg/Core/Pei/
+R: Dandan Bi <dandan.bi@intel.com>
+R: Liming Gao <gaoliming@byosoft.com.cn>
+R: Debkumar De <debkumar.de@intel.com>
+R: Harry Han <harry.han@intel.com>
+R: Catharine West <catharine.west@intel.com>
+
+MdeModulePkg: Reset modules
+F: MdeModulePkg/*Reset*/
+F: MdeModulePkg/Include/*Reset*.h
+R: Zhichao Gao <zhichao.gao@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+
+MdeModulePkg: Serial modules
+F: MdeModulePkg/*Serial*/
+F: MdeModulePkg/Include/*SerialPort*.h
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Ray Ni <ray.ni@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
+
+MdeModulePkg: SMBIOS modules
+F: MdeModulePkg/Universal/Smbios*/
+R: Dandan Bi <dandan.bi@intel.com>
+R: Star Zeng <star.zeng@intel.com>
+R: Zhichao Gao <zhichao.gao@intel.com>
+
+MdeModulePkg: UEFI Variable modules
+F: MdeModulePkg/*Var*/
+F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
+F: MdeModulePkg/Include/*/*Var*.h
+F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
+F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
+F: MdeModulePkg/Universal/FaultTolerantWrite*/
+R: Hao A Wu <hao.a.wu@intel.com>
+R: Liming Gao <gaoliming@byosoft.com.cn>
+
+MdePkg
+F: MdePkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
+M: Michael D Kinney <michael.d.kinney@intel.com>
+M: Liming Gao <gaoliming@byosoft.com.cn>
+R: Zhiguang Liu <zhiguang.liu@intel.com>
+
+NetworkPkg
+F: NetworkPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
+M: Maciej Rabeda <maciej.rabeda@linux.intel.com>
+R: Jiaxin Wu <jiaxin.wu@intel.com>
+R: Siyuan Fu <siyuan.fu@intel.com>
+
+OvmfPkg
+F: OvmfPkg/
+W: http://www.tianocore.org/ovmf/
+M: Laszlo Ersek <lersek@redhat.com>
+M: Ard Biesheuvel <ardb+tianocore@kernel.org>
+R: Jordan Justen <jordan.l.justen@intel.com>
+S: Maintained
+
+OvmfPkg: bhyve-related modules
+F: OvmfPkg/Bhyve/
+F: OvmfPkg/Include/IndustryStandard/Bhyve.h
+F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
+F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
+F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
+F: OvmfPkg/Library/BhyveFwCtlLib/
+F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
+F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
+F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
+R: Rebecca Cran <rebecca@bsdio.com>
+R: Peter Grehan <grehan@freebsd.org>
+
+OvmfPkg: CSM modules
+F: OvmfPkg/Csm/
+R: David Woodhouse <dwmw2@infradead.org>
+
+OvmfPkg: Confidential Computing
+F: OvmfPkg/AmdSev/
+F: OvmfPkg/AmdSevDxe/
+F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
+F: OvmfPkg/Include/Library/MemEncryptSevLib.h
+F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
+F: OvmfPkg/Library/BaseMemEncryptSevLib/
+F: OvmfPkg/Library/PlatformBootManagerLibGrub/
+F: OvmfPkg/Library/VmgExitLib/
+F: OvmfPkg/PlatformPei/AmdSev.c
+F: OvmfPkg/ResetVector/
+F: OvmfPkg/Sec/
+R: Brijesh Singh <brijesh.singh@amd.com>
+R: Erdem Aktas <erdemaktas@google.com>
+R: James Bottomley <jejb@linux.ibm.com>
+R: Jiewen Yao <jiewen.yao@intel.com>
+R: Min Xu <min.m.xu@intel.com>
+R: Tom Lendacky <thomas.lendacky@amd.com>
+
+OvmfPkg: LsiScsi driver
+F: OvmfPkg/LsiScsiDxe/
+R: Gary Lin <glin@suse.com>
+
+OvmfPkg: MptScsi and PVSCSI driver
+F: OvmfPkg/MptScsiDxe/
+F: OvmfPkg/PvScsiDxe/
+R: Liran Alon <liran.alon@oracle.com>
+R: Nikita Leshenko <nikita.leshchenko@oracle.com>
+
+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 <marcandre.lureau@redhat.com>
+R: Stefan Berger <stefanb@linux.ibm.com>
+
+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 <anthony.perard@citrix.com>
+R: Julien Grall <julien@xen.org>
+
+PcAtChipsetPkg
+F: PcAtChipsetPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
+M: Ray Ni <ray.ni@intel.com>
+
+RedfishPkg: Redfish related modules
+F: RedfishPkg/
+M: Abner Chang <abner.chang@hpe.com>
+R: Nickle Wang <nickle.wang@hpe.com>
+
+SecurityPkg
+F: SecurityPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
+M: Jiewen Yao <jiewen.yao@intel.com>
+M: Jian J Wang <jian.j.wang@intel.com>
+
+SecurityPkg: Secure boot related modules
+F: SecurityPkg/Library/DxeImageVerificationLib/
+F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
+F: SecurityPkg/Library/AuthVariableLib/
+R: Min Xu <min.m.xu@intel.com>
+
+SecurityPkg: Tcg related modules
+F: SecurityPkg/Tcg/
+R: Qi Zhang <qi1.zhang@intel.com>
+R: Rahul Kumar <rahul1.kumar@intel.com>
+
+ShellPkg
+F: ShellPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
+M: Ray Ni <ray.ni@intel.com>
+M: Zhichao Gao <zhichao.gao@intel.com>
+
+SignedCapsulePkg
+F: SignedCapsulePkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
+M: Jian J Wang <jian.j.wang@intel.com>
+
+SourceLevelDebugPkg
+F: SourceLevelDebugPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
+M: Hao A Wu <hao.a.wu@intel.com>
+
+StandaloneMmPkg
+F: StandaloneMmPkg/
+M: Ard Biesheuvel <ardb+tianocore@kernel.org>
+M: Sami Mujawar <sami.mujawar@arm.com>
+M: Jiewen Yao <jiewen.yao@intel.com>
+R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
+
+UefiCpuPkg
+F: UefiCpuPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
+M: Eric Dong <eric.dong@intel.com>
+M: Ray Ni <ray.ni@intel.com>
+R: Laszlo Ersek <lersek@redhat.com>
+R: Rahul Kumar <rahul1.kumar@intel.com>
+
+UefiCpuPkg: Sec related modules
+F: UefiCpuPkg/SecCore/
+F: UefiCpuPkg/ResetVector/
+R: Debkumar De <debkumar.de@intel.com>
+R: Harry Han <harry.han@intel.com>
+R: Catharine West <catharine.west@intel.com>
+
+UefiPayloadPkg
+F: UefiPayloadPkg/
+W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
+M: Maurice Ma <maurice.ma@intel.com>
+M: Guo Dong <guo.dong@intel.com>
+M: Benjamin You <benjamin.you@intel.com>
+S: Maintained
+
+UnitTestFrameworkPkg
+F: UnitTestFrameworkPkg/
+M: Michael D Kinney <michael.d.kinney@intel.com>
+R: Sean Brogan <sean.brogan@microsoft.com>
+R: Bret Barkelew <Bret.Barkelew@microsoft.com>
+S: Maintained