VirtualBox

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

最後變更 在這個檔案從95057是 89983,由 vboxsync 提交於 3 年 前

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 19.8 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]>
72M: Laszlo Ersek <[email protected]>
73M: Leif Lindholm <[email protected]>
74M: Michael D Kinney <[email protected]>
75
76Responsible Disclosure, Reporting Security Issues
77-------------------------------------------------
78W: https://github.com/tianocore/tianocore.github.io/wiki/Security
79
80EDK II Releases:
81----------------
82W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning
83M: Liming Gao <[email protected]>
84
85UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
86-----------------------------------------------------------
87W: https://github.com/tianocore/edk2/releases/
88M: Ray Ni <[email protected]> (Ia32/X64)
89M: Zhichao Gao <[email protected]> (Ia32/X64)
90M: Leif Lindholm <[email protected]> (ARM/AArch64)
91M: Ard Biesheuvel <[email protected]> (ARM/AArch64)
92
93EDK II Architectures:
94---------------------
95ARM, AARCH64
96F: */AArch64/
97F: */Arm/
98M: Leif Lindholm <[email protected]>
99M: Ard Biesheuvel <[email protected]>
100
101RISCV64
102F: */RiscV64/
103M: Abner Chang <[email protected]>
104R: Daniel Schaefer <[email protected]>
105
106EDK II Continuous Integration:
107------------------------------
108.azurepipelines/
109F: .azurepipelines/
110M: Sean Brogan <[email protected]>
111M: Bret Barkelew <[email protected]>
112R: Michael D Kinney <[email protected]>
113R: Liming Gao <[email protected]>
114
115.mergify/
116F: .mergify/
117M: Michael D Kinney <[email protected]>
118M: Liming Gao <[email protected]>
119R: Sean Brogan <[email protected]>
120R: Bret Barkelew <[email protected]>
121
122.pytool/
123F: .pytool/
124M: Sean Brogan <[email protected]>
125M: Bret Barkelew <[email protected]>
126R: Michael D Kinney <[email protected]>
127R: Liming Gao <[email protected]>
128
129EDK II Packages:
130----------------
131ArmPkg
132F: ArmPkg/
133W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
134M: Leif Lindholm <[email protected]>
135M: Ard Biesheuvel <[email protected]>
136
137ArmPlatformPkg
138F: ArmPlatformPkg/
139W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
140M: Leif Lindholm <[email protected]>
141M: Ard Biesheuvel <[email protected]>
142
143ArmVirtPkg
144F: ArmVirtPkg/
145W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
146M: Laszlo Ersek <[email protected]>
147M: Ard Biesheuvel <[email protected]>
148R: Leif Lindholm <[email protected]>
149
150ArmVirtPkg: modules used on Xen
151F: ArmVirtPkg/ArmVirtXen.*
152F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
153F: ArmVirtPkg/Library/XenVirtMemInfoLib/
154F: ArmVirtPkg/PrePi/
155F: ArmVirtPkg/XenAcpiPlatformDxe/
156F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
157F: ArmVirtPkg/XenioFdtDxe/
158R: Julien Grall <[email protected]>
159
160ArmVirtPkg: Kvmtool emulated platform support
161F: ArmVirtPkg/ArmVirtKvmTool.*
162F: ArmVirtPkg/KvmtoolPlatformDxe/
163F: ArmVirtPkg/Library/Fdt16550SerialPortHookLib/
164F: ArmVirtPkg/Library/KvmtoolPlatformPeiLib/
165F: ArmVirtPkg/Library/KvmtoolRtcFdtClientLib/
166F: ArmVirtPkg/Library/KvmtoolVirtMemInfoLib/
167F: ArmVirtPkg/Library/NorFlashKvmtoolLib/
168R: Sami Mujawar <[email protected]>
169
170BaseTools
171F: BaseTools/
172W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
173M: Bob Feng <[email protected]>
174M: Liming Gao <[email protected]>
175R: Yuwei Chen <[email protected]>
176
177CryptoPkg
178F: CryptoPkg/
179W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
180M: Jiewen Yao <[email protected]>
181M: Jian J Wang <[email protected]>
182R: Xiaoyu Lu <[email protected]>
183R: Guomin Jiang <[email protected]>
184
185DynamicTablesPkg
186F: DynamicTablesPkg/
187W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
188M: Sami Mujawar <[email protected]>
189M: Alexei Fedorov <[email protected]>
190
191EmbeddedPkg
192F: EmbeddedPkg/
193W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
194M: Leif Lindholm <[email protected]>
195M: Ard Biesheuvel <[email protected]>
196
197EmulatorPkg
198F: EmulatorPkg/
199W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
200M: Andrew Fish <[email protected]>
201M: Ray Ni <[email protected]>
202S: Maintained
203
204FatPkg
205F: FatPkg/
206W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
207M: Ray Ni <[email protected]>
208T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
209T: git - https://github.com/tianocore/edk2-FatPkg.git
210
211FmpDevicePkg
212F: FmpDevicePkg/
213W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
214M: Liming Gao <[email protected]>
215M: Michael D Kinney <[email protected]>
216R: Guomin Jiang <[email protected]>
217R: Wei6 Xu <[email protected]>
218
219IntelFsp2Pkg
220F: IntelFsp2Pkg/
221W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
222M: Chasel Chiu <[email protected]>
223R: Nate DeSimone <[email protected]>
224R: Star Zeng <[email protected]>
225
226IntelFsp2WrapperPkg
227F: IntelFsp2WrapperPkg/
228W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
229M: Chasel Chiu <[email protected]>
230R: Nate DeSimone <[email protected]>
231R: Star Zeng <[email protected]>
232
233MdeModulePkg
234F: MdeModulePkg/
235W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
236M: Jian J Wang <[email protected]>
237M: Hao A Wu <[email protected]>
238
239MdeModulePkg: ACPI modules
240F: MdeModulePkg/Include/*Acpi*.h
241F: MdeModulePkg/Universal/Acpi/
242R: Dandan Bi <[email protected]>
243R: Liming Gao <[email protected]>
244
245MdeModulePkg: ACPI modules related to S3
246F: MdeModulePkg/*LockBox*/
247F: MdeModulePkg/Include/*BootScript*.h
248F: MdeModulePkg/Include/*LockBox*.h
249F: MdeModulePkg/Include/*S3*.h
250F: MdeModulePkg/Library/*S3*/
251R: Hao A Wu <[email protected]>
252R: Eric Dong <[email protected]>
253
254MdeModulePkg: BDS modules
255F: MdeModulePkg/*BootManager*/
256F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
257F: MdeModulePkg/Universal/BdsDxe/
258F: MdeModulePkg/Universal/DevicePathDxe/
259F: MdeModulePkg/Universal/DriverHealthManagerDxe/
260F: MdeModulePkg/Universal/LoadFileOnFv2/
261F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
262R: Zhichao Gao <[email protected]>
263R: Ray Ni <[email protected]>
264
265MdeModulePkg: Console and Graphics modules
266F: MdeModulePkg/*Logo*/
267F: MdeModulePkg/Include/*Logo*.h
268F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
269F: MdeModulePkg/Include/Guid/Console*.h
270F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
271F: MdeModulePkg/Include/Guid/TtyTerm.h
272F: MdeModulePkg/Include/Library/BmpSupportLib.h
273F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
274F: MdeModulePkg/Library/BaseBmpSupportLib/
275F: MdeModulePkg/Library/FrameBufferBltLib/
276F: MdeModulePkg/Universal/Console/
277R: Zhichao Gao <[email protected]>
278R: Ray Ni <[email protected]>
279
280MdeModulePkg: Core services (PEI, DXE and Runtime) modules
281F: MdeModulePkg/*Mem*/
282F: MdeModulePkg/*SectionExtract*/
283F: MdeModulePkg/*StatusCode*/
284F: MdeModulePkg/Application/DumpDynPcd/
285F: MdeModulePkg/Core/Dxe/
286F: MdeModulePkg/Core/DxeIplPeim/
287F: MdeModulePkg/Core/RuntimeDxe/
288F: MdeModulePkg/Include/*Mem*.h
289F: MdeModulePkg/Include/*Pcd*.h
290F: MdeModulePkg/Include/*Perf*.h
291F: MdeModulePkg/Include/*StatusCode*.h
292F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
293F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
294F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
295F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
296F: MdeModulePkg/Include/Guid/LzmaDecompress.h
297F: MdeModulePkg/Include/Library/SecurityManagementLib.h
298F: MdeModulePkg/Library/*Decompress*/
299F: MdeModulePkg/Library/*Perf*/
300F: MdeModulePkg/Library/DxeSecurityManagementLib/
301F: MdeModulePkg/Universal/PCD/
302F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
303F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
304R: Dandan Bi <[email protected]>
305R: Liming Gao <[email protected]>
306
307MdeModulePkg: Device and Peripheral modules
308F: MdeModulePkg/*PciHostBridge*/
309F: MdeModulePkg/Bus/
310F: MdeModulePkg/Include/*Ata*.h
311F: MdeModulePkg/Include/*IoMmu*.h
312F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
313F: MdeModulePkg/Include/*NvmExpress*.h
314F: MdeModulePkg/Include/*SdMmc*.h
315F: MdeModulePkg/Include/*Ufs*.h
316F: MdeModulePkg/Include/*Usb*.h
317F: MdeModulePkg/Include/Guid/RecoveryDevice.h
318F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
319F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
320F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
321F: MdeModulePkg/Include/Protocol/Ps2Policy.h
322F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
323F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
324R: Hao A Wu <[email protected]>
325R: Ray Ni <[email protected]>
326
327MdeModulePkg: Disk modules
328F: MdeModulePkg/Universal/Disk/
329R: Hao A Wu <[email protected]>
330R: Ray Ni <[email protected]>
331R: Zhichao Gao <[email protected]>
332
333MdeModulePkg: Firmware Update modules
334F: MdeModulePkg/*Capsule*/
335F: MdeModulePkg/Include/*Capsule*.h
336F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
337F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
338F: MdeModulePkg/Include/Protocol/EsrtManagement.h
339F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
340F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
341F: MdeModulePkg/Library/FmpAuthenticationLibNull/
342F: MdeModulePkg/Universal/Esrt*/
343R: Hao A Wu <[email protected]>
344R: Liming Gao <[email protected]>
345R: Guomin Jiang <[email protected]>
346
347MdeModulePkg: HII and UI modules
348F: MdeModulePkg/*FileExplorer*/
349F: MdeModulePkg/*Hii*/
350F: MdeModulePkg/*Ui*/
351F: MdeModulePkg/Application/BootManagerMenuApp/
352F: MdeModulePkg/Include/*FileExplorer*.h
353F: MdeModulePkg/Include/*FormBrowser*.h
354F: MdeModulePkg/Include/*Hii*.h
355F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
356F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
357F: MdeModulePkg/Library/CustomizedDisplayLib/
358F: MdeModulePkg/Universal/DisplayEngineDxe/
359F: MdeModulePkg/Universal/DriverSampleDxe/
360F: MdeModulePkg/Universal/SetupBrowserDxe/
361R: Dandan Bi <[email protected]>
362R: Eric Dong <[email protected]>
363
364MdeModulePkg: Management Mode (MM, SMM) modules
365F: MdeModulePkg/*Smi*/
366F: MdeModulePkg/*Smm*/
367F: MdeModulePkg/Include/*Smi*.h
368F: MdeModulePkg/Include/*Smm*.h
369R: Eric Dong <[email protected]>
370R: Ray Ni <[email protected]>
371
372MdeModulePkg: Pei Core
373F: MdeModulePkg/Core/Pei/
374R: Dandan Bi <[email protected]>
375R: Liming Gao <[email protected]>
376R: Debkumar De <[email protected]>
377R: Harry Han <[email protected]>
378R: Catharine West <[email protected]>
379
380MdeModulePkg: Reset modules
381F: MdeModulePkg/*Reset*/
382F: MdeModulePkg/Include/*Reset*.h
383R: Zhichao Gao <[email protected]>
384R: Ray Ni <[email protected]>
385
386MdeModulePkg: Serial modules
387F: MdeModulePkg/*Serial*/
388F: MdeModulePkg/Include/*SerialPort*.h
389R: Hao A Wu <[email protected]>
390R: Ray Ni <[email protected]>
391R: Zhichao Gao <[email protected]>
392
393MdeModulePkg: SMBIOS modules
394F: MdeModulePkg/Universal/Smbios*/
395R: Dandan Bi <[email protected]>
396R: Star Zeng <[email protected]>
397R: Zhichao Gao <[email protected]>
398
399MdeModulePkg: UEFI Variable modules
400F: MdeModulePkg/*Var*/
401F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
402F: MdeModulePkg/Include/*/*Var*.h
403F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
404F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
405F: MdeModulePkg/Universal/FaultTolerantWrite*/
406R: Hao A Wu <[email protected]>
407R: Liming Gao <[email protected]>
408
409MdePkg
410F: MdePkg/
411W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
412M: Michael D Kinney <[email protected]>
413M: Liming Gao <[email protected]>
414R: Zhiguang Liu <[email protected]>
415
416NetworkPkg
417F: NetworkPkg/
418W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
419M: Maciej Rabeda <[email protected]>
420R: Jiaxin Wu <[email protected]>
421R: Siyuan Fu <[email protected]>
422
423OvmfPkg
424F: OvmfPkg/
425W: http://www.tianocore.org/ovmf/
426M: Laszlo Ersek <[email protected]>
427M: Ard Biesheuvel <[email protected]>
428R: Jordan Justen <[email protected]>
429S: Maintained
430
431OvmfPkg: bhyve-related modules
432F: OvmfPkg/Bhyve/
433F: OvmfPkg/Include/IndustryStandard/Bhyve.h
434F: OvmfPkg/Include/Library/BhyveFwCtlLib.h
435F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
436F: OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.inf
437F: OvmfPkg/Library/BhyveFwCtlLib/
438F: OvmfPkg/Library/PlatformBootManagerLibBhyve/
439F: OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
440F: OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
441R: Rebecca Cran <[email protected]>
442R: Peter Grehan <[email protected]>
443
444OvmfPkg: CSM modules
445F: OvmfPkg/Csm/
446R: David Woodhouse <[email protected]>
447
448OvmfPkg: Confidential Computing
449F: OvmfPkg/AmdSev/
450F: OvmfPkg/AmdSevDxe/
451F: OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
452F: OvmfPkg/Include/Library/MemEncryptSevLib.h
453F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
454F: OvmfPkg/Library/BaseMemEncryptSevLib/
455F: OvmfPkg/Library/PlatformBootManagerLibGrub/
456F: OvmfPkg/Library/VmgExitLib/
457F: OvmfPkg/PlatformPei/AmdSev.c
458F: OvmfPkg/ResetVector/
459F: OvmfPkg/Sec/
460R: Brijesh Singh <[email protected]>
461R: Erdem Aktas <[email protected]>
462R: James Bottomley <[email protected]>
463R: Jiewen Yao <[email protected]>
464R: Min Xu <[email protected]>
465R: Tom Lendacky <[email protected]>
466
467OvmfPkg: LsiScsi driver
468F: OvmfPkg/LsiScsiDxe/
469R: Gary Lin <[email protected]>
470
471OvmfPkg: MptScsi and PVSCSI driver
472F: OvmfPkg/MptScsiDxe/
473F: OvmfPkg/PvScsiDxe/
474R: Liran Alon <[email protected]>
475R: Nikita Leshenko <[email protected]>
476
477OvmfPkg: TCG- and TPM2-related modules
478F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
479F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
480F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
481F: OvmfPkg/PlatformPei/ClearCache.c
482F: OvmfPkg/Tcg/
483R: Marc-André Lureau <[email protected]>
484R: Stefan Berger <[email protected]>
485
486OvmfPkg: Xen-related modules
487F: OvmfPkg/AcpiPlatformDxe/Xen.c
488F: OvmfPkg/Include/Guid/XenBusRootDevice.h
489F: OvmfPkg/Include/Guid/XenInfo.h
490F: OvmfPkg/Include/IndustryStandard/Xen/
491F: OvmfPkg/Include/Library/XenHypercallLib.h
492F: OvmfPkg/Include/Library/XenIoMmioLib.h
493F: OvmfPkg/Include/Library/XenPlatformLib.h
494F: OvmfPkg/Include/Protocol/XenBus.h
495F: OvmfPkg/Include/Protocol/XenIo.h
496F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
497F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
498F: OvmfPkg/Library/XenConsoleSerialPortLib/
499F: OvmfPkg/Library/XenHypercallLib/
500F: OvmfPkg/Library/XenIoMmioLib/
501F: OvmfPkg/Library/XenPlatformLib/
502F: OvmfPkg/Library/XenRealTimeClockLib/
503F: OvmfPkg/OvmfXen.*
504F: OvmfPkg/OvmfXenElfHeaderGenerator.c
505F: OvmfPkg/PlatformPei/MemDetect.c
506F: OvmfPkg/PlatformPei/Platform.*
507F: OvmfPkg/PlatformPei/Xen.*
508F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
509F: OvmfPkg/XenBusDxe/
510F: OvmfPkg/XenIoPciDxe/
511F: OvmfPkg/XenIoPvhDxe/
512F: OvmfPkg/XenPlatformPei/
513F: OvmfPkg/XenPvBlkDxe/
514F: OvmfPkg/XenResetVector/
515F: OvmfPkg/XenTimerDxe/
516R: Anthony Perard <[email protected]>
517R: Julien Grall <[email protected]>
518
519PcAtChipsetPkg
520F: PcAtChipsetPkg/
521W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
522M: Ray Ni <[email protected]>
523
524RedfishPkg: Redfish related modules
525F: RedfishPkg/
526M: Abner Chang <[email protected]>
527R: Nickle Wang <[email protected]>
528
529SecurityPkg
530F: SecurityPkg/
531W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
532M: Jiewen Yao <[email protected]>
533M: Jian J Wang <[email protected]>
534
535SecurityPkg: Secure boot related modules
536F: SecurityPkg/Library/DxeImageVerificationLib/
537F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
538F: SecurityPkg/Library/AuthVariableLib/
539R: Min Xu <[email protected]>
540
541SecurityPkg: Tcg related modules
542F: SecurityPkg/Tcg/
543R: Qi Zhang <[email protected]>
544R: Rahul Kumar <[email protected]>
545
546ShellPkg
547F: ShellPkg/
548W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
549M: Ray Ni <[email protected]>
550M: Zhichao Gao <[email protected]>
551
552SignedCapsulePkg
553F: SignedCapsulePkg/
554W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
555M: Jian J Wang <[email protected]>
556
557SourceLevelDebugPkg
558F: SourceLevelDebugPkg/
559W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
560M: Hao A Wu <[email protected]>
561
562StandaloneMmPkg
563F: StandaloneMmPkg/
564M: Ard Biesheuvel <[email protected]>
565M: Sami Mujawar <[email protected]>
566M: Jiewen Yao <[email protected]>
567R: Supreeth Venkatesh <[email protected]>
568
569UefiCpuPkg
570F: UefiCpuPkg/
571W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
572M: Eric Dong <[email protected]>
573M: Ray Ni <[email protected]>
574R: Laszlo Ersek <[email protected]>
575R: Rahul Kumar <[email protected]>
576
577UefiCpuPkg: Sec related modules
578F: UefiCpuPkg/SecCore/
579F: UefiCpuPkg/ResetVector/
580R: Debkumar De <[email protected]>
581R: Harry Han <[email protected]>
582R: Catharine West <[email protected]>
583
584UefiPayloadPkg
585F: UefiPayloadPkg/
586W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
587M: Maurice Ma <[email protected]>
588M: Guo Dong <[email protected]>
589M: Benjamin You <[email protected]>
590S: Maintained
591
592UnitTestFrameworkPkg
593F: UnitTestFrameworkPkg/
594M: Michael D Kinney <[email protected]>
595R: Sean Brogan <[email protected]>
596R: Bret Barkelew <[email protected]>
597S: Maintained
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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