]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPcdLib/PeiPcdLib.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / PeiPcdLib / PeiPcdLib.c
index 2496701862fdb789ad25408547b2b1b63f1ce09f..166d4a6f32d0ddbc0dd54f9dfa84862294a6dd4b 100644 (file)
@@ -1,21 +1,12 @@
 /** @file\r
 Implementation of PcdLib class library for PEI phase.\r
 \r
-Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
 \r
-\r
-\r
-\r
 #include <PiPei.h>\r
 \r
 #include <Ppi/Pcd.h>\r
@@ -31,20 +22,20 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /**\r
   Retrieve the PCD_PPI pointer.\r
 \r
-  This function is to locate PCD_PPI PPI via PeiService. \r
+  This function is to locate PCD_PPI PPI via PeiService.\r
   If fail to locate PCD_PPI, then ASSERT_EFI_ERROR().\r
-  \r
+\r
   @retval PCD_PPI * The pointer to the PCD_PPI.\r
 \r
 **/\r
 PCD_PPI  *\r
 GetPcdPpiPointer (\r
   VOID\r
-  ) \r
+  )\r
 {\r
-  EFI_STATUS        Status;\r
-  PCD_PPI           *PcdPpi;\r
-  \r
+  EFI_STATUS  Status;\r
+  PCD_PPI     *PcdPpi;\r
+\r
   Status = PeiServicesLocatePpi (&gPcdPpiGuid, 0, NULL, (VOID **)&PcdPpi);\r
   ASSERT_EFI_ERROR (Status);\r
 \r
@@ -54,9 +45,9 @@ GetPcdPpiPointer (
 /**\r
   Retrieve the pointer of EFI_PEI_PCD_PPI defined in PI 1.2 Vol 3.\r
 \r
-  This function is to locate EFI_PEI_PCD_PPI PPI via PeiService. \r
+  This function is to locate EFI_PEI_PCD_PPI PPI via PeiService.\r
   If fail to locate EFI_PEI_PCD_PPI, then ASSERT_EFI_ERROR().\r
-  \r
+\r
   @retval EFI_PEI_PCD_PPI * The pointer to the EFI_PEI_PCD_PPI.\r
 \r
 **/\r
@@ -65,19 +56,19 @@ GetPiPcdPpiPointer (
   VOID\r
   )\r
 {\r
-  EFI_STATUS        Status;\r
-  EFI_PEI_PCD_PPI   *PiPcdPpi;\r
-  \r
+  EFI_STATUS       Status;\r
+  EFI_PEI_PCD_PPI  *PiPcdPpi;\r
+\r
   Status = PeiServicesLocatePpi (&gEfiPeiPcdPpiGuid, 0, NULL, (VOID **)&PiPcdPpi);\r
   ASSERT_EFI_ERROR (Status);\r
-  \r
+\r
   return PiPcdPpi;\r
-}  \r
+}\r
 \r
 /**\r
   Retrieve the GET_PCD_INFO_PPI pointer.\r
 \r
-  This function is to locate GET_PCD_INFO_PPI PPI via PeiService. \r
+  This function is to locate GET_PCD_INFO_PPI PPI via PeiService.\r
   If fail to locate GET_PCD_INFO_PPI, then ASSERT_EFI_ERROR().\r
 \r
   @retval GET_PCD_INFO_PPI * The pointer to the GET_PCD_INFO_PPI.\r
@@ -86,11 +77,11 @@ GetPiPcdPpiPointer (
 GET_PCD_INFO_PPI *\r
 GetPcdInfoPpiPointer (\r
   VOID\r
-  ) \r
+  )\r
 {\r
-  EFI_STATUS            Status;\r
-  GET_PCD_INFO_PPI      *PcdInfoPpi;\r
-  \r
+  EFI_STATUS        Status;\r
+  GET_PCD_INFO_PPI  *PcdInfoPpi;\r
+\r
   Status = PeiServicesLocatePpi (&gGetPcdInfoPpiGuid, 0, NULL, (VOID **)&PcdInfoPpi);\r
   ASSERT_EFI_ERROR (Status);\r
 \r
@@ -100,7 +91,7 @@ GetPcdInfoPpiPointer (
 /**\r
   Retrieve the pointer of EFI_GET_PCD_INFO_PPI defined in PI 1.2.1 Vol 3.\r
 \r
-  This function is to locate EFI_GET_PCD_INFO_PPI PPI via PeiService. \r
+  This function is to locate EFI_GET_PCD_INFO_PPI PPI via PeiService.\r
   If fail to locate EFI_GET_PCD_INFO_PPI, then ASSERT_EFI_ERROR().\r
 \r
   @retval EFI_GET_PCD_INFO_PPI * The pointer to the EFI_GET_PCD_INFO_PPI.\r
@@ -113,19 +104,19 @@ GetPiPcdInfoPpiPointer (
 {\r
   EFI_STATUS            Status;\r
   EFI_GET_PCD_INFO_PPI  *PiPcdInfoPpi;\r
-  \r
+\r
   Status = PeiServicesLocatePpi (&gEfiGetPcdInfoPpiGuid, 0, NULL, (VOID **)&PiPcdInfoPpi);\r
   ASSERT_EFI_ERROR (Status);\r
-  \r
+\r
   return PiPcdInfoPpi;\r
-}  \r
+}\r
 \r
 /**\r
   This function provides a means by which SKU support can be established in the PCD infrastructure.\r
 \r
   Sets the current SKU in the PCD database to the value specified by SkuId.  SkuId is returned.\r
 \r
-  @param  SkuId   The SKU value that will be used when the PCD service retrieves \r
+  @param  SkuId   The SKU value that will be used when the PCD service retrieves\r
                   and sets values associated with a PCD token.\r
 \r
   @return  Return the SKU ID that just be set.\r
@@ -134,62 +125,56 @@ GetPiPcdInfoPpiPointer (
 UINTN\r
 EFIAPI\r
 LibPcdSetSku (\r
-  IN UINTN   SkuId\r
+  IN UINTN  SkuId\r
   )\r
 {\r
-  GetPiPcdPpiPointer()->SetSku (SkuId);\r
-  \r
+  GetPiPcdPpiPointer ()->SetSku (SkuId);\r
+\r
   return SkuId;\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
-  Returns the 8-bit value for the token specified by TokenNumber. \r
+\r
+  Returns the 8-bit value for the token specified by TokenNumber.\r
 \r
   @param[in]  TokenNumber The PCD token number to retrieve a current value for.\r
 \r
-  @return Returns the 8-bit value for the token specified by TokenNumber. \r
+  @return Returns the 8-bit value for the token specified by TokenNumber.\r
 \r
 **/\r
 UINT8\r
 EFIAPI\r
 LibPcdGet8 (\r
-  IN UINTN             TokenNumber\r
+  IN UINTN  TokenNumber\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Get8 (TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
-  Returns the 16-bit value for the token specified by TokenNumber. \r
+\r
+  Returns the 16-bit value for the token specified by TokenNumber.\r
 \r
   @param[in]  TokenNumber The PCD token number to retrieve a current value for.\r
 \r
-  @return Returns the 16-bit value for the token specified by TokenNumber. \r
+  @return Returns the 16-bit value for the token specified by TokenNumber.\r
 \r
 **/\r
 UINT16\r
 EFIAPI\r
 LibPcdGet16 (\r
-  IN UINTN             TokenNumber\r
+  IN UINTN  TokenNumber\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Get16 (TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
-  Returns the 32-bit value for the token specified by TokenNumber. \r
+\r
+  Returns the 32-bit value for the token specified by TokenNumber.\r
 \r
   @param[in]  TokenNumber The PCD token number to retrieve a current value for.\r
 \r
@@ -199,17 +184,15 @@ LibPcdGet16 (
 UINT32\r
 EFIAPI\r
 LibPcdGet32 (\r
-  IN UINTN             TokenNumber\r
+  IN UINTN  TokenNumber\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Get32 (TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
+\r
   Returns the 64-bit value for the token specified by TokenNumber.\r
 \r
   @param[in]  TokenNumber The PCD token number to retrieve a current value for.\r
@@ -220,17 +203,15 @@ LibPcdGet32 (
 UINT64\r
 EFIAPI\r
 LibPcdGet64 (\r
-  IN UINTN             TokenNumber\r
+  IN UINTN  TokenNumber\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Get64 (TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
+\r
   Returns the pointer to the buffer of the token specified by TokenNumber.\r
 \r
   @param[in]  TokenNumber The PCD token number to retrieve a current value for.\r
@@ -241,62 +222,56 @@ LibPcdGet64 (
 VOID *\r
 EFIAPI\r
 LibPcdGetPtr (\r
-  IN UINTN             TokenNumber\r
+  IN UINTN  TokenNumber\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->GetPtr (TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
-  Returns the Boolean value of the token specified by TokenNumber. \r
+\r
+  Returns the Boolean value of the token specified by TokenNumber.\r
 \r
   @param[in]  TokenNumber The PCD token number to retrieve a current value for.\r
 \r
-  @return Returns the Boolean value of the token specified by TokenNumber. \r
+  @return Returns the Boolean value of the token specified by TokenNumber.\r
 \r
 **/\r
-BOOLEAN \r
+BOOLEAN\r
 EFIAPI\r
 LibPcdGetBool (\r
-  IN UINTN             TokenNumber\r
+  IN UINTN  TokenNumber\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->GetBool (TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve the size of a given PCD token.\r
 \r
   @param[in]  TokenNumber The PCD token number to retrieve a current value for.\r
 \r
-  @return Returns the size of the token specified by TokenNumber. \r
+  @return Returns the size of the token specified by TokenNumber.\r
 \r
 **/\r
 UINTN\r
 EFIAPI\r
 LibPcdGetSize (\r
-  IN UINTN             TokenNumber\r
+  IN UINTN  TokenNumber\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->GetSize (TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
+\r
   Returns the 8-bit value for the token specified by TokenNumber and Guid.\r
-  \r
-  If Guid is NULL, then ASSERT(). \r
 \r
-  @param[in]  Guid         The pointer to a 128-bit unique value that designates \r
+  If Guid is NULL, then ASSERT().\r
+\r
+  @param[in]  Guid         The pointer to a 128-bit unique value that designates\r
                            which namespace to retrieve a value from.\r
   @param[in]  TokenNumber  The PCD token number to retrieve a current value for.\r
 \r
@@ -306,8 +281,8 @@ LibPcdGetSize (
 UINT8\r
 EFIAPI\r
 LibPcdGetEx8 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -315,16 +290,14 @@ LibPcdGetEx8 (
   return (GetPiPcdPpiPointer ())->Get8 (Guid, TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
 \r
   Returns the 16-bit value for the token specified by TokenNumber and Guid.\r
-  \r
-  If Guid is NULL, then ASSERT(). \r
 \r
-  @param[in]  Guid         The pointer to a 128-bit unique value that designates \r
+  If Guid is NULL, then ASSERT().\r
+\r
+  @param[in]  Guid         The pointer to a 128-bit unique value that designates\r
                            which namespace to retrieve a value from.\r
   @param[in]  TokenNumber  The PCD token number to retrieve a current value for.\r
 \r
@@ -334,23 +307,20 @@ LibPcdGetEx8 (
 UINT16\r
 EFIAPI\r
 LibPcdGetEx16 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
-\r
   ASSERT (Guid != NULL);\r
 \r
   return (GetPiPcdPpiPointer ())->Get16 (Guid, TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   Returns the 32-bit value for the token specified by TokenNumber and Guid.\r
-  If Guid is NULL, then ASSERT(). \r
+  If Guid is NULL, then ASSERT().\r
 \r
-  @param[in]  Guid         The pointer to a 128-bit unique value that designates \r
+  @param[in]  Guid         The pointer to a 128-bit unique value that designates\r
                            which namespace to retrieve a value from.\r
   @param[in]  TokenNumber  The PCD token number to retrieve a current value for.\r
 \r
@@ -360,8 +330,8 @@ LibPcdGetEx16 (
 UINT32\r
 EFIAPI\r
 LibPcdGetEx32 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -369,17 +339,14 @@ LibPcdGetEx32 (
   return (GetPiPcdPpiPointer ())->Get32 (Guid, TokenNumber);\r
 }\r
 \r
-\r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
+\r
   Returns the 64-bit value for the token specified by TokenNumber and Guid.\r
-  \r
-  If Guid is NULL, then ASSERT(). \r
 \r
-  @param[in]  Guid          The pointer to a 128-bit unique value that designates \r
+  If Guid is NULL, then ASSERT().\r
+\r
+  @param[in]  Guid          The pointer to a 128-bit unique value that designates\r
                             which namespace to retrieve a value from.\r
   @param[in]  TokenNumber   The PCD token number to retrieve a current value for.\r
 \r
@@ -389,24 +356,22 @@ LibPcdGetEx32 (
 UINT64\r
 EFIAPI\r
 LibPcdGetEx64 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
   return (GetPiPcdPpiPointer ())->Get64 (Guid, TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
+\r
   Returns the pointer to the buffer of token specified by TokenNumber and Guid.\r
-  \r
-  If Guid is NULL, then ASSERT(). \r
 \r
-  @param[in]  Guid          The pointer to a 128-bit unique value that designates \r
+  If Guid is NULL, then ASSERT().\r
+\r
+  @param[in]  Guid          The pointer to a 128-bit unique value that designates\r
                             which namespace to retrieve a value from.\r
   @param[in]  TokenNumber   The PCD token number to retrieve a current value for.\r
 \r
@@ -416,8 +381,8 @@ LibPcdGetEx64 (
 VOID *\r
 EFIAPI\r
 LibPcdGetExPtr (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -425,16 +390,14 @@ LibPcdGetExPtr (
   return (GetPiPcdPpiPointer ())->GetPtr (Guid, TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve a value for a given PCD token.\r
-  \r
-  Returns the Boolean value of the token specified by TokenNumber and Guid. \r
-  \r
-  If Guid is NULL, then ASSERT(). \r
 \r
-  @param[in]  Guid          The pointer to a 128-bit unique value that designates \r
+  Returns the Boolean value of the token specified by TokenNumber and Guid.\r
+\r
+  If Guid is NULL, then ASSERT().\r
+\r
+  @param[in]  Guid          The pointer to a 128-bit unique value that designates\r
                             which namespace to retrieve a value from.\r
   @param[in]  TokenNumber   The PCD token number to retrieve a current value for.\r
 \r
@@ -444,24 +407,22 @@ LibPcdGetExPtr (
 BOOLEAN\r
 EFIAPI\r
 LibPcdGetExBool (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
   return (GetPiPcdPpiPointer ())->GetBool (Guid, TokenNumber);\r
 }\r
 \r
-\r
-\r
 /**\r
   This function provides a means by which to retrieve the size of a given PCD token.\r
-  \r
-  Returns the size of the token specified by TokenNumber and Guid. \r
-  \r
-  If Guid is NULL, then ASSERT(). \r
 \r
-  @param[in]  Guid          The pointer to a 128-bit unique value that designates \r
+  Returns the size of the token specified by TokenNumber and Guid.\r
+\r
+  If Guid is NULL, then ASSERT().\r
+\r
+  @param[in]  Guid          The pointer to a 128-bit unique value that designates\r
                             which namespace to retrieve a value from.\r
   @param[in]  TokenNumber   The PCD token number to retrieve a current value for.\r
 \r
@@ -471,412 +432,14 @@ LibPcdGetExBool (
 UINTN\r
 EFIAPI\r
 LibPcdGetExSize (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
   return (GetPiPcdPpiPointer ())->GetSize (Guid, TokenNumber);\r
 }\r
 \r
-\r
-\r
-#ifndef DISABLE_NEW_DEPRECATED_INTERFACES\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 8-bit value for the token specified by TokenNumber \r
-  to the value specified by Value.  Value is returned.\r
-\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 8-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT8\r
-EFIAPI\r
-LibPcdSet8 (\r
-  IN UINTN             TokenNumber,\r
-  IN UINT8             Value\r
-  )\r
-{\r
-  (GetPcdPpiPointer ())->Set8 (TokenNumber, Value);\r
-  \r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 16-bit value for the token specified by TokenNumber \r
-  to the value specified by Value.  Value is returned.\r
-\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 16-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT16\r
-EFIAPI\r
-LibPcdSet16 (\r
-  IN UINTN             TokenNumber,\r
-  IN UINT16            Value\r
-  )\r
-{\r
-  (GetPcdPpiPointer ())->Set16 (TokenNumber, Value);\r
-  \r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 32-bit value for the token specified by TokenNumber \r
-  to the value specified by Value.  Value is returned.\r
-\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 32-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT32\r
-EFIAPI\r
-LibPcdSet32 (\r
-  IN UINTN             TokenNumber,\r
-  IN UINT32            Value\r
-  )\r
-{\r
-  (GetPcdPpiPointer ())->Set32 (TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 64-bit value for the token specified by TokenNumber \r
-  to the value specified by Value.  Value is returned.\r
-\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 64-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT64\r
-EFIAPI\r
-LibPcdSet64 (\r
-  IN UINTN             TokenNumber,\r
-  IN UINT64            Value\r
-  )\r
-{\r
-  (GetPcdPpiPointer ())->Set64 (TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets a buffer for the token specified by TokenNumber to the value \r
-  specified by Buffer and SizeOfBuffer.  Buffer is returned.  \r
-  If SizeOfBuffer is greater than the maximum size support by TokenNumber, \r
-  then set SizeOfBuffer to the maximum size supported by TokenNumber and \r
-  return NULL to indicate that the set operation was not actually performed.\r
-\r
-  If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to the \r
-  maximum size supported by TokenName and NULL must be returned.\r
-  \r
-  If SizeOfBuffer is NULL, then ASSERT().\r
-  If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().\r
-  \r
-  @param[in]      TokenNumber   The PCD token number to set a current value for.\r
-  @param[in, out] SizeOfBuffer  The size, in bytes, of Buffer.\r
-  @param[in]      Buffer        A pointer to the buffer to set.\r
-\r
-  @return Return the pointer for the buffer been set.\r
-\r
-**/\r
-VOID *\r
-EFIAPI\r
-LibPcdSetPtr (\r
-  IN        UINTN             TokenNumber,\r
-  IN OUT    UINTN             *SizeOfBuffer,\r
-  IN CONST  VOID              *Buffer\r
-  )\r
-{\r
-  EFI_STATUS Status;\r
-  UINTN      InputSizeOfBuffer;\r
-\r
-  ASSERT (SizeOfBuffer != NULL);\r
-\r
-  if (*SizeOfBuffer > 0) {\r
-    ASSERT (Buffer != NULL);\r
-  }\r
-\r
-  InputSizeOfBuffer = *SizeOfBuffer;\r
-  Status = (GetPcdPpiPointer ())->SetPtr (TokenNumber, SizeOfBuffer, (VOID *) Buffer);\r
-  if (EFI_ERROR (Status) && (*SizeOfBuffer < InputSizeOfBuffer)) {\r
-    return NULL;\r
-  }\r
-\r
-  return (VOID *) Buffer;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the Boolean value for the token specified by TokenNumber \r
-  to the value specified by Value.  Value is returned.\r
-\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The boolean value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-BOOLEAN\r
-EFIAPI\r
-LibPcdSetBool (\r
-  IN UINTN             TokenNumber,\r
-  IN BOOLEAN           Value\r
-  )\r
-{\r
-  (GetPcdPpiPointer ())->SetBool (TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 8-bit value for the token specified by TokenNumber and \r
-  Guid to the value specified by Value. Value is returned.\r
-\r
-  If Guid is NULL, then ASSERT().\r
-\r
-  @param[in]  Guid          The pointer to a 128-bit unique value that \r
-                            designates which namespace to set a value from.\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 8-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT8\r
-EFIAPI\r
-LibPcdSetEx8 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber,\r
-  IN UINT8             Value\r
-  )\r
-{\r
-  ASSERT (Guid != NULL);\r
-\r
-  (GetPiPcdPpiPointer ())->Set8 (Guid, TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 16-bit value for the token specified by TokenNumber and \r
-  Guid to the value specified by Value. Value is returned.\r
-\r
-  If Guid is NULL, then ASSERT().\r
-\r
-  @param[in]  Guid          The pointer to a 128-bit unique value that \r
-                            designates which namespace to set a value from.\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 16-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT16\r
-EFIAPI\r
-LibPcdSetEx16 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber,\r
-  IN UINT16            Value\r
-  )\r
-{\r
-  ASSERT (Guid != NULL);\r
-\r
-  (GetPiPcdPpiPointer ())->Set16 (Guid, TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 32-bit value for the token specified by TokenNumber and \r
-  Guid to the value specified by Value. Value is returned.\r
-\r
-  If Guid is NULL, then ASSERT().\r
-\r
-  @param[in]  Guid          The pointer to a 128-bit unique value that \r
-                            designates which namespace to set a value from.\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 32-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT32\r
-EFIAPI\r
-LibPcdSetEx32 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber,\r
-  IN UINT32            Value\r
-  )\r
-{\r
-  ASSERT (Guid != NULL);\r
-\r
-  (GetPiPcdPpiPointer ())->Set32 (Guid, TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the 64-bit value for the token specified by TokenNumber and \r
-  Guid to the value specified by Value. Value is returned.\r
-\r
-  If Guid is NULL, then ASSERT().\r
-\r
-  @param[in]  Guid          The pointer to a 128-bit unique value that \r
-                            designates which namespace to set a value from.\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The 64-bit value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-UINT64\r
-EFIAPI\r
-LibPcdSetEx64 (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber,\r
-  IN UINT64            Value\r
-  )\r
-{\r
-  ASSERT (Guid != NULL);\r
-\r
-  (GetPiPcdPpiPointer ())->Set64 (Guid, TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets a buffer for the token specified by TokenNumber to the value specified by \r
-  Buffer and SizeOfBuffer.  Buffer is returned.  If SizeOfBuffer is greater than \r
-  the maximum size support by TokenNumber, then set SizeOfBuffer to the maximum size \r
-  supported by TokenNumber and return NULL to indicate that the set operation \r
-  was not actually performed.\r
-  \r
-  If Guid is NULL, then ASSERT().\r
-  If SizeOfBuffer is NULL, then ASSERT().\r
-  If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().\r
-  \r
-  @param[in]  Guid              The pointer to a 128-bit unique value that \r
-                                designates which namespace to set a value from.\r
-  @param[in]  TokenNumber       The PCD token number to set a current value for.\r
-  @param[in, out] SizeOfBuffer  The size, in bytes, of Buffer.\r
-  @param[in]  Buffer            A pointer to the buffer to set.\r
-\r
-  @return Return the pinter to the buffer been set.\r
-\r
-**/\r
-VOID *\r
-EFIAPI\r
-LibPcdSetExPtr (\r
-  IN      CONST GUID        *Guid,\r
-  IN      UINTN             TokenNumber,\r
-  IN OUT  UINTN             *SizeOfBuffer,\r
-  IN      VOID              *Buffer\r
-  )\r
-{\r
-  EFI_STATUS      Status;\r
-  UINTN           InputSizeOfBuffer;\r
-\r
-  ASSERT (SizeOfBuffer != NULL);\r
-  if (*SizeOfBuffer > 0) {\r
-    ASSERT (Buffer != NULL);\r
-  }\r
-  ASSERT (Guid != NULL);\r
-\r
-  InputSizeOfBuffer = *SizeOfBuffer;\r
-  Status = (GetPiPcdPpiPointer ())->SetPtr (Guid, TokenNumber, SizeOfBuffer, Buffer);\r
-  if (EFI_ERROR (Status) && (*SizeOfBuffer < InputSizeOfBuffer)) {\r
-    return NULL;\r
-  }\r
-\r
-  return Buffer;\r
-}\r
-\r
-\r
-\r
-/**\r
-  This function provides a means by which to set a value for a given PCD token.\r
-  \r
-  Sets the Boolean value for the token specified by TokenNumber and \r
-  Guid to the value specified by Value. Value is returned.\r
-\r
-  If Guid is NULL, then ASSERT().\r
-\r
-  @param[in]  Guid          The pointer to a 128-bit unique value that \r
-                            designates which namespace to set a value from.\r
-  @param[in]  TokenNumber   The PCD token number to set a current value for.\r
-  @param[in]  Value         The Boolean value to set.\r
-\r
-  @return Return the value that was set.\r
-\r
-**/\r
-BOOLEAN\r
-EFIAPI\r
-LibPcdSetExBool (\r
-  IN CONST GUID        *Guid,\r
-  IN UINTN             TokenNumber,\r
-  IN BOOLEAN           Value\r
-  )\r
-{\r
-  ASSERT (Guid != NULL);\r
-\r
-  (GetPiPcdPpiPointer ())->SetBool (Guid, TokenNumber, Value);\r
-\r
-  return Value;\r
-}\r
-#endif\r
-\r
 /**\r
   This function provides a means by which to set a value for a given PCD token.\r
 \r
@@ -892,8 +455,8 @@ LibPcdSetExBool (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSet8S (\r
-  IN UINTN          TokenNumber,\r
-  IN UINT8          Value\r
+  IN UINTN  TokenNumber,\r
+  IN UINT8  Value\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Set8 (TokenNumber, Value);\r
@@ -914,8 +477,8 @@ LibPcdSet8S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSet16S (\r
-  IN UINTN          TokenNumber,\r
-  IN UINT16         Value\r
+  IN UINTN   TokenNumber,\r
+  IN UINT16  Value\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Set16 (TokenNumber, Value);\r
@@ -936,8 +499,8 @@ LibPcdSet16S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSet32S (\r
-  IN UINTN          TokenNumber,\r
-  IN UINT32         Value\r
+  IN UINTN   TokenNumber,\r
+  IN UINT32  Value\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Set32 (TokenNumber, Value);\r
@@ -958,8 +521,8 @@ LibPcdSet32S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSet64S (\r
-  IN UINTN          TokenNumber,\r
-  IN UINT64         Value\r
+  IN UINTN   TokenNumber,\r
+  IN UINT64  Value\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->Set64 (TokenNumber, Value);\r
@@ -990,9 +553,9 @@ LibPcdSet64S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetPtrS (\r
-  IN       UINTN    TokenNumber,\r
-  IN OUT   UINTN    *SizeOfBuffer,\r
-  IN CONST VOID     *Buffer\r
+  IN       UINTN  TokenNumber,\r
+  IN OUT   UINTN  *SizeOfBuffer,\r
+  IN CONST VOID   *Buffer\r
   )\r
 {\r
   ASSERT (SizeOfBuffer != NULL);\r
@@ -1001,7 +564,7 @@ LibPcdSetPtrS (
     ASSERT (Buffer != NULL);\r
   }\r
 \r
-  return (GetPcdPpiPointer ())->SetPtr (TokenNumber, SizeOfBuffer, (VOID *) Buffer);\r
+  return (GetPcdPpiPointer ())->SetPtr (TokenNumber, SizeOfBuffer, (VOID *)Buffer);\r
 }\r
 \r
 /**\r
@@ -1019,8 +582,8 @@ LibPcdSetPtrS (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetBoolS (\r
-  IN UINTN          TokenNumber,\r
-  IN BOOLEAN        Value\r
+  IN UINTN    TokenNumber,\r
+  IN BOOLEAN  Value\r
   )\r
 {\r
   return (GetPcdPpiPointer ())->SetBool (TokenNumber, Value);\r
@@ -1045,9 +608,9 @@ LibPcdSetBoolS (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetEx8S (\r
-  IN CONST GUID     *Guid,\r
-  IN UINTN          TokenNumber,\r
-  IN UINT8          Value\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber,\r
+  IN UINT8       Value\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -1074,9 +637,9 @@ LibPcdSetEx8S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetEx16S (\r
-  IN CONST GUID     *Guid,\r
-  IN UINTN          TokenNumber,\r
-  IN UINT16         Value\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber,\r
+  IN UINT16      Value\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -1103,9 +666,9 @@ LibPcdSetEx16S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetEx32S (\r
-  IN CONST GUID     *Guid,\r
-  IN UINTN          TokenNumber,\r
-  IN UINT32         Value\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber,\r
+  IN UINT32      Value\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -1132,9 +695,9 @@ LibPcdSetEx32S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetEx64S (\r
-  IN CONST GUID     *Guid,\r
-  IN UINTN          TokenNumber,\r
-  IN UINT64         Value\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber,\r
+  IN UINT64      Value\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -1167,10 +730,10 @@ LibPcdSetEx64S (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetExPtrS (\r
-  IN CONST GUID     *Guid,\r
-  IN       UINTN    TokenNumber,\r
-  IN OUT   UINTN    *SizeOfBuffer,\r
-  IN       VOID     *Buffer\r
+  IN CONST GUID   *Guid,\r
+  IN       UINTN  TokenNumber,\r
+  IN OUT   UINTN  *SizeOfBuffer,\r
+  IN       VOID   *Buffer\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -1203,9 +766,9 @@ LibPcdSetExPtrS (
 RETURN_STATUS\r
 EFIAPI\r
 LibPcdSetExBoolS (\r
-  IN CONST GUID     *Guid,\r
-  IN UINTN          TokenNumber,\r
-  IN BOOLEAN        Value\r
+  IN CONST GUID  *Guid,\r
+  IN UINTN       TokenNumber,\r
+  IN BOOLEAN     Value\r
   )\r
 {\r
   ASSERT (Guid != NULL);\r
@@ -1215,49 +778,47 @@ LibPcdSetExBoolS (
 \r
 /**\r
   Set up a notification function that is called when a specified token is set.\r
-  \r
-  When the token specified by TokenNumber and Guid is set, \r
-  then notification function specified by NotificationFunction is called.  \r
+\r
+  When the token specified by TokenNumber and Guid is set,\r
+  then notification function specified by NotificationFunction is called.\r
   If Guid is NULL, then the default token space is used.\r
   If NotificationFunction is NULL, then ASSERT().\r
 \r
-  @param[in]  Guid                  The pointer to a 128-bit unique value that \r
-                                    designates which namespace to set a value from.  \r
+  @param[in]  Guid                  The pointer to a 128-bit unique value that\r
+                                    designates which namespace to set a value from.\r
                                     If NULL, then the default token space is used.\r
   @param[in]  TokenNumber           The PCD token number to monitor.\r
-  @param[in]  NotificationFunction  The function to call when the token \r
+  @param[in]  NotificationFunction  The function to call when the token\r
                                     specified by Guid and TokenNumber is set.\r
 \r
 **/\r
 VOID\r
 EFIAPI\r
 LibPcdCallbackOnSet (\r
-  IN CONST GUID               *Guid,       OPTIONAL\r
-  IN UINTN                    TokenNumber,\r
-  IN PCD_CALLBACK             NotificationFunction\r
+  IN CONST GUID    *Guid        OPTIONAL,\r
+  IN UINTN         TokenNumber,\r
+  IN PCD_CALLBACK  NotificationFunction\r
   )\r
 {\r
-  EFI_STATUS Status;\r
+  EFI_STATUS  Status;\r
 \r
   ASSERT (NotificationFunction != NULL);\r
 \r
-  Status = (GetPiPcdPpiPointer ())->CallbackOnSet (Guid, TokenNumber, (EFI_PEI_PCD_PPI_CALLBACK) NotificationFunction);\r
+  Status = (GetPiPcdPpiPointer ())->CallbackOnSet (Guid, TokenNumber, (EFI_PEI_PCD_PPI_CALLBACK)NotificationFunction);\r
 \r
   ASSERT_EFI_ERROR (Status);\r
 \r
   return;\r
 }\r
 \r
-\r
-\r
 /**\r
   Disable a notification function that was established with LibPcdCallbackonSet().\r
-  \r
+\r
   Disable a notification function that was previously established with LibPcdCallbackOnSet().\r
   If NotificationFunction is NULL, then ASSERT().\r
-  If LibPcdCallbackOnSet() was not previously called with Guid, TokenNumber, \r
+  If LibPcdCallbackOnSet() was not previously called with Guid, TokenNumber,\r
   and NotificationFunction, then ASSERT().\r
-  \r
+\r
   @param[in]  Guid                 Specify the GUID token space.\r
   @param[in]  TokenNumber          Specify the token number.\r
   @param[in]  NotificationFunction The callback function to be unregistered.\r
@@ -1266,51 +827,49 @@ LibPcdCallbackOnSet (
 VOID\r
 EFIAPI\r
 LibPcdCancelCallback (\r
-  IN CONST GUID               *Guid,       OPTIONAL\r
-  IN UINTN                    TokenNumber,\r
-  IN PCD_CALLBACK             NotificationFunction\r
+  IN CONST GUID    *Guid        OPTIONAL,\r
+  IN UINTN         TokenNumber,\r
+  IN PCD_CALLBACK  NotificationFunction\r
   )\r
 {\r
-  EFI_STATUS Status;\r
+  EFI_STATUS  Status;\r
 \r
   ASSERT (NotificationFunction != NULL);\r
 \r
-  Status = (GetPiPcdPpiPointer ())->CancelCallback (Guid, TokenNumber, (EFI_PEI_PCD_PPI_CALLBACK) NotificationFunction);\r
+  Status = (GetPiPcdPpiPointer ())->CancelCallback (Guid, TokenNumber, (EFI_PEI_PCD_PPI_CALLBACK)NotificationFunction);\r
 \r
   ASSERT_EFI_ERROR (Status);\r
 \r
   return;\r
 }\r
 \r
-\r
-\r
 /**\r
   Retrieves the next token in a token space.\r
-  \r
-  Retrieves the next PCD token number from the token space specified by Guid.  \r
-  If Guid is NULL, then the default token space is used.  If TokenNumber is 0, \r
-  then the first token number is returned.  Otherwise, the token number that \r
-  follows TokenNumber in the token space is returned.  If TokenNumber is the last \r
-  token number in the token space, then 0 is returned.  \r
-  \r
+\r
+  Retrieves the next PCD token number from the token space specified by Guid.\r
+  If Guid is NULL, then the default token space is used.  If TokenNumber is 0,\r
+  then the first token number is returned.  Otherwise, the token number that\r
+  follows TokenNumber in the token space is returned.  If TokenNumber is the last\r
+  token number in the token space, then 0 is returned.\r
+\r
   If TokenNumber is not 0 and is not in the token space specified by Guid, then ASSERT().\r
 \r
-  @param[in]  Guid        The pointer to a 128-bit unique value that designates which namespace \r
+  @param[in]  Guid        The pointer to a 128-bit unique value that designates which namespace\r
                           to set a value from.  If NULL, then the default token space is used.\r
-  @param[in]  TokenNumber The previous PCD token number.  If 0, then retrieves the first PCD \r
+  @param[in]  TokenNumber The previous PCD token number.  If 0, then retrieves the first PCD\r
                           token number.\r
 \r
   @return The next valid token number.\r
 \r
 **/\r
-UINTN           \r
+UINTN\r
 EFIAPI\r
 LibPcdGetNextToken (\r
-  IN CONST GUID               *Guid,       OPTIONAL\r
-  IN UINTN                    TokenNumber\r
+  IN CONST GUID  *Guid        OPTIONAL,\r
+  IN UINTN       TokenNumber\r
   )\r
 {\r
-  EFI_STATUS    Status;\r
+  EFI_STATUS  Status;\r
 \r
   Status = (GetPiPcdPpiPointer ())->GetNextToken (Guid, &TokenNumber);\r
   ASSERT (!EFI_ERROR (Status) || TokenNumber == 0);\r
@@ -1318,15 +877,14 @@ LibPcdGetNextToken (
   return TokenNumber;\r
 }\r
 \r
-\r
 /**\r
   Used to retrieve the list of available PCD token space GUIDs.\r
-  \r
+\r
   Returns the PCD token space GUID that follows TokenSpaceGuid in the list of token spaces\r
   in the platform.\r
   If TokenSpaceGuid is NULL, then a pointer to the first PCD token spaces returned.\r
   If TokenSpaceGuid is the last PCD token space GUID in the list, then NULL is returned.\r
-  \r
+\r
   @param  TokenSpaceGuid  The pointer to the a PCD token space GUID\r
 \r
   @return The next valid token namespace.\r
@@ -1340,59 +898,58 @@ LibPcdGetNextTokenSpace (
 {\r
   (GetPiPcdPpiPointer ())->GetNextTokenSpace (&TokenSpaceGuid);\r
 \r
-  return (GUID *) TokenSpaceGuid;\r
+  return (GUID *)TokenSpaceGuid;\r
 }\r
 \r
-\r
-\r
 /**\r
   Sets a value of a patchable PCD entry that is type pointer.\r
-  \r
-  Sets the PCD entry specified by PatchVariable to the value specified by Buffer \r
-  and SizeOfBuffer.  Buffer is returned.  If SizeOfBuffer is greater than \r
-  MaximumDatumSize, then set SizeOfBuffer to MaximumDatumSize and return \r
-  NULL to indicate that the set operation was not actually performed.  \r
-  If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to \r
+\r
+  Sets the PCD entry specified by PatchVariable to the value specified by Buffer\r
+  and SizeOfBuffer.  Buffer is returned.  If SizeOfBuffer is greater than\r
+  MaximumDatumSize, then set SizeOfBuffer to MaximumDatumSize and return\r
+  NULL to indicate that the set operation was not actually performed.\r
+  If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to\r
   MaximumDatumSize and NULL must be returned.\r
-  \r
+\r
   If PatchVariable is NULL, then ASSERT().\r
   If SizeOfBuffer is NULL, then ASSERT().\r
   If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().\r
 \r
-  @param[out] PatchVariable     A pointer to the global variable in a module that is \r
+  @param[out] PatchVariable     A pointer to the global variable in a module that is\r
                                 the target of the set operation.\r
   @param[in] MaximumDatumSize   The maximum size allowed for the PCD entry specified by PatchVariable.\r
   @param[in, out] SizeOfBuffer  A pointer to the size, in bytes, of Buffer.\r
   @param[in] Buffer             A pointer to the buffer to used to set the target variable.\r
-  \r
+\r
   @return Return the pointer to the buffer been set.\r
 \r
 **/\r
 VOID *\r
 EFIAPI\r
 LibPatchPcdSetPtr (\r
-  OUT       VOID        *PatchVariable,\r
-  IN        UINTN       MaximumDatumSize,\r
-  IN OUT    UINTN       *SizeOfBuffer,\r
-  IN CONST  VOID        *Buffer\r
+  OUT       VOID   *PatchVariable,\r
+  IN        UINTN  MaximumDatumSize,\r
+  IN OUT    UINTN  *SizeOfBuffer,\r
+  IN CONST  VOID   *Buffer\r
   )\r
 {\r
   ASSERT (PatchVariable != NULL);\r
   ASSERT (SizeOfBuffer  != NULL);\r
-  \r
+\r
   if (*SizeOfBuffer > 0) {\r
     ASSERT (Buffer != NULL);\r
   }\r
 \r
   if ((*SizeOfBuffer > MaximumDatumSize) ||\r
-      (*SizeOfBuffer == MAX_ADDRESS)) {\r
+      (*SizeOfBuffer == MAX_ADDRESS))\r
+  {\r
     *SizeOfBuffer = MaximumDatumSize;\r
     return NULL;\r
   }\r
-    \r
+\r
   CopyMem (PatchVariable, Buffer, *SizeOfBuffer);\r
-  \r
-  return (VOID *) Buffer;\r
+\r
+  return (VOID *)Buffer;\r
 }\r
 \r
 /**\r
@@ -1414,28 +971,29 @@ LibPatchPcdSetPtr (
   @param[in] MaximumDatumSize   The maximum size allowed for the PCD entry specified by PatchVariable.\r
   @param[in, out] SizeOfBuffer  A pointer to the size, in bytes, of Buffer.\r
   @param[in] Buffer             A pointer to the buffer to used to set the target variable.\r
-  \r
+\r
   @return The status of the set operation.\r
 \r
 **/\r
 RETURN_STATUS\r
 EFIAPI\r
 LibPatchPcdSetPtrS (\r
-  OUT      VOID     *PatchVariable,\r
-  IN       UINTN    MaximumDatumSize,\r
-  IN OUT   UINTN    *SizeOfBuffer,\r
-  IN CONST VOID     *Buffer\r
+  OUT      VOID   *PatchVariable,\r
+  IN       UINTN  MaximumDatumSize,\r
+  IN OUT   UINTN  *SizeOfBuffer,\r
+  IN CONST VOID   *Buffer\r
   )\r
 {\r
   ASSERT (PatchVariable != NULL);\r
   ASSERT (SizeOfBuffer  != NULL);\r
-  \r
+\r
   if (*SizeOfBuffer > 0) {\r
     ASSERT (Buffer != NULL);\r
   }\r
 \r
   if ((*SizeOfBuffer > MaximumDatumSize) ||\r
-      (*SizeOfBuffer == MAX_ADDRESS)) {\r
+      (*SizeOfBuffer == MAX_ADDRESS))\r
+  {\r
     *SizeOfBuffer = MaximumDatumSize;\r
     return RETURN_INVALID_PARAMETER;\r
   }\r
@@ -1445,60 +1003,60 @@ LibPatchPcdSetPtrS (
   return RETURN_SUCCESS;\r
 }\r
 \r
-\r
 /**\r
   Sets a value and size of a patchable PCD entry that is type pointer.\r
-  \r
-  Sets the PCD entry specified by PatchVariable to the value specified by Buffer \r
-  and SizeOfBuffer.  Buffer is returned.  If SizeOfBuffer is greater than \r
-  MaximumDatumSize, then set SizeOfBuffer to MaximumDatumSize and return \r
-  NULL to indicate that the set operation was not actually performed.  \r
-  If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to \r
+\r
+  Sets the PCD entry specified by PatchVariable to the value specified by Buffer\r
+  and SizeOfBuffer.  Buffer is returned.  If SizeOfBuffer is greater than\r
+  MaximumDatumSize, then set SizeOfBuffer to MaximumDatumSize and return\r
+  NULL to indicate that the set operation was not actually performed.\r
+  If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to\r
   MaximumDatumSize and NULL must be returned.\r
-  \r
+\r
   If PatchVariable is NULL, then ASSERT().\r
   If SizeOfPatchVariable is NULL, then ASSERT().\r
   If SizeOfBuffer is NULL, then ASSERT().\r
   If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().\r
 \r
-  @param[out] PatchVariable     A pointer to the global variable in a module that is \r
+  @param[out] PatchVariable     A pointer to the global variable in a module that is\r
                                 the target of the set operation.\r
   @param[out] SizeOfPatchVariable A pointer to the size, in bytes, of PatchVariable.\r
   @param[in] MaximumDatumSize   The maximum size allowed for the PCD entry specified by PatchVariable.\r
   @param[in, out] SizeOfBuffer  A pointer to the size, in bytes, of Buffer.\r
   @param[in] Buffer             A pointer to the buffer to used to set the target variable.\r
-  \r
+\r
   @return Return the pointer to the buffer been set.\r
 \r
 **/\r
 VOID *\r
 EFIAPI\r
 LibPatchPcdSetPtrAndSize (\r
-  OUT       VOID        *PatchVariable,\r
-  OUT       UINTN       *SizeOfPatchVariable,\r
-  IN        UINTN       MaximumDatumSize,\r
-  IN OUT    UINTN       *SizeOfBuffer,\r
-  IN CONST  VOID        *Buffer\r
+  OUT       VOID   *PatchVariable,\r
+  OUT       UINTN  *SizeOfPatchVariable,\r
+  IN        UINTN  MaximumDatumSize,\r
+  IN OUT    UINTN  *SizeOfBuffer,\r
+  IN CONST  VOID   *Buffer\r
   )\r
 {\r
   ASSERT (PatchVariable != NULL);\r
   ASSERT (SizeOfPatchVariable != NULL);\r
   ASSERT (SizeOfBuffer  != NULL);\r
-  \r
+\r
   if (*SizeOfBuffer > 0) {\r
     ASSERT (Buffer != NULL);\r
   }\r
 \r
   if ((*SizeOfBuffer > MaximumDatumSize) ||\r
-      (*SizeOfBuffer == MAX_ADDRESS)) {\r
+      (*SizeOfBuffer == MAX_ADDRESS))\r
+  {\r
     *SizeOfBuffer = MaximumDatumSize;\r
     return NULL;\r
   }\r
-    \r
+\r
   CopyMem (PatchVariable, Buffer, *SizeOfBuffer);\r
   *SizeOfPatchVariable = *SizeOfBuffer;\r
-  \r
-  return (VOID *) Buffer;\r
+\r
+  return (VOID *)Buffer;\r
 }\r
 \r
 /**\r
@@ -1522,30 +1080,31 @@ LibPatchPcdSetPtrAndSize (
   @param[in] MaximumDatumSize   The maximum size allowed for the PCD entry specified by PatchVariable.\r
   @param[in, out] SizeOfBuffer  A pointer to the size, in bytes, of Buffer.\r
   @param[in] Buffer             A pointer to the buffer to used to set the target variable.\r
-  \r
+\r
   @return The status of the set operation.\r
 \r
 **/\r
 RETURN_STATUS\r
 EFIAPI\r
 LibPatchPcdSetPtrAndSizeS (\r
-  OUT      VOID     *PatchVariable,\r
-  OUT      UINTN    *SizeOfPatchVariable,\r
-  IN       UINTN    MaximumDatumSize,\r
-  IN OUT   UINTN    *SizeOfBuffer,\r
-  IN CONST VOID     *Buffer\r
+  OUT      VOID   *PatchVariable,\r
+  OUT      UINTN  *SizeOfPatchVariable,\r
+  IN       UINTN  MaximumDatumSize,\r
+  IN OUT   UINTN  *SizeOfBuffer,\r
+  IN CONST VOID   *Buffer\r
   )\r
 {\r
   ASSERT (PatchVariable != NULL);\r
   ASSERT (SizeOfPatchVariable != NULL);\r
   ASSERT (SizeOfBuffer  != NULL);\r
-  \r
+\r
   if (*SizeOfBuffer > 0) {\r
     ASSERT (Buffer != NULL);\r
   }\r
 \r
   if ((*SizeOfBuffer > MaximumDatumSize) ||\r
-      (*SizeOfBuffer == MAX_ADDRESS)) {\r
+      (*SizeOfBuffer == MAX_ADDRESS))\r
+  {\r
     *SizeOfBuffer = MaximumDatumSize;\r
     return RETURN_INVALID_PARAMETER;\r
   }\r
@@ -1571,13 +1130,13 @@ LibPatchPcdSetPtrAndSizeS (
 VOID\r
 EFIAPI\r
 LibPcdGetInfo (\r
-  IN        UINTN           TokenNumber,\r
-  OUT       PCD_INFO        *PcdInfo\r
+  IN        UINTN     TokenNumber,\r
+  OUT       PCD_INFO  *PcdInfo\r
   )\r
 {\r
-  EFI_STATUS Status;\r
+  EFI_STATUS  Status;\r
 \r
-  Status = GetPcdInfoPpiPointer()->GetInfo (TokenNumber, (EFI_PCD_INFO *) PcdInfo);\r
+  Status = GetPcdInfoPpiPointer ()->GetInfo (TokenNumber, (EFI_PCD_INFO *)PcdInfo);\r
   ASSERT_EFI_ERROR (Status);\r
 }\r
 \r
@@ -1597,14 +1156,14 @@ LibPcdGetInfo (
 VOID\r
 EFIAPI\r
 LibPcdGetInfoEx (\r
-  IN CONST  GUID            *Guid,\r
-  IN        UINTN           TokenNumber,\r
-  OUT       PCD_INFO        *PcdInfo\r
+  IN CONST  GUID      *Guid,\r
+  IN        UINTN     TokenNumber,\r
+  OUT       PCD_INFO  *PcdInfo\r
   )\r
 {\r
-  EFI_STATUS Status;\r
+  EFI_STATUS  Status;\r
 \r
-  Status = GetPiPcdInfoPpiPointer()->GetInfo (Guid, TokenNumber, (EFI_PCD_INFO *) PcdInfo);\r
+  Status = GetPiPcdInfoPpiPointer ()->GetInfo (Guid, TokenNumber, (EFI_PCD_INFO *)PcdInfo);\r
   ASSERT_EFI_ERROR (Status);\r
 }\r
 \r
@@ -1621,5 +1180,5 @@ LibPcdGetSku (
   VOID\r
   )\r
 {\r
-  return GetPiPcdInfoPpiPointer()->GetSku ();\r
+  return GetPiPcdInfoPpiPointer ()->GetSku ();\r
 }\r