VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/Maintainers.txt@ 100995

最後變更 在這個檔案從100995是 99404,由 vboxsync 提交於 22 月 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 22.9 KB
 
1EDK II Maintainers
2==================
3
4This file provides information about the primary maintainers for
5EDK II.
6
7In general, you should not privately email the maintainer. You should
8email the edk2-devel list, and Cc the package maintainers and
9reviewers.
10
11If the package maintainer wants to hand over the role to other people,
12the package maintainer should send the patch to update Maintainers.txt
13with new maintainer, and the new maintainer should follow up with
14an Acked-by or a Reviewed-by.
15
16Descriptions of section entries:
17
18 L: Mailing list that is relevant to this area (default is edk2-devel)
19 Patches and questions should be sent to the email list.
20 M: Package Maintainer: Cc address for patches and questions. Responsible
21 for reviewing and pushing package changes to source control.
22 R: Package Reviewer: Cc address for patches and questions. Reviewers help
23 maintainers review code, but don't have push access. A designated Package
24 Reviewer is reasonably familiar with the Package (or some modules
25 thereof), and/or provides testing or regression testing for the Package
26 (or some modules thereof), in certain platforms and environments.
27 W: Web-page with status/info
28 T: SCM tree type and location. Type is one of: git, svn.
29 S: Status, one of the following:
30 Supported: Someone is actually paid to look after this.
31 Maintained: Someone actually looks after it.
32 Odd Fixes: It has a maintainer but they don't have time to do
33 much other than throw the odd patch in. See below.
34 Orphan: No current maintainer [but maybe you could take the
35 role as you write your new code].
36 Obsolete: Old code. Something tagged obsolete generally means
37 it has been replaced by a better system and you
38 should be using that.
39 F: Files and directories with wildcard patterns.
40 A trailing slash includes all files and subdirectory files.
41 F: MdeModulePkg/ all files in and below MdeModulePkg
42 F: MdeModulePkg/* all files in MdeModulePkg, but not below
43 F: */Pci/* all files in a directory called Pci, at any depth in
44 the hierarchy, but not below
45 One pattern per line. Multiple F: lines per section acceptable.
46 X: Files and directories that are NOT maintained, same rules as F:
47 Files exclusions are tested after file matches.
48 Can be useful for excluding a specific subdirectory, for instance:
49 F: NetworkPkg/
50 X: NetworkPkg/Ip6Dxe/
51 matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/
52 Filenames not caught by any F: rule get matched as being located in the top-
53 level directory. (Internally, the script looks for a match called '<default>',
54 so please don't add a file called that in the top-level directory.)
55
56EDK II
57------
58W: http://www.tianocore.org/edk2/
59L: https://edk2.groups.io/g/devel/
60T: git - https://github.com/tianocore/edk2.git
61T: git (mirror) - https://bitbucket.org/tianocore/edk2.git
62
63All patches CC:d here
64L: [email protected]
65F: *
66F: */
67
68Tianocore Stewards
69------------------
70F: *
71M: Andrew Fish <[email protected]> [ajfish]
72M: Leif Lindholm <[email protected]> [leiflindholm]
73M: Michael D Kinney <[email protected]> [mdkinney]
74
75Responsible Disclosure, Reporting Security Issues
76-------------------------------------------------
77W: https://github.com/tianocore/tianocore.github.io/wiki/Security
78
79EDK II Releases:
80----------------
81W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
82M: Liming Gao <[email protected]> [lgao4]
83
84UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
85-----------------------------------------------------------
86W: https://github.com/tianocore/edk2/releases/
87M: Ray Ni <[email protected]> [niruiyu] (Ia32/X64)
88M: Zhichao Gao <[email protected]> [ZhichaoGao] (Ia32/X64)
89M: Leif Lindholm <[email protected]> [leiflindholm] (ARM/AArch64)
90M: Ard Biesheuvel <[email protected]> [ardbiesheuvel] (ARM/AArch64)
91
92EDK II Architectures:
93---------------------
94ARM, AARCH64
95F: */AArch64/
96F: */Arm/
97M: Leif Lindholm <[email protected]> [leiflindholm]
98M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
99
100RISCV64
101F: */RiscV64/
102M: Sunil V L <[email protected]> [vlsunil]
103R: Daniel Schaefer <[email protected]> [JohnAZoidberg]
104
105LOONGARCH64
106F: */LoongArch64/
107M: Chao Li <[email protected]> [kilaterlee]
108M: Baoqi Zhang <[email protected]> [zhangbaoqi-ls]
109R: Dongyan Qian <[email protected]> [MarsDoge]
110
111EDK II Continuous Integration:
112------------------------------
113.azurepipelines/
114F: .azurepipelines/
115M: Sean Brogan <[email protected]> [spbrogan]
116M: Michael Kubacki <[email protected]> [makubacki]
117R: Michael D Kinney <[email protected]> [mdkinney]
118R: Liming Gao <[email protected]> [lgao4]
119
120.devcontainer/
121F: .devcontainer/
122M: Michael Kubacki <[email protected]> [makubacki]
123R: Chris Fernald <[email protected]> [cfernald]
124
125.github/
126F: .github/
127M: Sean Brogan <[email protected]> [spbrogan]
128M: Michael Kubacki <[email protected]> [makubacki]
129R: Michael D Kinney <[email protected]> [mdkinney]
130
131.mergify/
132F: .mergify/
133M: Michael D Kinney <[email protected]> [mdkinney]
134M: Liming Gao <[email protected]> [lgao4]
135R: Sean Brogan <[email protected]> [spbrogan]
136
137.pytool/
138F: .pytool/
139M: Sean Brogan <[email protected]> [spbrogan]
140M: Michael Kubacki <[email protected]> [makubacki]
141R: Michael D Kinney <[email protected]> [mdkinney]
142R: Liming Gao <[email protected]> [lgao4]
143
144EDK II Packages:
145----------------
146ArmPkg
147F: ArmPkg/
148W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
149M: Leif Lindholm <[email protected]> [leiflindholm]
150M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
151R: Sami Mujawar <[email protected]> [samimujawar]
152
153ArmPlatformPkg
154F: ArmPlatformPkg/
155W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
156M: Leif Lindholm <[email protected]> [leiflindholm]
157M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
158
159ArmVirtPkg
160F: ArmVirtPkg/
161W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
162M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
163R: Leif Lindholm <[email protected]> [leiflindholm]
164R: Sami Mujawar <[email protected]> [samimujawar]
165R: Gerd Hoffmann <[email protected]> [kraxel]
166
167ArmVirtPkg: modules used on Xen
168F: ArmVirtPkg/ArmVirtXen.*
169F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
170F: ArmVirtPkg/Library/XenVirtMemInfoLib/
171F: ArmVirtPkg/PrePi/
172F: ArmVirtPkg/XenAcpiPlatformDxe/
173F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
174F: ArmVirtPkg/XenioFdtDxe/
175R: Julien Grall <[email protected]> [jgrall]
176
177BaseTools
178F: BaseTools/
179W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
180M: Bob Feng <[email protected]> [BobCF]
181M: Liming Gao <[email protected]> [lgao4]
182R: Yuwei Chen <[email protected]> [YuweiChen1110]
183
184CryptoPkg
185F: CryptoPkg/
186W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
187M: Jiewen Yao <[email protected]> [jyao1]
188M: Jian J Wang <[email protected]> [jwang36]
189R: Xiaoyu Lu <[email protected]> [xiaoyuxlu]
190R: Guomin Jiang <[email protected]> [guominjia]
191
192DynamicTablesPkg
193F: DynamicTablesPkg/
194W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
195M: Sami Mujawar <[email protected]> [samimujawar]
196M: Alexei Fedorov <[email protected]> [AlexeiFedorov]
197R: Pierre Gondois <[email protected]> [pierregondois]
198
199EmbeddedPkg
200F: EmbeddedPkg/
201W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
202M: Leif Lindholm <[email protected]> [leiflindholm]
203M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
204M: Abner Chang <[email protected]> [changab]
205R: Daniel Schaefer <[email protected]> [JohnAZoidberg]
206
207EmulatorPkg
208F: EmulatorPkg/
209W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
210M: Andrew Fish <[email protected]> [ajfish]
211M: Ray Ni <[email protected]> [niruiyu]
212S: Maintained
213
214EmulatorPkg: Redfish-related modules
215F: EmulatorPkg/*Redfish*
216M: Abner Chang <[email protected]> [changab]
217M: Nickle Wang <[email protected]> [nicklela]
218
219FatPkg
220F: FatPkg/
221W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
222M: Ray Ni <[email protected]> [niruiyu]
223T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
224T: git - https://github.com/tianocore/edk2-FatPkg.git
225
226FmpDevicePkg
227F: FmpDevicePkg/
228W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
229M: Liming Gao <[email protected]> [lgao4]
230M: Michael D Kinney <[email protected]> [mdkinney]
231R: Guomin Jiang <[email protected]> [guominjia]
232R: Wei6 Xu <[email protected]> [xuweiintel]
233
234IntelFsp2Pkg
235F: IntelFsp2Pkg/
236W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
237M: Chasel Chiu <[email protected]> [ChaselChiu]
238M: Nate DeSimone <[email protected]> [nate-desimone]
239R: Star Zeng <[email protected]> [lzeng14]
240
241IntelFsp2WrapperPkg
242F: IntelFsp2WrapperPkg/
243W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
244M: Chasel Chiu <[email protected]> [ChaselChiu]
245M: Nate DeSimone <[email protected]> [nate-desimone]
246R: Star Zeng <[email protected]> [lzeng14]
247
248MdeModulePkg
249F: MdeModulePkg/
250W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
251M: Jian J Wang <[email protected]> [jwang36]
252M: Liming Gao <[email protected]> [lgao4]
253
254MdeModulePkg: ACPI modules
255F: MdeModulePkg/Include/*Acpi*.h
256F: MdeModulePkg/Universal/Acpi/
257R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
258R: Dandan Bi <[email protected]> [dandanbi]
259R: Liming Gao <[email protected]> [lgao4]
260
261MdeModulePkg: ACPI modules related to S3
262F: MdeModulePkg/*LockBox*/
263F: MdeModulePkg/Include/*BootScript*.h
264F: MdeModulePkg/Include/*LockBox*.h
265F: MdeModulePkg/Include/*S3*.h
266F: MdeModulePkg/Library/*S3*/
267R: Hao A Wu <[email protected]> [hwu25]
268R: Eric Dong <[email protected]> [ydong10]
269
270MdeModulePkg: BDS modules
271F: MdeModulePkg/*BootManager*/
272F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
273F: MdeModulePkg/Universal/BdsDxe/
274F: MdeModulePkg/Universal/DevicePathDxe/
275F: MdeModulePkg/Universal/DriverHealthManagerDxe/
276F: MdeModulePkg/Universal/LoadFileOnFv2/
277F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
278R: Zhichao Gao <[email protected]> [ZhichaoGao]
279R: Ray Ni <[email protected]> [niruiyu]
280
281MdeModulePkg: Console and Graphics modules
282F: MdeModulePkg/*Logo*/
283F: MdeModulePkg/Include/*Logo*.h
284F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
285F: MdeModulePkg/Include/Guid/Console*.h
286F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
287F: MdeModulePkg/Include/Guid/TtyTerm.h
288F: MdeModulePkg/Include/Library/BmpSupportLib.h
289F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
290F: MdeModulePkg/Library/BaseBmpSupportLib/
291F: MdeModulePkg/Library/FrameBufferBltLib/
292F: MdeModulePkg/Universal/Console/
293R: Zhichao Gao <[email protected]> [ZhichaoGao]
294R: Ray Ni <[email protected]> [niruiyu]
295
296MdeModulePkg: Core services (PEI, DXE and Runtime) modules
297F: MdeModulePkg/*Mem*/
298F: MdeModulePkg/*SectionExtract*/
299F: MdeModulePkg/*StatusCode*/
300F: MdeModulePkg/Application/DumpDynPcd/
301F: MdeModulePkg/Core/Dxe/
302F: MdeModulePkg/Core/DxeIplPeim/
303F: MdeModulePkg/Core/RuntimeDxe/
304F: MdeModulePkg/Include/*Mem*.h
305F: MdeModulePkg/Include/*Pcd*.h
306F: MdeModulePkg/Include/*Perf*.h
307F: MdeModulePkg/Include/*StatusCode*.h
308F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
309F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
310F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
311F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
312F: MdeModulePkg/Include/Guid/LzmaDecompress.h
313F: MdeModulePkg/Include/Library/SecurityManagementLib.h
314F: MdeModulePkg/Library/*Decompress*/
315F: MdeModulePkg/Library/*Perf*/
316F: MdeModulePkg/Library/DxeSecurityManagementLib/
317F: MdeModulePkg/Universal/PCD/
318F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
319F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
320R: Dandan Bi <[email protected]> [dandanbi]
321R: Liming Gao <[email protected]> [lgao4]
322
323MdeModulePkg: Device and Peripheral modules
324F: MdeModulePkg/*PciHostBridge*/
325F: MdeModulePkg/Bus/
326F: MdeModulePkg/Include/*Ata*.h
327F: MdeModulePkg/Include/*IoMmu*.h
328F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
329F: MdeModulePkg/Include/*NvmExpress*.h
330F: MdeModulePkg/Include/*SdMmc*.h
331F: MdeModulePkg/Include/*Ufs*.h
332F: MdeModulePkg/Include/*Usb*.h
333F: MdeModulePkg/Include/Guid/RecoveryDevice.h
334F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
335F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
336F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
337F: MdeModulePkg/Include/Protocol/Ps2Policy.h
338F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
339F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
340R: Hao A Wu <[email protected]> [hwu25]
341R: Ray Ni <[email protected]> [niruiyu]
342
343MdeModulePkg: Disk modules
344F: MdeModulePkg/Universal/Disk/
345R: Hao A Wu <[email protected]> [hwu25]
346R: Ray Ni <[email protected]> [niruiyu]
347R: Zhichao Gao <[email protected]> [ZhichaoGao]
348
349MdeModulePkg: Firmware Update modules
350F: MdeModulePkg/*Capsule*/
351F: MdeModulePkg/Include/*Capsule*.h
352F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
353F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
354F: MdeModulePkg/Include/Protocol/EsrtManagement.h
355F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
356F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
357F: MdeModulePkg/Library/FmpAuthenticationLibNull/
358F: MdeModulePkg/Universal/Esrt*/
359R: Liming Gao <[email protected]> [lgao4]
360R: Guomin Jiang <[email protected]> [guominjia]
361
362MdeModulePkg: HII and UI modules
363F: MdeModulePkg/*FileExplorer*/
364F: MdeModulePkg/*Hii*/
365F: MdeModulePkg/*Ui*/
366F: MdeModulePkg/Application/BootManagerMenuApp/
367F: MdeModulePkg/Include/*FileExplorer*.h
368F: MdeModulePkg/Include/*FormBrowser*.h
369F: MdeModulePkg/Include/*Hii*.h
370F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
371F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
372F: MdeModulePkg/Library/CustomizedDisplayLib/
373F: MdeModulePkg/Universal/DisplayEngineDxe/
374F: MdeModulePkg/Universal/DriverSampleDxe/
375F: MdeModulePkg/Universal/SetupBrowserDxe/
376R: Dandan Bi <[email protected]> [dandanbi]
377R: Eric Dong <[email protected]> [ydong10]
378
379MdeModulePkg: Management Mode (MM, SMM) modules
380F: MdeModulePkg/*Smi*/
381F: MdeModulePkg/*Smm*/
382F: MdeModulePkg/Include/*Smi*.h
383F: MdeModulePkg/Include/*Smm*.h
384R: Jiaxin Wu <[email protected]> [jiaxinwu]
385R: Ray Ni <[email protected]> [niruiyu]
386
387MdeModulePkg: Pei Core
388F: MdeModulePkg/Core/Pei/
389R: Dandan Bi <[email protected]> [dandanbi]
390R: Liming Gao <[email protected]> [lgao4]
391R: Debkumar De <[email protected]> [dde01]
392R: Catharine West <[email protected]> [catharine-intl]
393
394MdeModulePkg: Reset modules
395F: MdeModulePkg/*Reset*/
396F: MdeModulePkg/Include/*Reset*.h
397R: Zhichao Gao <[email protected]> [ZhichaoGao]
398R: Ray Ni <[email protected]> [niruiyu]
399
400MdeModulePkg: Serial modules
401F: MdeModulePkg/*Serial*/
402F: MdeModulePkg/Include/*SerialPort*.h
403R: Ray Ni <[email protected]> [niruiyu]
404R: Zhichao Gao <[email protected]> [ZhichaoGao]
405
406MdeModulePkg: SMBIOS modules
407F: MdeModulePkg/Universal/Smbios*/
408R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
409R: Dandan Bi <[email protected]> [dandanbi]
410R: Star Zeng <[email protected]> [lzeng14]
411R: Zhichao Gao <[email protected]> [ZhichaoGao]
412
413MdeModulePkg: UEFI Variable modules
414F: MdeModulePkg/*Var*/
415F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
416F: MdeModulePkg/Include/*/*Var*.h
417F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
418F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
419F: MdeModulePkg/Universal/FaultTolerantWrite*/
420R: Hao A Wu <[email protected]> [hwu25]
421R: Liming Gao <[email protected]> [lgao4]
422
423MdeModulePkg: Universal Payload definitions
424F: MdeModulePkg/Include/UniversalPayload/
425R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
426R: Ray Ni <[email protected]> [niruiyu]
427R: Gua Guo <[email protected]> [gguo11837463]
428
429MdePkg
430F: MdePkg/
431W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
432M: Michael D Kinney <[email protected]> [mdkinney]
433M: Liming Gao <[email protected]> [lgao4]
434R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
435
436NetworkPkg
437F: NetworkPkg/
438W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
439M: Maciej Rabeda <[email protected]> [mrabeda]
440R: Siyuan Fu <[email protected]> [sfu5]
441
442OvmfPkg
443F: OvmfPkg/
444W: http://www.tianocore.org/ovmf/
445M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
446M: Jiewen Yao <[email protected]> [jyao1]
447R: Jordan Justen <[email protected]> [jljusten]
448R: Gerd Hoffmann <[email protected]> [kraxel]
449S: Maintained
450
451OvmfPkg: bhyve-related modules
452F: OvmfPkg/Bhyve/
453F: OvmfPkg/Include/IndustryStandard/Bhyve.h
454F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
455F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
456F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
457F: OvmfPkg/Library/BhyveFwCtlLib/
458F: OvmfPkg/Library/PciHostBridgeLibScan/
459F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
460F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
461F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
462R: Rebecca Cran <[email protected]> [bcran]
463R: Peter Grehan <[email protected]> [grehan-freebsd]
464
465OvmfPkg: cloudhv-related modules
466F: OvmfPkg/CloudHv/
467F: OvmfPkg/Include/IndustryStandard/CloudHv.h
468R: Sebastien Boeuf <[email protected]> [sboeuf]
469
470OvmfPkg: microvm-related modules
471F: OvmfPkg/Microvm/
472F: OvmfPkg/Include/IndustryStandard/Microvm.h
473F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
474R: Gerd Hoffmann <[email protected]> [kraxel]
475
476OvmfPkg: CSM modules
477F: OvmfPkg/Csm/
478R: David Woodhouse <[email protected]> [dwmw2]
479
480OvmfPkg: Confidential Computing
481F: OvmfPkg/AmdSev/
482F: OvmfPkg/AmdSevDxe/
483F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
484F: OvmfPkg/Include/Library/MemEncryptSevLib.h
485F: OvmfPkg/IoMmuDxe/CcIoMmu.*
486F: OvmfPkg/Library/BaseMemEncryptSevLib/
487F: OvmfPkg/Library/PlatformBootManagerLibGrub/
488F: OvmfPkg/Library/CcExitLib/
489F: OvmfPkg/PlatformPei/AmdSev.c
490F: OvmfPkg/ResetVector/
491F: OvmfPkg/Sec/
492R: Erdem Aktas <[email protected]> [ruleof2]
493R: James Bottomley <[email protected]> [jejb]
494R: Jiewen Yao <[email protected]> [jyao1]
495R: Min Xu <[email protected]> [mxu9]
496R: Tom Lendacky <[email protected]> [tlendacky]
497R: Michael Roth <[email protected]> [mdroth]
498
499OvmfPkg: FDT related modules
500F: OvmfPkg/Fdt
501R: Leif Lindholm <[email protected]> [leiflindholm]
502R: Gerd Hoffmann <[email protected]> [kraxel]
503R: Abner Chang <[email protected]> [changab]
504
505OvmfPkg: LsiScsi driver
506F: OvmfPkg/LsiScsiDxe/
507R: Gary Lin <[email protected]> [lcp]
508
509OvmfPkg: TCG- and TPM2-related modules
510F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
511F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
512F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
513F: OvmfPkg/PlatformPei/ClearCache.c
514F: OvmfPkg/Tcg/
515R: Marc-André Lureau <[email protected]> [elmarco]
516R: Stefan Berger <[email protected]> [stefanberger]
517
518OvmfPkg: Xen-related modules
519F: OvmfPkg/Include/Guid/XenBusRootDevice.h
520F: OvmfPkg/Include/Guid/XenInfo.h
521F: OvmfPkg/Include/IndustryStandard/Xen/
522F: OvmfPkg/Include/Library/XenHypercallLib.h
523F: OvmfPkg/Include/Library/XenIoMmioLib.h
524F: OvmfPkg/Include/Library/XenPlatformLib.h
525F: OvmfPkg/Include/Protocol/XenBus.h
526F: OvmfPkg/Include/Protocol/XenIo.h
527F: OvmfPkg/Library/PciHostBridgeLibScan/
528F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
529F: OvmfPkg/Library/XenConsoleSerialPortLib/
530F: OvmfPkg/Library/XenHypercallLib/
531F: OvmfPkg/Library/XenIoMmioLib/
532F: OvmfPkg/Library/XenPlatformLib/
533F: OvmfPkg/Library/XenRealTimeClockLib/
534F: OvmfPkg/OvmfXen.*
535F: OvmfPkg/OvmfXenElfHeaderGenerator.c
536F: OvmfPkg/SmbiosPlatformDxe/*Xen*
537F: OvmfPkg/XenAcpiPlatformDxe/
538F: OvmfPkg/XenBusDxe/
539F: OvmfPkg/XenIoPciDxe/
540F: OvmfPkg/XenIoPvhDxe/
541F: OvmfPkg/XenPlatformPei/
542F: OvmfPkg/XenPvBlkDxe/
543F: OvmfPkg/XenResetVector/
544R: Anthony Perard <[email protected]> [tperard]
545R: Julien Grall <[email protected]> [jgrall]
546
547OvmfPkg: RISC-V Qemu Virt Platform
548F: OvmfPkg/RiscVVirt
549R: Sunil V L <[email protected]> [vlsunil]
550R: Andrei Warkentin <[email protected]> [andreiw]
551
552PcAtChipsetPkg
553F: PcAtChipsetPkg/
554W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
555M: Ray Ni <[email protected]> [niruiyu]
556
557PrmPkg
558F: PrmPkg/
559M: Michael Kubacki <[email protected]> [makubacki]
560M: Nate DeSimone <[email protected]> [nate-desimone]
561
562PrmPkg: ACPI related modules
563R: Ankit Sinha <[email protected]> [ankit13s]
564
565RedfishPkg: Redfish related modules
566F: RedfishPkg/
567M: Abner Chang <[email protected]> [changab]
568M: Nickle Wang <[email protected]> [nicklela]
569R: Igor Kulchytskyy <[email protected]> [igorkulchytskyy]
570
571SecurityPkg
572F: SecurityPkg/
573W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
574M: Jiewen Yao <[email protected]> [jyao1]
575M: Jian J Wang <[email protected]> [jwang36]
576
577SecurityPkg: Secure boot related modules
578F: SecurityPkg/Library/DxeImageVerificationLib/
579F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
580F: SecurityPkg/Library/AuthVariableLib/
581R: Min Xu <[email protected]> [mxu9]
582
583SecurityPkg: Tcg related modules
584F: SecurityPkg/Tcg/
585R: Qi Zhang <[email protected]> [qizhangz]
586R: Rahul Kumar <[email protected]> [rahul1-kumar]
587
588ShellPkg
589F: ShellPkg/
590W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
591M: Ray Ni <[email protected]> [niruiyu]
592M: Zhichao Gao <[email protected]> [ZhichaoGao]
593
594SignedCapsulePkg
595F: SignedCapsulePkg/
596W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
597M: Jian J Wang <[email protected]> [jwang36]
598
599SourceLevelDebugPkg
600F: SourceLevelDebugPkg/
601W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
602M: Hao A Wu <[email protected]> [hwu25]
603
604StandaloneMmPkg
605F: StandaloneMmPkg/
606M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
607M: Sami Mujawar <[email protected]> [samimujawar]
608M: Jiewen Yao <[email protected]> [jyao1]
609R: Supreeth Venkatesh <[email protected]> [supven01]
610
611UefiCpuPkg
612F: UefiCpuPkg/
613W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
614M: Eric Dong <[email protected]> [ydong10]
615M: Ray Ni <[email protected]> [niruiyu]
616R: Rahul Kumar <[email protected]> [rahul1-kumar]
617R: Gerd Hoffmann <[email protected]> [kraxel]
618
619UefiCpuPkg: Sec related modules
620F: UefiCpuPkg/SecCore/
621F: UefiCpuPkg/ResetVector/
622R: Debkumar De <[email protected]> [dde01]
623R: Catharine West <[email protected]> [catharine-intl]
624
625UefiPayloadPkg
626F: UefiPayloadPkg/
627W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
628M: Guo Dong <[email protected]> [gdong1]
629M: Ray Ni <[email protected]> [niruiyu]
630M: Sean Rhodes <[email protected]> [Sean-StarLabs]
631M: James Lu <[email protected]> [jameslu8]
632R: Gua Guo <[email protected]> [gguo11837463]
633S: Maintained
634
635UnitTestFrameworkPkg
636F: UnitTestFrameworkPkg/
637M: Michael D Kinney <[email protected]> [mdkinney]
638M: Michael Kubacki <[email protected]> [makubacki]
639R: Sean Brogan <[email protected]> [spbrogan]
640S: Maintained
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette