public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 00/11] Correct Ppi/Protocol/Guid usage in module INF files
@ 2017-09-25 11:06 Liming Gao
  2017-09-25 11:06 ` [Patch 01/11] MdePkg: Correct BaseS3PciSegmentLib module name to match its uni file Liming Gao
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Liming Gao @ 2017-09-25 11:06 UTC (permalink / raw)
  To: edk2-devel

Update Ppi/Protocol/Guid usage described in INF file to match its source logic.
Update Module base name in INF file to match its uni file.
Update Section name in INF file to follow INF spec.

Liming Gao (11):
  MdePkg: Correct BaseS3PciSegmentLib module name to match its uni file
  FatPkg: Update Ppi/Protocol usage in Fat INF to match source code
    logic
  PcAtChipsetPkg: Update GUID usage in PcRtc INF to match the source
    code
  UefiCpuPkg: Update Guid usage in DxeMpInitLib INF to match source code
    logic
  ShellPkg: Update Guid usage in ShellLib INF to match source code logic
  NetworkPkg: Update Protocol/Guid usage in INF file to match source
    code logic
  SignedCapsulePkg: Update Guid usage in INF file to match source code
    logic
  SecurityPkg: Update Guid usage in INF file to match source code logic
  IntelFsp2Pkg: Update Section Name in INF files
  IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF files
  MdeModulePkg: Update Ppi/Protocol/Guid usage in INF files

 FatPkg/EnhancedFatDxe/Fat.inf                                |  2 +-
 FatPkg/FatPei/FatPei.inf                                     | 10 +++++++---
 IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf           |  3 +--
 .../Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf  |  6 +++---
 IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf           |  6 +++---
 .../FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf              |  6 +++---
 IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf      |  9 ++-------
 IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf      |  6 +++---
 .../PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf      |  4 ++--
 MdeModulePkg/Core/Dxe/DxeMain.inf                            |  2 +-
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf                    |  2 +-
 .../BootMaintenanceManagerUiLib.inf                          |  4 +---
 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf      |  8 +++++---
 .../Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf        |  8 +++++---
 MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf     | 10 +++++-----
 MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf             |  2 +-
 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf                   |  2 +-
 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf   |  4 ++--
 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf   |  2 +-
 MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf   |  4 ++--
 NetworkPkg/HttpDxe/HttpDxe.inf                               |  2 +-
 NetworkPkg/IScsiDxe/IScsiDxe.inf                             |  2 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf             |  8 ++++----
 .../PcatRealTimeClockRuntimeDxe.inf                          |  9 +++++++--
 .../FmpAuthenticationLibRsa2048Sha256.inf                    |  6 +++---
 .../HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf   |  2 +-
 .../Library/UefiHandleParsingLib/UefiHandleParsingLib.inf    |  2 +-
 .../Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf  | 12 ++++++------
 UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf                |  2 +-
 29 files changed, 75 insertions(+), 70 deletions(-)

-- 
2.8.0.windows.1



^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-10-10  8:36 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25 11:06 [Patch 00/11] Correct Ppi/Protocol/Guid usage in module INF files Liming Gao
2017-09-25 11:06 ` [Patch 01/11] MdePkg: Correct BaseS3PciSegmentLib module name to match its uni file Liming Gao
2017-09-25 12:48   ` Ni, Ruiyu
2017-09-25 11:06 ` [Patch 02/11] FatPkg: Update Ppi/Protocol usage in Fat INF to match source code logic Liming Gao
2017-09-25 12:44   ` Ni, Ruiyu
2017-09-26  3:27     ` Gao, Liming
2017-09-25 11:06 ` [Patch 03/11] PcAtChipsetPkg: Update GUID usage in PcRtc INF to match the source code Liming Gao
2017-09-25 12:46   ` Ni, Ruiyu
2017-09-25 11:06 ` [Patch 04/11] UefiCpuPkg: Update Guid usage in DxeMpInitLib INF to match source code logic Liming Gao
2017-09-25 12:08   ` Dong, Eric
2017-09-25 11:06 ` [Patch 05/11] ShellPkg: Update Guid usage in ShellLib " Liming Gao
2017-09-25 12:47   ` Ni, Ruiyu
2017-09-25 11:06 ` [Patch 06/11] NetworkPkg: Update Protocol/Guid usage in INF file " Liming Gao
2017-09-26  0:41   ` Fu, Siyuan
2017-10-10  7:24   ` Wu, Jiaxin
2017-09-25 11:06 ` [Patch 07/11] SignedCapsulePkg: Update Guid " Liming Gao
2017-10-10  6:58   ` Yao, Jiewen
2017-09-25 11:06 ` [Patch 08/11] SecurityPkg: " Liming Gao
2017-10-10  8:39   ` Zhang, Chao B
2017-09-25 11:06 ` [Patch 09/11] IntelFsp2Pkg: Update Section Name in INF files Liming Gao
2017-10-10  6:58   ` Yao, Jiewen
2017-09-25 11:06 ` [Patch 10/11] IntelFsp2WrapperPkg: Update Protocol/Guid usage " Liming Gao
2017-10-10  6:58   ` Yao, Jiewen
2017-09-25 11:06 ` [Patch 11/11] MdeModulePkg: Update Ppi/Protocol/Guid " Liming Gao
2017-09-25 11:18   ` Zeng, Star

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox