VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/Maintainers.txt@ 85718

最後變更 在這個檔案從85718是 85718,由 vboxsync 提交於 4 年 前

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 16.7 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: devel@edk2.groups.io
65F: *
66F: */
67
68Tianocore Stewards
69------------------
70F: *
71M: Andrew Fish <afish@apple.com>
72M: Laszlo Ersek <lersek@redhat.com>
73M: Leif Lindholm <leif@nuviainc.com>
74M: Michael D Kinney <michael.d.kinney@intel.com>
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 <liming.gao@intel.com>
84
85UEFI Shell Binaries (ShellBinPkg.zip) from EDK II Releases:
86-----------------------------------------------------------
87W: https://github.com/tianocore/edk2/releases/
88M: Ray Ni <ray.ni@intel.com> (Ia32/X64)
89M: Zhichao Gao <zhichao.gao@intel.com> (Ia32/X64)
90M: Leif Lindholm <leif@nuviainc.com> (ARM/AArch64)
91M: Ard Biesheuvel <ard.biesheuvel@arm.com> (ARM/AArch64)
92
93EDK II Architectures:
94---------------------
95ARM, AARCH64
96F: */AArch64/
97F: */Arm/
98M: Leif Lindholm <leif@nuviainc.com>
99M: Ard Biesheuvel <ard.biesheuvel@arm.com>
100
101EDK II Continuous Integration:
102------------------------------
103.azurepipelines/
104F: .azurepipelines/
105M: Sean Brogan <sean.brogan@microsoft.com>
106M: Bret Barkelew <Bret.Barkelew@microsoft.com>
107R: Michael D Kinney <michael.d.kinney@intel.com>
108R: Liming Gao <liming.gao@intel.com>
109
110.mergify/
111F: .mergify/
112M: Michael D Kinney <michael.d.kinney@intel.com>
113M: Liming Gao <liming.gao@intel.com>
114R: Sean Brogan <sean.brogan@microsoft.com>
115R: Bret Barkelew <Bret.Barkelew@microsoft.com>
116
117.pytool/
118F: .pytool/
119M: Sean Brogan <sean.brogan@microsoft.com>
120M: Bret Barkelew <Bret.Barkelew@microsoft.com>
121R: Michael D Kinney <michael.d.kinney@intel.com>
122R: Liming Gao <liming.gao@intel.com>
123
124EDK II Packages:
125----------------
126ArmPkg
127F: ArmPkg/
128W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
129M: Leif Lindholm <leif@nuviainc.com>
130M: Ard Biesheuvel <ard.biesheuvel@arm.com>
131
132ArmPlatformPkg
133F: ArmPlatformPkg/
134W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
135M: Leif Lindholm <leif@nuviainc.com>
136M: Ard Biesheuvel <ard.biesheuvel@arm.com>
137
138ArmVirtPkg
139F: ArmVirtPkg/
140W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
141M: Laszlo Ersek <lersek@redhat.com>
142M: Ard Biesheuvel <ard.biesheuvel@arm.com>
143R: Leif Lindholm <leif@nuviainc.com>
144
145ArmVirtPkg: modules used on Xen
146F: ArmVirtPkg/ArmVirtXen.*
147F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/
148F: ArmVirtPkg/Library/XenVirtMemInfoLib/
149F: ArmVirtPkg/PrePi/
150F: ArmVirtPkg/XenAcpiPlatformDxe/
151F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/
152F: ArmVirtPkg/XenioFdtDxe/
153R: Julien Grall <julien@xen.org>
154
155BaseTools
156F: BaseTools/
157W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
158M: Bob Feng <bob.c.feng@intel.com>
159M: Liming Gao <liming.gao@intel.com>
160
161CryptoPkg
162F: CryptoPkg/
163W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
164M: Jian J Wang <jian.j.wang@intel.com>
165R: Xiaoyu Lu <xiaoyux.lu@intel.com>
166
167DynamicTablesPkg
168F: DynamicTablesPkg/
169W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg
170M: Sami Mujawar <Sami.Mujawar@arm.com>
171M: Alexei Fedorov <Alexei.Fedorov@arm.com>
172
173EmbeddedPkg
174F: EmbeddedPkg/
175W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg
176M: Leif Lindholm <leif@nuviainc.com>
177M: Ard Biesheuvel <ard.biesheuvel@arm.com>
178
179EmulatorPkg
180F: EmulatorPkg/
181W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
182M: Jordan Justen <jordan.l.justen@intel.com>
183M: Andrew Fish <afish@apple.com>
184M: Ray Ni <ray.ni@intel.com>
185S: Maintained
186
187FatPkg
188F: FatPkg/
189W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
190M: Ray Ni <ray.ni@intel.com>
191T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
192T: git - https://github.com/tianocore/edk2-FatPkg.git
193
194FmpDevicePkg
195F: FmpDevicePkg/
196W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg
197M: Liming Gao <liming.gao@intel.com>
198M: Michael D Kinney <michael.d.kinney@intel.com>
199
200IntelFsp2Pkg
201F: IntelFsp2Pkg/
202W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg
203M: Chasel Chiu <chasel.chiu@intel.com>
204R: Nate DeSimone <nathaniel.l.desimone@intel.com>
205R: Star Zeng <star.zeng@intel.com>
206
207IntelFsp2WrapperPkg
208F: IntelFsp2WrapperPkg/
209W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg
210M: Chasel Chiu <chasel.chiu@intel.com>
211R: Nate DeSimone <nathaniel.l.desimone@intel.com>
212R: Star Zeng <star.zeng@intel.com>
213
214MdeModulePkg
215F: MdeModulePkg/
216W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg
217M: Jian J Wang <jian.j.wang@intel.com>
218M: Hao A Wu <hao.a.wu@intel.com>
219
220MdeModulePkg: ACPI modules
221F: MdeModulePkg/Include/*Acpi*.h
222F: MdeModulePkg/Universal/Acpi/
223R: Dandan Bi <dandan.bi@intel.com>
224R: Liming Gao <liming.gao@intel.com>
225
226MdeModulePkg: ACPI S3 modules
227F: MdeModulePkg/*LockBox*/
228F: MdeModulePkg/Include/*BootScript*.h
229F: MdeModulePkg/Include/*LockBox*.h
230F: MdeModulePkg/Include/*S3*.h
231F: MdeModulePkg/Library/*S3*/
232R: Hao A Wu <hao.a.wu@intel.com>
233R: Eric Dong <eric.dong@intel.com>
234
235MdeModulePkg: BDS modules
236F: MdeModulePkg/*BootManager*/
237F: MdeModulePkg/Include/Library/UefiBootManagerLib.h
238F: MdeModulePkg/Universal/BdsDxe/
239F: MdeModulePkg/Universal/DevicePathDxe/
240F: MdeModulePkg/Universal/DriverHealthManagerDxe/
241F: MdeModulePkg/Universal/LoadFileOnFv2/
242F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.*
243R: Zhichao Gao <zhichao.gao@intel.com>
244R: Ray Ni <ray.ni@intel.com>
245
246MdeModulePkg: Console and Graphics modules
247F: MdeModulePkg/*Logo*/
248F: MdeModulePkg/Include/*Logo*.h
249F: MdeModulePkg/Include/Guid/ConnectConInEvent.h
250F: MdeModulePkg/Include/Guid/Console*.h
251F: MdeModulePkg/Include/Guid/StandardErrorDevice.h
252F: MdeModulePkg/Include/Guid/TtyTerm.h
253F: MdeModulePkg/Include/Library/BmpSupportLib.h
254F: MdeModulePkg/Include/Library/FrameBufferBltLib.h
255F: MdeModulePkg/Library/BaseBmpSupportLib/
256F: MdeModulePkg/Library/FrameBufferBltLib/
257F: MdeModulePkg/Universal/Console/
258R: Zhichao Gao <zhichao.gao@intel.com>
259R: Ray Ni <ray.ni@intel.com>
260
261MdeModulePkg: Core services (PEI, DXE and Runtime) modules
262F: MdeModulePkg/*Mem*/
263F: MdeModulePkg/*SectionExtract*/
264F: MdeModulePkg/*StatusCode*/
265F: MdeModulePkg/Application/DumpDynPcd/
266F: MdeModulePkg/Core/Dxe/
267F: MdeModulePkg/Core/DxeIplPeim/
268F: MdeModulePkg/Core/Pei/
269F: MdeModulePkg/Core/RuntimeDxe/
270F: MdeModulePkg/Include/*Mem*.h
271F: MdeModulePkg/Include/*Pcd*.h
272F: MdeModulePkg/Include/*Perf*.h
273F: MdeModulePkg/Include/*StatusCode*.h
274F: MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
275F: MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
276F: MdeModulePkg/Include/Guid/IdleLoopEvent.h
277F: MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
278F: MdeModulePkg/Include/Guid/LzmaDecompress.h
279F: MdeModulePkg/Include/Library/SecurityManagementLib.h
280F: MdeModulePkg/Library/*Decompress*/
281F: MdeModulePkg/Library/*Perf*/
282F: MdeModulePkg/Library/DxeSecurityManagementLib/
283F: MdeModulePkg/Universal/PCD/
284F: MdeModulePkg/Universal/PlatformDriOverrideDxe/
285F: MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
286R: Dandan Bi <dandan.bi@intel.com>
287R: Liming Gao <liming.gao@intel.com>
288
289MdeModulePkg: Device and Peripheral modules
290F: MdeModulePkg/*PciHostBridge*/
291F: MdeModulePkg/*Serial*/
292F: MdeModulePkg/Bus/
293F: MdeModulePkg/Include/*Ata*.h
294F: MdeModulePkg/Include/*IoMmu*.h
295F: MdeModulePkg/Include/*NonDiscoverableDevice*.h
296F: MdeModulePkg/Include/*NvmExpress*.h
297F: MdeModulePkg/Include/*SdMmc*.h
298F: MdeModulePkg/Include/*SerialPort*.h
299F: MdeModulePkg/Include/*Ufs*.h
300F: MdeModulePkg/Include/*Usb*.h
301F: MdeModulePkg/Include/Guid/RecoveryDevice.h
302F: MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
303F: MdeModulePkg/Include/Library/PciHostBridgeLib.h
304F: MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
305F: MdeModulePkg/Include/Protocol/Ps2Policy.h
306F: MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
307F: MdeModulePkg/Universal/Disk/
308F: MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
309R: Hao A Wu <hao.a.wu@intel.com>
310R: Ray Ni <ray.ni@intel.com>
311
312MdeModulePkg: Firmware Update modules
313F: MdeModulePkg/*Capsule*/
314F: MdeModulePkg/Include/*Capsule*.h
315F: MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
316F: MdeModulePkg/Include/Library/FmpAuthenticationLib.h
317F: MdeModulePkg/Include/Protocol/EsrtManagement.h
318F: MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
319F: MdeModulePkg/Library/DisplayUpdateProgressLib*/
320F: MdeModulePkg/Library/FmpAuthenticationLibNull/
321F: MdeModulePkg/Universal/Esrt*/
322R: Hao A Wu <hao.a.wu@intel.com>
323R: Liming Gao <liming.gao@intel.com>
324
325MdeModulePkg: HII and UI modules
326F: MdeModulePkg/*FileExplorer*/
327F: MdeModulePkg/*Hii*/
328F: MdeModulePkg/*Ui*/
329F: MdeModulePkg/Application/BootManagerMenuApp/
330F: MdeModulePkg/Include/*FileExplorer*.h
331F: MdeModulePkg/Include/*FormBrowser*.h
332F: MdeModulePkg/Include/*Hii*.h
333F: MdeModulePkg/Include/Library/CustomizedDisplayLib.h
334F: MdeModulePkg/Include/Protocol/DisplayProtocol.h
335F: MdeModulePkg/Library/CustomizedDisplayLib/
336F: MdeModulePkg/Universal/DisplayEngineDxe/
337F: MdeModulePkg/Universal/DriverSampleDxe/
338F: MdeModulePkg/Universal/SetupBrowserDxe/
339R: Dandan Bi <dandan.bi@intel.com>
340R: Eric Dong <eric.dong@intel.com>
341
342MdeModulePkg: Management Mode (MM, SMM) modules
343F: MdeModulePkg/*Smi*/
344F: MdeModulePkg/*Smm*/
345F: MdeModulePkg/Include/*Smi*.h
346F: MdeModulePkg/Include/*Smm*.h
347R: Eric Dong <eric.dong@intel.com>
348R: Ray Ni <ray.ni@intel.com>
349
350MdeModulePkg: Reset modules
351F: MdeModulePkg/*Reset*/
352F: MdeModulePkg/Include/*Reset*.h
353R: Zhichao Gao <zhichao.gao@intel.com>
354R: Ray Ni <ray.ni@intel.com>
355
356MdeModulePkg: SMBIOS modules
357F: MdeModulePkg/Universal/Smbios*/
358R: Dandan Bi <dandan.bi@intel.com>
359R: Star Zeng <star.zeng@intel.com>
360
361MdeModulePkg: UEFI Variable modules
362F: MdeModulePkg/*Var*/
363F: MdeModulePkg/Include/*/*FaultTolerantWrite*.h
364F: MdeModulePkg/Include/*/*Var*.h
365F: MdeModulePkg/Include/Guid/SystemNvDataGuid.h
366F: MdeModulePkg/Include/Protocol/SwapAddressRange.h
367F: MdeModulePkg/Universal/FaultTolerantWrite*/
368R: Hao A Wu <hao.a.wu@intel.com>
369R: Liming Gao <liming.gao@intel.com>
370
371MdePkg
372F: MdePkg/
373W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
374M: Michael D Kinney <michael.d.kinney@intel.com>
375M: Liming Gao <liming.gao@intel.com>
376
377NetworkPkg
378F: NetworkPkg/
379W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg
380M: Maciej Rabeda <maciej.rabeda@linux.intel.com>
381R: Jiaxin Wu <jiaxin.wu@intel.com>
382R: Siyuan Fu <siyuan.fu@intel.com>
383
384OvmfPkg
385F: OvmfPkg/
386W: http://www.tianocore.org/ovmf/
387M: Jordan Justen <jordan.l.justen@intel.com>
388M: Laszlo Ersek <lersek@redhat.com>
389M: Ard Biesheuvel <ard.biesheuvel@arm.com>
390S: Maintained
391
392OvmfPkg: Xen-related modules
393F: OvmfPkg/AcpiPlatformDxe/Xen.c
394F: OvmfPkg/Include/Guid/XenBusRootDevice.h
395F: OvmfPkg/Include/Guid/XenInfo.h
396F: OvmfPkg/Include/IndustryStandard/Xen/
397F: OvmfPkg/Include/Library/XenHypercallLib.h
398F: OvmfPkg/Include/Library/XenIoMmioLib.h
399F: OvmfPkg/Include/Library/XenPlatformLib.h
400F: OvmfPkg/Include/Protocol/XenBus.h
401F: OvmfPkg/Include/Protocol/XenIo.h
402F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
403F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
404F: OvmfPkg/Library/XenConsoleSerialPortLib/
405F: OvmfPkg/Library/XenHypercallLib/
406F: OvmfPkg/Library/XenIoMmioLib/
407F: OvmfPkg/Library/XenPlatformLib/
408F: OvmfPkg/Library/XenRealTimeClockLib/
409F: OvmfPkg/OvmfXen.*
410F: OvmfPkg/OvmfXenElfHeaderGenerator.c
411F: OvmfPkg/PlatformPei/MemDetect.c
412F: OvmfPkg/PlatformPei/Platform.*
413F: OvmfPkg/PlatformPei/Xen.*
414F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
415F: OvmfPkg/XenBusDxe/
416F: OvmfPkg/XenIoPciDxe/
417F: OvmfPkg/XenIoPvhDxe/
418F: OvmfPkg/XenPlatformPei/
419F: OvmfPkg/XenPvBlkDxe/
420F: OvmfPkg/XenResetVector/
421F: OvmfPkg/XenTimerDxe/
422R: Anthony Perard <anthony.perard@citrix.com>
423R: Julien Grall <julien@xen.org>
424
425OvmfPkg: TCG- and TPM2-related modules
426F: OvmfPkg/Include/IndustryStandard/QemuTpm.h
427F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
428F: OvmfPkg/Library/Tcg2PhysicalPresenceLib*/
429F: OvmfPkg/PlatformPei/ClearCache.c
430F: OvmfPkg/Tcg/
431R: Marc-André Lureau <marcandre.lureau@redhat.com>
432R: Stefan Berger <stefanb@linux.ibm.com>
433
434OvmfPkg: CSM modules
435F: OvmfPkg/Csm/
436R: David Woodhouse <dwmw2@infradead.org>
437
438OvmfPkg: MptScsi and PVSCSI driver
439F: OvmfPkg/MptScsiDxe/
440F: OvmfPkg/PvScsiDxe/
441R: Liran Alon <liran.alon@oracle.com>
442R: Nikita Leshenko <nikita.leshchenko@oracle.com>
443
444PcAtChipsetPkg
445F: PcAtChipsetPkg/
446W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
447M: Ray Ni <ray.ni@intel.com>
448
449SecurityPkg
450F: SecurityPkg/
451W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg
452M: Jiewen Yao <jiewen.yao@intel.com>
453M: Jian J Wang <jian.j.wang@intel.com>
454R: Chao Zhang <chao.b.zhang@intel.com>
455
456ShellPkg
457F: ShellPkg/
458W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
459M: Ray Ni <ray.ni@intel.com>
460M: Zhichao Gao <zhichao.gao@intel.com>
461
462SignedCapsulePkg
463F: SignedCapsulePkg/
464W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
465M: Jiewen Yao <jiewen.yao@intel.com>
466M: Chao Zhang <chao.b.zhang@intel.com>
467
468SourceLevelDebugPkg
469F: SourceLevelDebugPkg/
470W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
471M: Hao A Wu <hao.a.wu@intel.com>
472
473UefiCpuPkg
474F: UefiCpuPkg/
475W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
476M: Eric Dong <eric.dong@intel.com>
477M: Ray Ni <ray.ni@intel.com>
478R: Laszlo Ersek <lersek@redhat.com>
479
480UefiPayloadPkg
481F: UefiPayloadPkg/
482W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
483M: Maurice Ma <maurice.ma@intel.com>
484M: Guo Dong <guo.dong@intel.com>
485M: Benjamin You <benjamin.you@intel.com>
486S: Maintained
487
488UnitTestFrameworkPkg
489F: UnitTestFrameworkPkg/
490M: Michael D Kinney <michael.d.kinney@intel.com>
491R: Sean Brogan <sean.brogan@microsoft.com>
492R: Bret Barkelew <Bret.Barkelew@microsoft.com>
493S: Maintained
494
495StandaloneMmPkg
496F: StandaloneMmPkg/
497M: Ard Biesheuvel <ard.biesheuvel@arm.com>
498M: Sami Mujawar <sami.mujawar@arm.com>
499M: Jiewen Yao <jiewen.yao@intel.com>
500R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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