[edk2-devel] [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header

Liming Gao posted 1 patch 3 years, 8 months ago
Failed in applying to current master (apply log)
.../PlatformDxe/Observable/Observable.c              | 12 ++++--------
.../SecBoardInitLibNull/Ia32/SecBoardInit.nasm       |  6 ------
.../PlatformInitPei/PlatformEarlyInit.h              |  8 --------
3 files changed, 4 insertions(+), 22 deletions(-)
[edk2-devel] [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header
Posted by Liming Gao 3 years, 8 months ago
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
---
 .../PlatformDxe/Observable/Observable.c              | 12 ++++--------
 .../SecBoardInitLibNull/Ia32/SecBoardInit.nasm       |  6 ------
 .../PlatformInitPei/PlatformEarlyInit.h              |  8 --------
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c b/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
index af466ce96d..eeedfc22ee 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
+++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
@@ -1,16 +1,12 @@
-/*++
-  This file contains 'Framework Code' and is licensed as such
-  under the terms of your license agreement with Intel or your
-  vendor.  This file may not be modified, except as allowed by
-  additional terms of your license agreement.
---*/
 /*++
 
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
+
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
+
 
 
 Module Name:
diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm b/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm
index 404c03fe06..ffc738fd49 100644
--- a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm
+++ b/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm
@@ -1,9 +1,3 @@
-;
-; This file contains an 'Intel Peripheral Driver' and is
-; licensed for Intel CPUs and chipsets under the terms of your
-; license agreement with Intel or your vendor.  This file may
-; be modified by the user, subject to additional terms of the
-; license agreement
 ;; @file
 ; This is the code that goes from real-mode to protected mode.
 ; It consumes the reset vector, calls TempRamInit API from FSP binary.
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h b/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
index 4c6b0795ec..9d9854abe4 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
+++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
@@ -16,14 +16,6 @@ Abstract:
 
 --*/
 
-/*++
- This file contains an 'Intel Peripheral Driver' and is
- licensed for Intel CPUs and chipsets under the terms of your
- license agreement with Intel or your vendor.  This file may
- be modified by the user, subject to additional terms of the
- license agreement
---*/
-
 #ifndef _EFI_PLATFORM_EARLY_INIT_H_
 #define _EFI_PLATFORM_EARLY_INIT_H_
 
-- 
2.27.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64351): https://edk2.groups.io/g/devel/message/64351
Mute This Topic: https://groups.io/mt/76258618/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header
Posted by Sun, Zailiang 3 years, 8 months ago
Reviewed-by: Zailiang Sun <zailiang.sun@intel.com>

-----Original Message-----
From: Gao, Liming <liming.gao@intel.com> 
Sent: Tuesday, August 18, 2020 11:16 AM
To: devel@edk2.groups.io
Cc: Sun, Zailiang <zailiang.sun@intel.com>; Qian, Yi <yi.qian@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Dong, Eric <eric.dong@intel.com>
Subject: [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header

Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
---
 .../PlatformDxe/Observable/Observable.c              | 12 ++++--------
 .../SecBoardInitLibNull/Ia32/SecBoardInit.nasm       |  6 ------
 .../PlatformInitPei/PlatformEarlyInit.h              |  8 --------
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c b/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
index af466ce96d..eeedfc22ee 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
+++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable
+++ .c
@@ -1,16 +1,12 @@
-/*++
-  This file contains 'Framework Code' and is licensed as such
-  under the terms of your license agreement with Intel or your
-  vendor.  This file may not be modified, except as allowed by
-  additional terms of your license agreement.
---*/
 /*++
 
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
+
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
+
 
 
 Module Name:
diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm b/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm
index 404c03fe06..ffc738fd49 100644
--- a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm
+++ b/Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLib
+++ Null/Ia32/SecBoardInit.nasm
@@ -1,9 +1,3 @@
-;
-; This file contains an 'Intel Peripheral Driver' and is -; licensed for Intel CPUs and chipsets under the terms of your -; license agreement with Intel or your vendor.  This file may -; be modified by the user, subject to additional terms of the -; license agreement  ;; @file  ; This is the code that goes from real-mode to protected mode.
 ; It consumes the reset vector, calls TempRamInit API from FSP binary.
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h b/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
index 4c6b0795ec..9d9854abe4 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
+++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit
+++ .h
@@ -16,14 +16,6 @@ Abstract:
 
 --*/
 
-/*++
- This file contains an 'Intel Peripheral Driver' and is
- licensed for Intel CPUs and chipsets under the terms of your
- license agreement with Intel or your vendor.  This file may
- be modified by the user, subject to additional terms of the
- license agreement
---*/
-
 #ifndef _EFI_PLATFORM_EARLY_INIT_H_
 #define _EFI_PLATFORM_EARLY_INIT_H_
 
--
2.27.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64352): https://edk2.groups.io/g/devel/message/64352
Mute This Topic: https://groups.io/mt/76258618/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-