VirtualBox

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

最後變更 在這個檔案從105598是 101291,由 vboxsync 提交於 14 月 前

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 24.4 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
84EDK II Architectures:
85---------------------
86ARM, AARCH64
87F: */AArch64/
88F: */Arm/
89M: Leif Lindholm <[email protected]> [leiflindholm]
90M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
91
92RISCV64
93F: */RiscV64/
94M: Sunil V L <[email protected]> [vlsunil]
95R: Daniel Schaefer <[email protected]> [JohnAZoidberg]
96
97LOONGARCH64
98F: */LoongArch64/
99M: Chao Li <[email protected]> [kilaterlee]
100M: Baoqi Zhang <[email protected]> [zhangbaoqi-ls]
101R: Dongyan Qian <[email protected]> [MarsDoge]
102
103EDK II Continuous Integration:
104------------------------------
105.azurepipelines/
106F: .azurepipelines/
107M: Sean Brogan <[email protected]> [spbrogan]
108M: Michael Kubacki <[email protected]> [makubacki]
109R: Michael D Kinney <[email protected]> [mdkinney]
110R: Liming Gao <[email protected]> [lgao4]
111
112.devcontainer/
113F: .devcontainer/
114M: Michael Kubacki <[email protected]> [makubacki]
115R: Chris Fernald <[email protected]> [cfernald]
116
117.github/
118F: .github/
119M: Sean Brogan <[email protected]> [spbrogan]
120M: Michael Kubacki <[email protected]> [makubacki]
121R: Michael D Kinney <[email protected]> [mdkinney]
122
123.mergify/
124F: .mergify/
125M: Michael D Kinney <[email protected]> [mdkinney]
126M: Liming Gao <[email protected]> [lgao4]
127R: Sean Brogan <[email protected]> [spbrogan]
128
129.pytool/
130F: .pytool/
131M: Sean Brogan <[email protected]> [spbrogan]
132M: Michael Kubacki <[email protected]> [makubacki]
133R: Michael D Kinney <[email protected]> [mdkinney]
134R: Liming Gao <[email protected]> [lgao4]
135
136EDK II Packages:
137----------------
138ArmPkg
139F: ArmPkg/
140W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
141M: Leif Lindholm <[email protected]> [leiflindholm]
142M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
143R: Sami Mujawar <[email protected]> [samimujawar]
144
145ArmPlatformPkg
146F: ArmPlatformPkg/
147W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
148M: Leif Lindholm <[email protected]> [leiflindholm]
149M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
150
151ArmVirtPkg
152F: ArmVirtPkg/
153W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
154M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
155R: Leif Lindholm <[email protected]> [leiflindholm]
156R: Sami Mujawar <[email protected]> [samimujawar]
157R: Gerd Hoffmann <[email protected]> [kraxel]
158
159ArmVirtPkg: modules used on Xen
160F: ArmVirtPkg/ArmVirtXen.*
161F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
162F: ArmVirtPkg/Library/XenVirtMemInfoLib/
163F: ArmVirtPkg/PrePi/
164F: ArmVirtPkg/XenAcpiPlatformDxe/
165F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
166F: ArmVirtPkg/XenioFdtDxe/
167R: Julien Grall <[email protected]> [jgrall]
168
169BaseTools
170F: BaseTools/
171W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
172M: Rebecca Cran <[email protected]> [bcran]
173M: Liming Gao <[email protected]> [lgao4]
174R: Bob Feng <[email protected]> [BobCF]
175R: Yuwei Chen <[email protected]> [YuweiChen1110]
176
177CryptoPkg
178F: CryptoPkg/
179W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
180M: Jiewen Yao <[email protected]> [jyao1]
181M: Yi Li <[email protected]> [liyi77]
182R: Xiaoyu Lu <[email protected]> [xiaoyuxlu]
183R: Guomin Jiang <[email protected]> [guominjia]
184
185DynamicTablesPkg
186F: DynamicTablesPkg/
187W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
188M: Sami Mujawar <[email protected]> [samimujawar]
189M: Alexei Fedorov <[email protected]> [AlexeiFedorov]
190R: Pierre Gondois <[email protected]> [pierregondois]
191
192EmbeddedPkg
193F: EmbeddedPkg/
194W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
195M: Leif Lindholm <[email protected]> [leiflindholm]
196M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
197M: Abner Chang <[email protected]> [changab]
198R: Daniel Schaefer <[email protected]> [JohnAZoidberg]
199
200EmulatorPkg
201F: EmulatorPkg/
202W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
203M: Andrew Fish <[email protected]> [ajfish]
204M: Ray Ni <[email protected]> [niruiyu]
205S: Maintained
206
207EmulatorPkg: Redfish-related modules
208F: EmulatorPkg/*Redfish*
209M: Abner Chang <[email protected]> [changab]
210M: Nickle Wang <[email protected]> [nicklela]
211
212FatPkg
213F: FatPkg/
214W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
215M: Ray Ni <[email protected]> [niruiyu]
216T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
217T: git - https://github.com/tianocore/edk2-FatPkg.git
218
219FmpDevicePkg
220F: FmpDevicePkg/
221W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
222M: Liming Gao <[email protected]> [lgao4]
223M: Michael D Kinney <[email protected]> [mdkinney]
224R: Guomin Jiang <[email protected]> [guominjia]
225R: Wei6 Xu <[email protected]> [xuweiintel]
226
227IntelFsp2Pkg
228F: IntelFsp2Pkg/
229W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
230M: Chasel Chiu <[email protected]> [ChaselChiu]
231M: Nate DeSimone <[email protected]> [nate-desimone]
232M: Duggapu Chinni B <[email protected]> [cbduggap]
233M: Ray Han Lim Ng <[email protected]> [rayhanlimng]
234R: Star Zeng <[email protected]> [lzeng14]
235R: Ted Kuo <[email protected]> [tedkuo1]
236R: Ashraf Ali S <[email protected]> [AshrafAliS]
237R: Susovan Mohapatra <[email protected]> [susovanmohapatra]
238
239IntelFsp2WrapperPkg
240F: IntelFsp2WrapperPkg/
241W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
242M: Chasel Chiu <[email protected]> [ChaselChiu]
243M: Nate DeSimone <[email protected]> [nate-desimone]
244M: Duggapu Chinni B <[email protected]> [cbduggap]
245M: Chen Gang C <[email protected]> [chengangc]
246R: Star Zeng <[email protected]> [lzeng14]
247R: Ted Kuo <[email protected]> [tedkuo1]
248R: Ashraf Ali S <[email protected]> [AshrafAliS]
249R: Susovan Mohapatra <[email protected]> [susovanmohapatra]
250
251MdeModulePkg
252F: MdeModulePkg/
253W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
254M: Jian J Wang <[email protected]> [jwang36]
255M: Liming Gao <[email protected]> [lgao4]
256
257MdeModulePkg: ACPI modules
258F: MdeModulePkg/Include/*Acpi*.h
259F: MdeModulePkg/Universal/Acpi/
260R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
261R: Dandan Bi <[email protected]> [dandanbi]
262R: Liming Gao <[email protected]> [lgao4]
263
264MdeModulePkg: ACPI modules related to S3
265F: MdeModulePkg/*LockBox*/
266F: MdeModulePkg/Include/*BootScript*.h
267F: MdeModulePkg/Include/*LockBox*.h
268F: MdeModulePkg/Include/*S3*.h
269F: MdeModulePkg/Library/*S3*/
270R: Hao A Wu <[email protected]> [hwu25]
271R: Eric Dong <[email protected]> [ydong10]
272
273MdeModulePkg: BDS modules
274F: MdeModulePkg/*BootManager*/
275F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
276F: MdeModulePkg/Universal/BdsDxe/
277F: MdeModulePkg/Universal/DevicePathDxe/
278F: MdeModulePkg/Universal/DriverHealthManagerDxe/
279F: MdeModulePkg/Universal/LoadFileOnFv2/
280F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
281R: Zhichao Gao <[email protected]> [ZhichaoGao]
282R: Ray Ni <[email protected]> [niruiyu]
283
284MdeModulePkg: Console and Graphics modules
285F: MdeModulePkg/*Logo*/
286F: MdeModulePkg/Include/*Logo*.h
287F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
288F: MdeModulePkg/Include/Guid/Console*.h
289F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
290F: MdeModulePkg/Include/Guid/TtyTerm.h
291F: MdeModulePkg/Include/Library/BmpSupportLib.h
292F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
293F: MdeModulePkg/Library/BaseBmpSupportLib/
294F: MdeModulePkg/Library/FrameBufferBltLib/
295F: MdeModulePkg/Universal/Console/
296R: Zhichao Gao <[email protected]> [ZhichaoGao]
297R: Ray Ni <[email protected]> [niruiyu]
298
299MdeModulePkg: Core services (PEI, DXE and Runtime) modules
300F: MdeModulePkg/*Mem*/
301F: MdeModulePkg/*SectionExtract*/
302F: MdeModulePkg/*StatusCode*/
303F: MdeModulePkg/Application/DumpDynPcd/
304F: MdeModulePkg/Core/Dxe/
305F: MdeModulePkg/Core/DxeIplPeim/
306F: MdeModulePkg/Core/RuntimeDxe/
307F: MdeModulePkg/Include/*Mem*.h
308F: MdeModulePkg/Include/*Pcd*.h
309F: MdeModulePkg/Include/*Perf*.h
310F: MdeModulePkg/Include/*StatusCode*.h
311F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
312F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
313F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
314F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
315F: MdeModulePkg/Include/Guid/LzmaDecompress.h
316F: MdeModulePkg/Include/Library/SecurityManagementLib.h
317F: MdeModulePkg/Library/*Decompress*/
318F: MdeModulePkg/Library/*Perf*/
319F: MdeModulePkg/Library/DxeSecurityManagementLib/
320F: MdeModulePkg/Universal/PCD/
321F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
322F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
323R: Dandan Bi <[email protected]> [dandanbi]
324R: Liming Gao <[email protected]> [lgao4]
325
326MdeModulePkg: Device and Peripheral modules
327F: MdeModulePkg/*PciHostBridge*/
328F: MdeModulePkg/Bus/
329F: MdeModulePkg/Include/*Ata*.h
330F: MdeModulePkg/Include/*IoMmu*.h
331F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
332F: MdeModulePkg/Include/*NvmExpress*.h
333F: MdeModulePkg/Include/*SdMmc*.h
334F: MdeModulePkg/Include/*Ufs*.h
335F: MdeModulePkg/Include/*Usb*.h
336F: MdeModulePkg/Include/Guid/RecoveryDevice.h
337F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
338F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
339F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
340F: MdeModulePkg/Include/Protocol/Ps2Policy.h
341F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
342F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
343R: Hao A Wu <[email protected]> [hwu25]
344R: Ray Ni <[email protected]> [niruiyu]
345
346MdeModulePkg: Disk modules
347F: MdeModulePkg/Universal/Disk/
348R: Hao A Wu <[email protected]> [hwu25]
349R: Ray Ni <[email protected]> [niruiyu]
350R: Zhichao Gao <[email protected]> [ZhichaoGao]
351
352MdeModulePkg: Firmware Update modules
353F: MdeModulePkg/*Capsule*/
354F: MdeModulePkg/Include/*Capsule*.h
355F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
356F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
357F: MdeModulePkg/Include/Protocol/EsrtManagement.h
358F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
359F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
360F: MdeModulePkg/Library/FmpAuthenticationLibNull/
361F: MdeModulePkg/Universal/Esrt*/
362R: Liming Gao <[email protected]> [lgao4]
363R: Guomin Jiang <[email protected]> [guominjia]
364
365MdeModulePkg: HII and UI modules
366F: MdeModulePkg/*FileExplorer*/
367F: MdeModulePkg/*Hii*/
368F: MdeModulePkg/*Ui*/
369F: MdeModulePkg/Application/BootManagerMenuApp/
370F: MdeModulePkg/Include/*FileExplorer*.h
371F: MdeModulePkg/Include/*FormBrowser*.h
372F: MdeModulePkg/Include/*Hii*.h
373F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
374F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
375F: MdeModulePkg/Library/CustomizedDisplayLib/
376F: MdeModulePkg/Universal/DisplayEngineDxe/
377F: MdeModulePkg/Universal/DriverSampleDxe/
378F: MdeModulePkg/Universal/SetupBrowserDxe/
379R: Dandan Bi <[email protected]> [dandanbi]
380R: Eric Dong <[email protected]> [ydong10]
381
382MdeModulePkg: Management Mode (MM, SMM) modules
383F: MdeModulePkg/*Smi*/
384F: MdeModulePkg/*Smm*/
385F: MdeModulePkg/Include/*Smi*.h
386F: MdeModulePkg/Include/*Smm*.h
387R: Jiaxin Wu <[email protected]> [jiaxinwu]
388R: Ray Ni <[email protected]> [niruiyu]
389
390MdeModulePkg: Pei Core
391F: MdeModulePkg/Core/Pei/
392R: Dandan Bi <[email protected]> [dandanbi]
393R: Liming Gao <[email protected]> [lgao4]
394R: Debkumar De <[email protected]> [dde01]
395R: Catharine West <[email protected]> [catharine-intl]
396
397MdeModulePkg: Reset modules
398F: MdeModulePkg/*Reset*/
399F: MdeModulePkg/Include/*Reset*.h
400R: Zhichao Gao <[email protected]> [ZhichaoGao]
401R: Ray Ni <[email protected]> [niruiyu]
402
403MdeModulePkg: Serial modules
404F: MdeModulePkg/*Serial*/
405F: MdeModulePkg/Include/*SerialPort*.h
406R: Ray Ni <[email protected]> [niruiyu]
407R: Zhichao Gao <[email protected]> [ZhichaoGao]
408
409MdeModulePkg: SMBIOS modules
410F: MdeModulePkg/Universal/Smbios*/
411R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
412R: Dandan Bi <[email protected]> [dandanbi]
413R: Star Zeng <[email protected]> [lzeng14]
414R: Zhichao Gao <[email protected]> [ZhichaoGao]
415
416MdeModulePkg: UEFI Variable modules
417F: MdeModulePkg/*Var*/
418F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
419F: MdeModulePkg/Include/*/*Var*.h
420F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
421F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
422F: MdeModulePkg/Universal/FaultTolerantWrite*/
423R: Hao A Wu <[email protected]> [hwu25]
424R: Liming Gao <[email protected]> [lgao4]
425
426MdeModulePkg: Universal Payload definitions
427F: MdeModulePkg/Include/UniversalPayload/
428R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
429R: Ray Ni <[email protected]> [niruiyu]
430R: Gua Guo <[email protected]> [gguo11837463]
431
432MdeModulePkg: Trace Hub debug message related library instance
433F: MdeModulePkg/Library/TraceHubDebugSysTLib/
434F: MdeModulePkg/Include/Guid/TraceHubDebugInfoHob.h
435M: Gua Guo <[email protected]> [gguo11837463]
436M: Prakashan Krishnadas Veliyathuparambil <[email protected]> [kprakas2]
437R: Chan Laura <[email protected]> [lauracha]
438R: K N Karthik <[email protected]> [karthikkabbigere1]
439
440MdeModulePkg: USB Network modules
441F: MdeModulePkg/Bus/Usb/UsbNetwork
442F: MdeModulePkg/Include/Protocol/UsbEthernetProtocol.h
443M: Richard Ho <[email protected]> [richardho]
444R: Rebecca Cran <[email protected]> [bcran]
445
446MdePkg
447F: MdePkg/
448W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
449M: Michael D Kinney <[email protected]> [mdkinney]
450M: Liming Gao <[email protected]> [lgao4]
451R: Zhiguang Liu <[email protected]> [LiuZhiguang001]
452
453MdePkg: Trace Hub debug message related library instance
454F: MdePkg/Library/TraceHubDebugSysTLibNull/
455F: MdePkg/Library/MipiSysTLib/
456F: MdePkg/Include/Library/TraceHubDebugSysTLib.h
457F: MdePkg/Include/Library/MipiSysTLib.h
458M: Gua Guo <[email protected]> [gguo11837463]
459M: Prakashan Krishnadas Veliyathuparambil <[email protected]> [kprakas2]
460R: Chan Laura <[email protected]> [lauracha]
461R: K N Karthik <[email protected]> [karthikkabbigere1]
462
463MdePkg: FDT related library instance
464F: MdePkg/Library/BaseFdtLib/FdtLib.c
465F: MdePkg/Include/Library/FdtLib.h
466M: Benny Lin <[email protected]> [Benny3345678]
467R: Gua Guo <[email protected]> [gguo11837463]
468R: Chasel Chiu <[email protected]> [ChaselChiu]
469R: James Lu <[email protected]> [jameslu8]
470
471NetworkPkg
472F: NetworkPkg/
473W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
474R: Saloni Kasbekar <[email protected]> [SaloniKasbekar]
475R: Zachary Clark-williams <[email protected]> [Zclarkwilliams]
476
477OvmfPkg
478F: OvmfPkg/
479W: http://www.tianocore.org/ovmf/
480M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
481M: Jiewen Yao <[email protected]> [jyao1]
482R: Jordan Justen <[email protected]> [jljusten]
483R: Gerd Hoffmann <[email protected]> [kraxel]
484S: Maintained
485
486OvmfPkg: bhyve-related modules
487F: OvmfPkg/Bhyve/
488F: OvmfPkg/Include/IndustryStandard/Bhyve.h
489F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
490F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
491F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
492F: OvmfPkg/Library/BhyveFwCtlLib/
493F: OvmfPkg/Library/PciHostBridgeLibScan/
494F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
495F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
496F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
497R: Rebecca Cran <[email protected]> [bcran]
498R: Peter Grehan <[email protected]> [grehan-freebsd]
499R: Corvin Köhne <[email protected]> [corvink]
500
501OvmfPkg: cloudhv-related modules
502F: OvmfPkg/CloudHv/
503F: OvmfPkg/Include/IndustryStandard/CloudHv.h
504R: Jianyong Wu <[email protected]> [jongwu]
505R: Anatol Belski <[email protected]> [weltling]
506
507OvmfPkg: microvm-related modules
508F: OvmfPkg/Microvm/
509F: OvmfPkg/Include/IndustryStandard/Microvm.h
510F: OvmfPkg/Library/ResetSystemLib/*Microvm.*
511R: Gerd Hoffmann <[email protected]> [kraxel]
512
513OvmfPkg: CSM modules
514F: OvmfPkg/Csm/
515R: David Woodhouse <[email protected]> [dwmw2]
516
517OvmfPkg: Confidential Computing
518F: OvmfPkg/AmdSev/
519F: OvmfPkg/AmdSevDxe/
520F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
521F: OvmfPkg/Include/Library/MemEncryptSevLib.h
522F: OvmfPkg/IoMmuDxe/CcIoMmu.*
523F: OvmfPkg/Library/BaseMemEncryptSevLib/
524F: OvmfPkg/Library/PlatformBootManagerLibGrub/
525F: OvmfPkg/Library/CcExitLib/
526F: OvmfPkg/PlatformPei/AmdSev.c
527F: OvmfPkg/ResetVector/
528F: OvmfPkg/Sec/
529R: Erdem Aktas <[email protected]> [ruleof2]
530R: James Bottomley <[email protected]> [jejb]
531R: Jiewen Yao <[email protected]> [jyao1]
532R: Min Xu <[email protected]> [mxu9]
533R: Tom Lendacky <[email protected]> [tlendacky]
534R: Michael Roth <[email protected]> [mdroth]
535
536OvmfPkg: FDT related modules
537F: OvmfPkg/Fdt
538R: Leif Lindholm <[email protected]> [leiflindholm]
539R: Gerd Hoffmann <[email protected]> [kraxel]
540R: Abner Chang <[email protected]> [changab]
541
542OvmfPkg: LsiScsi driver
543F: OvmfPkg/LsiScsiDxe/
544R: Gary Lin <[email protected]> [lcp]
545
546OvmfPkg: TCG- and TPM2-related modules
547F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
548F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
549F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
550F: OvmfPkg/PlatformPei/ClearCache.c
551F: OvmfPkg/Tcg/
552R: Marc-André Lureau <[email protected]> [elmarco]
553R: Stefan Berger <[email protected]> [stefanberger]
554
555OvmfPkg: Xen-related modules
556F: OvmfPkg/Include/Guid/XenBusRootDevice.h
557F: OvmfPkg/Include/Guid/XenInfo.h
558F: OvmfPkg/Include/IndustryStandard/Xen/
559F: OvmfPkg/Include/Library/XenHypercallLib.h
560F: OvmfPkg/Include/Library/XenIoMmioLib.h
561F: OvmfPkg/Include/Library/XenPlatformLib.h
562F: OvmfPkg/Include/Protocol/XenBus.h
563F: OvmfPkg/Include/Protocol/XenIo.h
564F: OvmfPkg/Library/PciHostBridgeLibScan/
565F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
566F: OvmfPkg/Library/XenConsoleSerialPortLib/
567F: OvmfPkg/Library/XenHypercallLib/
568F: OvmfPkg/Library/XenIoMmioLib/
569F: OvmfPkg/Library/XenPlatformLib/
570F: OvmfPkg/Library/XenRealTimeClockLib/
571F: OvmfPkg/OvmfXen.*
572F: OvmfPkg/OvmfXenElfHeaderGenerator.c
573F: OvmfPkg/SmbiosPlatformDxe/*Xen*
574F: OvmfPkg/XenAcpiPlatformDxe/
575F: OvmfPkg/XenBusDxe/
576F: OvmfPkg/XenIoPciDxe/
577F: OvmfPkg/XenIoPvhDxe/
578F: OvmfPkg/XenPlatformPei/
579F: OvmfPkg/XenPvBlkDxe/
580F: OvmfPkg/XenResetVector/
581R: Anthony Perard <[email protected]> [tperard]
582R: Julien Grall <[email protected]> [jgrall]
583
584OvmfPkg: RISC-V Qemu Virt Platform
585F: OvmfPkg/RiscVVirt
586R: Sunil V L <[email protected]> [vlsunil]
587R: Andrei Warkentin <[email protected]> [andreiw]
588
589PcAtChipsetPkg
590F: PcAtChipsetPkg/
591W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
592M: Ray Ni <[email protected]> [niruiyu]
593
594PrmPkg
595F: PrmPkg/
596M: Michael Kubacki <[email protected]> [makubacki]
597M: Nate DeSimone <[email protected]> [nate-desimone]
598
599PrmPkg: ACPI related modules
600R: Ankit Sinha <[email protected]> [ankit13s]
601
602RedfishPkg: Redfish related modules
603F: RedfishPkg/
604M: Abner Chang <[email protected]> [changab]
605M: Nickle Wang <[email protected]> [nicklela]
606R: Igor Kulchytskyy <[email protected]> [igorkulchytskyy]
607
608SecurityPkg
609F: SecurityPkg/
610W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
611M: Jiewen Yao <[email protected]> [jyao1]
612M: Jian J Wang <[email protected]> [jwang36]
613
614SecurityPkg: Secure boot related modules
615F: SecurityPkg/Library/DxeImageVerificationLib/
616F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
617F: SecurityPkg/Library/AuthVariableLib/
618R: Min Xu <[email protected]> [mxu9]
619
620SecurityPkg: Tcg related modules
621F: SecurityPkg/Tcg/
622R: Qi Zhang <[email protected]> [qizhangz]
623R: Rahul Kumar <[email protected]> [rahul1-kumar]
624
625ShellPkg
626F: ShellPkg/
627W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
628M: Zhichao Gao <[email protected]> [ZhichaoGao]
629
630SignedCapsulePkg
631F: SignedCapsulePkg/
632W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
633M: Jian J Wang <[email protected]> [jwang36]
634
635SourceLevelDebugPkg
636F: SourceLevelDebugPkg/
637W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
638M: Hao A Wu <[email protected]> [hwu25]
639
640StandaloneMmPkg
641F: StandaloneMmPkg/
642M: Ard Biesheuvel <[email protected]> [ardbiesheuvel]
643M: Sami Mujawar <[email protected]> [samimujawar]
644M: Ray Ni <[email protected]> [niruiyu]
645
646UefiCpuPkg
647F: UefiCpuPkg/
648W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
649M: Eric Dong <[email protected]> [ydong10]
650M: Ray Ni <[email protected]> [niruiyu]
651R: Rahul Kumar <[email protected]> [rahul1-kumar]
652R: Gerd Hoffmann <[email protected]> [kraxel]
653
654UefiCpuPkg: Sec related modules
655F: UefiCpuPkg/SecCore/
656F: UefiCpuPkg/ResetVector/
657R: Debkumar De <[email protected]> [dde01]
658R: Catharine West <[email protected]> [catharine-intl]
659
660UefiPayloadPkg
661F: UefiPayloadPkg/
662W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
663M: Guo Dong <[email protected]> [gdong1]
664M: Sean Rhodes <[email protected]> [Sean-StarLabs]
665M: James Lu <[email protected]> [jameslu8]
666R: Gua Guo <[email protected]> [gguo11837463]
667S: Maintained
668
669UnitTestFrameworkPkg
670F: UnitTestFrameworkPkg/
671M: Michael D Kinney <[email protected]> [mdkinney]
672M: Michael Kubacki <[email protected]> [makubacki]
673R: Sean Brogan <[email protected]> [spbrogan]
674S: Maintained
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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