Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lushifex <shifeix.a...@intel.com>
Reviewed-by: David Wei <david....@intel.com>
---
 Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf | 22 ++++++++++-----------
 Vlv2TbltDevicePkg/PlatformPkg.dec             | 28 ++++++++++++++++++---------
 2 files changed, 30 insertions(+), 20 deletions(-)

diff --git a/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf 
b/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf
index 63ccf03..f1f2635 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf
+++ b/Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf
@@ -1,17 +1,17 @@
-#/*++
+## @file
 #
 #  Copyright (c)  1999  - 2015, Intel Corporation. All rights reserved
-#                                                                              
    
+#
 # This program and the accompanying materials are licensed and made available 
under
-# the terms and conditions of the BSD License that accompanies this 
distribution.  
-# The full text of the license may be found at                                 
    
-# http://opensource.org/licenses/bsd-license.php.                              
    
-#                                                                              
    
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,        
    
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
IMPLIED.    
-#                                                                              
    
+# the terms and conditions of the BSD License that accompanies this 
distribution.
+# The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
 #
 #  Module Name:
 #
 #    PlatformBB.inf
 #
@@ -22,11 +22,11 @@
 #  Rev   Date<MM/DD/YYYY>    Name    Description
 #  
------------------------------------------------------------------------------
 #  R01     <04/22/2011>       LB     Update code for SIO83627UHG support.
 #  
------------------------------------------------------------------------------
 #
-#--*/
+##
 
 [defines]
   INF_VERSION                    = 0x00010005
   BASE_NAME                      = PlatformDxe
   FILE_GUID                      = 056E7324-A718-465b-9A84-228F06642B4F
@@ -139,11 +139,11 @@
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection
   gPlatformModuleTokenSpaceGuid.PcdFlashFvMainBase
   gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoveryBase
   gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoverySize
   gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase
-  
+
 
 [Depex]
   gEfiPciRootBridgeIoProtocolGuid     AND
   gEfiVariableArchProtocolGuid        AND
   gEfiVariableWriteArchProtocolGuid   AND
diff --git a/Vlv2TbltDevicePkg/PlatformPkg.dec 
b/Vlv2TbltDevicePkg/PlatformPkg.dec
index c5e0d24..e81b534 100644
--- a/Vlv2TbltDevicePkg/PlatformPkg.dec
+++ b/Vlv2TbltDevicePkg/PlatformPkg.dec
@@ -1,19 +1,28 @@
 #/** @file
 # Platform Package
 #
 # This package provides platform specific modules.
 # Copyright (c) 2009  - 2015, Intel Corporation. All rights reserved.<BR>
-#                                                                              
    

-# This program and the accompanying materials are licensed and made available 
under

-# the terms and conditions of the BSD License that accompanies this 
distribution.  

-# The full text of the license may be found at                                 
    

-# http://opensource.org/licenses/bsd-license.php.                              
    

-#                                                                              
    

-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,        
    

-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
IMPLIED.    

-#                                                                              
    

+#
+
+# This program and the accompanying materials are licensed and made available 
under
+
+# the terms and conditions of the BSD License that accompanies this 
distribution.
+
+# The full text of the license may be found at
+
+# http://opensource.org/licenses/bsd-license.php.
+
+#
+
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+#
+
 #
 #
 #**/
 
 [Defines]
@@ -204,5 +213,6 @@
   gEfiFirmwareClassGuid          = { 0xb122a262, 0x3551, 0x4f48, { 0x88, 0x92, 
0x55, 0xf6, 0xc0, 0x61, 0x42, 0x90 } }
   gEfiDFUVerGuid                 = { 0x0dc73aed, 0xcbf6, 0x4a25, { 0xa6, 0x8d, 
0x59, 0xc8, 0x0f, 0x44, 0xc7, 0xc3 } }
   gEfiEsrtTableGuid              = { 0xb122a263, 0x3661, 0x4f68, { 0x99, 0x29, 
0x78, 0xf8, 0xb0, 0xd6, 0x21, 0x80 } }
   gEfiCapsuleCrashLogVarGuid     = { 0xf3ff1468, 0x04ba, 0x4966, { 0x9f, 0xb2, 
0xe4, 0xa7, 0x90, 0x05, 0x46, 0x50 } }
   gEfiCapsuleCrashGuid           = { 0x0e1d2972, 0x65af, 0x4ac1, { 0xbf, 0xa3, 
0xce, 0xf4, 0xab, 0x0c, 0x38, 0xfe } }
+
-- 
2.6.2.windows.1


_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to