forked from freebsd/uefi-edk2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Maintainers.txt
588 lines (519 loc) · 20.1 KB
/
Maintainers.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
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
F: *
F: */
Tianocore Stewards
------------------
F: *
M: Andrew Fish <[email protected]>
M: Laszlo Ersek <[email protected]>
M: Leif Lindholm <[email protected]>
M: Michael D Kinney <[email protected]>
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 <[email protected]>
UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
-----------------------------------------------------------
W: https://github.com/tianocore/edk2/releases/
M: Ray Ni <[email protected]> (Ia32/X64)
M: Zhichao Gao <[email protected]> (Ia32/X64)
M: Leif Lindholm <[email protected]> (ARM/AArch64)
M: Ard Biesheuvel <[email protected]> (ARM/AArch64)
EDK II Architectures:
---------------------
ARM, AARCH64
F: */AArch64/
F: */Arm/
M: Leif Lindholm <[email protected]>
M: Ard Biesheuvel <[email protected]>
RISCV64
F: */RiscV64/
M: Abner Chang <[email protected]>
R: Daniel Schaefer <[email protected]>
EDK II Continuous Integration:
------------------------------
.azurepipelines/
F: .azurepipelines/
M: Sean Brogan <[email protected]>
M: Bret Barkelew <[email protected]>
R: Michael D Kinney <[email protected]>
R: Liming Gao <[email protected]>
.mergify/
F: .mergify/
M: Michael D Kinney <[email protected]>
M: Liming Gao <[email protected]>
R: Sean Brogan <[email protected]>
R: Bret Barkelew <[email protected]>
.pytool/
F: .pytool/
M: Sean Brogan <[email protected]>
M: Bret Barkelew <[email protected]>
R: Michael D Kinney <[email protected]>
R: Liming Gao <[email protected]>
EDK II Packages:
----------------
ArmPkg
F: ArmPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
M: Leif Lindholm <[email protected]>
M: Ard Biesheuvel <[email protected]>
ArmPlatformPkg
F: ArmPlatformPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
M: Leif Lindholm <[email protected]>
M: Ard Biesheuvel <[email protected]>
ArmVirtPkg
F: ArmVirtPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
M: Laszlo Ersek <[email protected]>
M: Ard Biesheuvel <[email protected]>
R: Leif Lindholm <[email protected]>
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 <[email protected]>
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 <[email protected]>
BaseTools
F: BaseTools/
W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
M: Bob Feng <[email protected]>
M: Liming Gao <[email protected]>
R: Yuwei Chen <[email protected]>
CryptoPkg
F: CryptoPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
M: Jiewen Yao <[email protected]>
M: Jian J Wang <[email protected]>
R: Xiaoyu Lu <[email protected]>
R: Guomin Jiang <[email protected]>
DynamicTablesPkg
F: DynamicTablesPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
M: Sami Mujawar <[email protected]>
M: Alexei Fedorov <[email protected]>
EmbeddedPkg
F: EmbeddedPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
M: Leif Lindholm <[email protected]>
M: Ard Biesheuvel <[email protected]>
EmulatorPkg
F: EmulatorPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
M: Andrew Fish <[email protected]>
M: Ray Ni <[email protected]>
S: Maintained
FatPkg
F: FatPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
M: Ray Ni <[email protected]>
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 <[email protected]>
M: Michael D Kinney <[email protected]>
R: Guomin Jiang <[email protected]>
R: Wei6 Xu <[email protected]>
IntelFsp2Pkg
F: IntelFsp2Pkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
M: Chasel Chiu <[email protected]>
R: Nate DeSimone <[email protected]>
R: Star Zeng <[email protected]>
IntelFsp2WrapperPkg
F: IntelFsp2WrapperPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
M: Chasel Chiu <[email protected]>
R: Nate DeSimone <[email protected]>
R: Star Zeng <[email protected]>
MdeModulePkg
F: MdeModulePkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
M: Jian J Wang <[email protected]>
M: Hao A Wu <[email protected]>
MdeModulePkg: ACPI modules
F: MdeModulePkg/Include/*Acpi*.h
F: MdeModulePkg/Universal/Acpi/
R: Dandan Bi <[email protected]>
R: Liming Gao <[email protected]>
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 <[email protected]>
R: Eric Dong <[email protected]>
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 <[email protected]>
R: Ray Ni <[email protected]>
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 <[email protected]>
R: Ray Ni <[email protected]>
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 <[email protected]>
R: Liming Gao <[email protected]>
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 <[email protected]>
R: Ray Ni <[email protected]>
MdeModulePkg: Disk modules
F: MdeModulePkg/Universal/Disk/
R: Hao A Wu <[email protected]>
R: Ray Ni <[email protected]>
R: Zhichao Gao <[email protected]>
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 <[email protected]>
R: Liming Gao <[email protected]>
R: Guomin Jiang <[email protected]>
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 <[email protected]>
R: Eric Dong <[email protected]>
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 <[email protected]>
R: Ray Ni <[email protected]>
MdeModulePkg: Pei Core
F: MdeModulePkg/Core/Pei/
R: Dandan Bi <[email protected]>
R: Liming Gao <[email protected]>
R: Debkumar De <[email protected]>
R: Harry Han <[email protected]>
R: Catharine West <[email protected]>
MdeModulePkg: Reset modules
F: MdeModulePkg/*Reset*/
F: MdeModulePkg/Include/*Reset*.h
R: Zhichao Gao <[email protected]>
R: Ray Ni <[email protected]>
MdeModulePkg: Serial modules
F: MdeModulePkg/*Serial*/
F: MdeModulePkg/Include/*SerialPort*.h
R: Hao A Wu <[email protected]>
R: Ray Ni <[email protected]>
R: Zhichao Gao <[email protected]>
MdeModulePkg: SMBIOS modules
F: MdeModulePkg/Universal/Smbios*/
R: Dandan Bi <[email protected]>
R: Star Zeng <[email protected]>
R: Zhichao Gao <[email protected]>
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 <[email protected]>
R: Liming Gao <[email protected]>
MdePkg
F: MdePkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
M: Michael D Kinney <[email protected]>
M: Liming Gao <[email protected]>
R: Zhiguang Liu <[email protected]>
NetworkPkg
F: NetworkPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
M: Maciej Rabeda <[email protected]>
R: Jiaxin Wu <[email protected]>
R: Siyuan Fu <[email protected]>
OvmfPkg
F: OvmfPkg/
W: http://www.tianocore.org/ovmf/
M: Laszlo Ersek <[email protected]>
M: Ard Biesheuvel <[email protected]>
R: Jordan Justen <[email protected]>
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 <[email protected]>
R: Peter Grehan <[email protected]>
OvmfPkg: CSM modules
F: OvmfPkg/Csm/
R: David Woodhouse <[email protected]>
OvmfPkg: LsiScsi driver
F: OvmfPkg/LsiScsiDxe/
R: Gary Lin <[email protected]>
OvmfPkg: MptScsi and PVSCSI driver
F: OvmfPkg/MptScsiDxe/
F: OvmfPkg/PvScsiDxe/
R: Liran Alon <[email protected]>
R: Nikita Leshenko <[email protected]>
OvmfPkg: SEV-related modules
F: OvmfPkg/AmdSevDxe/
F: OvmfPkg/Include/Library/MemEncryptSevLib.h
F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
F: OvmfPkg/Library/BaseMemEncryptSevLib/
F: OvmfPkg/Library/VmgExitLib/
F: OvmfPkg/PlatformPei/AmdSev.c
R: Tom Lendacky <[email protected]>
R: Brijesh Singh <[email protected]>
OvmfPkg: TCG- and TPM2-related modules
F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
F: OvmfPkg/PlatformPei/ClearCache.c
F: OvmfPkg/Tcg/
R: Marc-André Lureau <[email protected]>
R: Stefan Berger <[email protected]>
OvmfPkg: Xen-related modules
F: OvmfPkg/AcpiPlatformDxe/Xen.c
F: OvmfPkg/Include/Guid/XenBusRootDevice.h
F: OvmfPkg/Include/Guid/XenInfo.h
F: OvmfPkg/Include/IndustryStandard/Xen/
F: OvmfPkg/Include/Library/XenHypercallLib.h
F: OvmfPkg/Include/Library/XenIoMmioLib.h
F: OvmfPkg/Include/Library/XenPlatformLib.h
F: OvmfPkg/Include/Protocol/XenBus.h
F: OvmfPkg/Include/Protocol/XenIo.h
F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
F: OvmfPkg/Library/XenConsoleSerialPortLib/
F: OvmfPkg/Library/XenHypercallLib/
F: OvmfPkg/Library/XenIoMmioLib/
F: OvmfPkg/Library/XenPlatformLib/
F: OvmfPkg/Library/XenRealTimeClockLib/
F: OvmfPkg/OvmfXen.*
F: OvmfPkg/OvmfXenElfHeaderGenerator.c
F: OvmfPkg/PlatformPei/MemDetect.c
F: OvmfPkg/PlatformPei/Platform.*
F: OvmfPkg/PlatformPei/Xen.*
F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
F: OvmfPkg/XenBusDxe/
F: OvmfPkg/XenIoPciDxe/
F: OvmfPkg/XenIoPvhDxe/
F: OvmfPkg/XenPlatformPei/
F: OvmfPkg/XenPvBlkDxe/
F: OvmfPkg/XenResetVector/
F: OvmfPkg/XenTimerDxe/
R: Anthony Perard <[email protected]>
R: Julien Grall <[email protected]>
PcAtChipsetPkg
F: PcAtChipsetPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
M: Ray Ni <[email protected]>
RedfishPkg: Redfish related modules
F: RedfishPkg/
M: Abner Chang <[email protected]>
R: Nickle Wang <[email protected]>
SecurityPkg
F: SecurityPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
M: Jiewen Yao <[email protected]>
M: Jian J Wang <[email protected]>
SecurityPkg: Secure boot related modules
F: SecurityPkg/Library/DxeImageVerificationLib/
F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
F: SecurityPkg/Library/AuthVariableLib/
R: Min Xu <[email protected]>
SecurityPkg: Tcg related modules
F: SecurityPkg/Tcg/
R: Qi Zhang <[email protected]>
R: Rahul Kumar <[email protected]>
ShellPkg
F: ShellPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
M: Ray Ni <[email protected]>
M: Zhichao Gao <[email protected]>
SignedCapsulePkg
F: SignedCapsulePkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
M: Jian J Wang <[email protected]>
SourceLevelDebugPkg
F: SourceLevelDebugPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
M: Hao A Wu <[email protected]>
StandaloneMmPkg
F: StandaloneMmPkg/
M: Ard Biesheuvel <[email protected]>
M: Sami Mujawar <[email protected]>
M: Jiewen Yao <[email protected]>
R: Supreeth Venkatesh <[email protected]>
UefiCpuPkg
F: UefiCpuPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
M: Eric Dong <[email protected]>
M: Ray Ni <[email protected]>
R: Laszlo Ersek <[email protected]>
R: Rahul Kumar <[email protected]>
UefiCpuPkg: Sec related modules
F: UefiCpuPkg/SecCore/
F: UefiCpuPkg/ResetVector/
R: Debkumar De <[email protected]>
R: Harry Han <[email protected]>
R: Catharine West <[email protected]>
UefiPayloadPkg
F: UefiPayloadPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
M: Maurice Ma <[email protected]>
M: Guo Dong <[email protected]>
M: Benjamin You <[email protected]>
S: Maintained
UnitTestFrameworkPkg
F: UnitTestFrameworkPkg/
M: Michael D Kinney <[email protected]>
R: Sean Brogan <[email protected]>
R: Bret Barkelew <[email protected]>
S: Maintained