]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFsp2WrapperPkg: Clean up source files
authorLiming Gao <liming.gao@intel.com>
Wed, 27 Jun 2018 13:07:08 +0000 (21:07 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 28 Jun 2018 03:19:44 +0000 (11:19 +0800)
1. Do not use tab characters
2. No trailing white space in one line
3. All files must end with CRLF

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf
IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHobProcessLibSample.c

index 7634619f80282c2d40f8ece29a8d411a5d0ac100..69df16452d8865f23a93cc8b7d9f18586be841c3 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Provides drivers and definitions to support fsp in EDKII bios.\r
 #\r
 ## @file\r
 # Provides drivers and definitions to support fsp in EDKII bios.\r
 #\r
-# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License that accompanies this distribution.\r
 # The full text of the license may be found at\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License that accompanies this distribution.\r
 # The full text of the license may be found at\r
   #              buffer address before FspWrapper module executing.\r
   #\r
   gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress|0x00000000|UINT32|0x50000000\r
   #              buffer address before FspWrapper module executing.\r
   #\r
   gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress|0x00000000|UINT32|0x50000000\r
-  gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress|0x00000000|UINT32|0x50000001
\ No newline at end of file
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress|0x00000000|UINT32|0x50000001\r
index 6e828633284c1e6cc0f94b8a214a27ffb99b0ecf..58fd58b19c02a9f5ca6624c601173e284f0b4488 100644 (file)
@@ -50,4 +50,4 @@
 [LibraryClasses]\r
   DebugLib\r
 \r
 [LibraryClasses]\r
   DebugLib\r
 \r
-[Guids]
\ No newline at end of file
+[Guids]\r
index 8765bba5fd9421fd5cfc4f3a96f27ad3f8b2c0b2..2ac7aa11e16403c7c51983bbfa6b412e8a086a15 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Sample to provide FSP wrapper hob process related function.\r
 \r
 /** @file\r
   Sample to provide FSP wrapper hob process related function.\r
 \r
-  Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2018, 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
   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
@@ -359,7 +359,7 @@ ProcessFspHobList (
       //\r
       // Skip FSP binary creates PcdDataBaseHobGuid\r
       //\r
       //\r
       // Skip FSP binary creates PcdDataBaseHobGuid\r
       //\r
-      if (!CompareGuid(&FspHob.Guid->Name, &gPcdDataBaseHobGuid)) { \r
+      if (!CompareGuid(&FspHob.Guid->Name, &gPcdDataBaseHobGuid)) {\r
         BuildGuidDataHob (\r
           &FspHob.Guid->Name,\r
           GET_GUID_HOB_DATA(FspHob),\r
         BuildGuidDataHob (\r
           &FspHob.Guid->Name,\r
           GET_GUID_HOB_DATA(FspHob),\r
@@ -387,4 +387,4 @@ PostFspsHobProcess (
   ProcessFspHobList (FspHobList);\r
 \r
   return EFI_SUCCESS;\r
   ProcessFspHobList (FspHobList);\r
 \r
   return EFI_SUCCESS;\r
-}
\ No newline at end of file
+}\r