public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Dandan Bi <dandan.bi@intel.com>
To: edk2-devel@lists.01.org
Subject: [patch 00/18] Fix coding style issues
Date: Tue, 13 Dec 2016 16:40:10 +0800	[thread overview]
Message-ID: <1481618428-101904-1-git-send-email-dandan.bi@intel.com> (raw)

These patch series make the coding style follow EDKII coding rules.

Dandan Bi (18):
  ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issues
  ShellPkg/UefiShellNetwork1CommandsLib: Fix incorrect Protocol format
  ShellPkg/UefiShellNetwork2CommandsLib: Fix incorrect Protocol format
  Security:Add info string to UNI file for PcdPkcs7CertBuffer
  SecurityPkg/FmpAuthenticationLibPkcs7: Fix incorrect Guid format in
    INF file
  SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format
    issues
  SecurityPkg/OpalPasswordDxe: Make comments align with the function
  SignedCapsulePkg/EdkiiSystemCapsuleLib: Fix coding style issues in INF
    file
  SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to INF file
  SignedCapsulePkg/SystemFirmwareUpdate: Add source file to INF file
  SignedCapsulePkg/IniParsingLib: Update struct name
  UefiCpuPkg: Make the comments align with the functions
  UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable
  UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF file
  UefiCpuPkg/Capsule: Fix coding style issues
  MdeModulePkg: Make the comments align with the function
  MdeModulePkg: Add missing info string for PCDs
  MdeModulePkg/CapsuleApp: Fix GUID/protocol format issues

 MdeModulePkg/Application/CapsuleApp/AppSupport.c   | 10 ++--
 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 28 ++++-----
 MdeModulePkg/Application/CapsuleApp/CapsuleDump.c  |  6 +-
 .../Core/PiSmmCore/MemoryAttributesTable.c         |  8 +--
 .../Library/DxeCapsuleLibFmp/DxeCapsuleLib.c       |  4 +-
 MdeModulePkg/MdeModulePkg.dec                      |  1 +
 MdeModulePkg/MdeModulePkg.uni                      | 69 ++++++++++++++++++++++
 .../FmpAuthenticationLibPkcs7.inf                  |  2 +-
 .../FmpAuthenticationLibRsa2048Sha256.inf          |  6 +-
 SecurityPkg/SecurityPkg.uni                        |  5 ++
 SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c     |  2 +-
 .../Library/UefiShellDebug1CommandsLib/DmpStore.c  |  5 +-
 .../UefiShellNetwork1CommandsLib.inf               |  2 +-
 .../UefiShellNetwork2CommandsLib.inf               |  2 +-
 .../EdkiiSystemCapsuleLib.inf                      | 18 +++---
 .../Library/IniParsingLib/IniParsingLib.c          |  8 +--
 .../RecoveryModuleLoadPei.inf                      |  1 +
 .../SystemFirmwareReportDxe.inf                    |  1 +
 .../SystemFirmwareUpdateDxe.inf                    |  1 +
 UefiCpuPkg/CpuDxe/CpuMp.c                          |  2 +-
 .../MicrocodeCapsulePdb/MicrocodeCapsulePdb.dsc    |  1 +
 .../MicrocodeCapsuleTxt/MicrocodeCapsuleTxt.dsc    |  1 +
 .../MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf      |  5 +-
 UefiCpuPkg/Include/Library/MpInitLib.h             |  4 +-
 UefiCpuPkg/Library/MpInitLib/DxeMpLib.c            |  4 +-
 UefiCpuPkg/Library/MpInitLib/MpLib.c               | 11 ++--
 UefiCpuPkg/Library/MpInitLib/MpLib.h               |  4 +-
 UefiCpuPkg/Library/MpInitLib/PeiMpLib.c            |  4 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c              |  2 +-
 UefiCpuPkg/SecCore/SecBist.c                       | 16 ++---
 UefiCpuPkg/UefiCpuPkg.uni                          |  8 +++
 31 files changed, 166 insertions(+), 75 deletions(-)

-- 
1.9.5.msysgit.1



             reply	other threads:[~2016-12-13  8:41 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-13  8:40 Dandan Bi [this message]
2016-12-13  8:40 ` [patch 01/18] ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issues Dandan Bi
2016-12-13 16:16   ` Carsey, Jaben
2016-12-13  8:40 ` [patch 02/18] ShellPkg/UefiShellNetwork1CommandsLib: Fix incorrect Protocol format Dandan Bi
2016-12-13 16:16   ` Carsey, Jaben
2016-12-13  8:40 ` [patch 03/18] ShellPkg/UefiShellNetwork2CommandsLib: " Dandan Bi
2016-12-13 16:16   ` Carsey, Jaben
2016-12-13  8:40 ` [patch 04/18] Security:Add info string to UNI file for PcdPkcs7CertBuffer Dandan Bi
     [not found]   ` <3C0D5C461C9E904E8F62152F6274C0BB3B856DCA@SHSMSX103.ccr.corp.intel.com>
2016-12-14  2:45     ` Yao, Jiewen
2016-12-13  8:40 ` [patch 05/18] SecurityPkg/FmpAuthenticationLibPkcs7: Fix incorrect Guid format Dandan Bi
2016-12-13  8:50   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 06/18] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues Dandan Bi
2016-12-13  8:50   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 07/18] SecurityPkg/OpalPasswordDxe: Make comments align with the function Dandan Bi
2016-12-14  5:18   ` Dong, Eric
2016-12-13  8:40 ` [patch 08/18] SignedCapsulePkg/EdkiiSystemCapsuleLib: Fix coding style issues in INF file Dandan Bi
2016-12-13  8:49   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 09/18] SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to " Dandan Bi
2016-12-13  8:49   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 10/18] SignedCapsulePkg/SystemFirmwareUpdate: " Dandan Bi
2016-12-13  8:48   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 11/18] SignedCapsulePkg/IniParsingLib: Update struct name Dandan Bi
2016-12-13  8:49   ` Yao, Jiewen
2016-12-14  2:36     ` Yao, Jiewen
2016-12-13  8:40 ` [patch 12/18] UefiCpuPkg: Make the comments align with the functions Dandan Bi
2016-12-14  2:50   ` Fan, Jeff
2016-12-13  8:40 ` [patch 13/18] UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable Dandan Bi
     [not found]   ` <3C0D5C461C9E904E8F62152F6274C0BB3B856DE3@SHSMSX103.ccr.corp.intel.com>
2016-12-14  2:41     ` Yao, Jiewen
2016-12-14  2:51   ` Fan, Jeff
2016-12-13  8:40 ` [patch 14/18] UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF file Dandan Bi
2016-12-13  8:46   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 15/18] UefiCpuPkg/Capsule: Fix coding style issues Dandan Bi
2016-12-13  8:47   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 16/18] MdeModulePkg: Make the comments align with the function Dandan Bi
2016-12-13  8:46   ` Yao, Jiewen
2016-12-13  8:40 ` [patch 17/18] MdeModulePkg: Add missing info string for PCDs Dandan Bi
     [not found]   ` <3C0D5C461C9E904E8F62152F6274C0BB3B856DD7@SHSMSX103.ccr.corp.intel.com>
2016-12-14  2:42     ` Yao, Jiewen
2016-12-13  8:40 ` [patch 18/18] MdeModulePkg/CapsuleApp: Fix GUID/protocol format issues Dandan Bi
2016-12-13  8:46   ` Yao, Jiewen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481618428-101904-1-git-send-email-dandan.bi@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox