* [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header
@ 2020-08-18 3:16 Liming Gao
2020-08-18 3:22 ` Sun, Zailiang
0 siblings, 1 reply; 2+ messages in thread
From: Liming Gao @ 2020-08-18 3:16 UTC (permalink / raw)
To: devel; +Cc: Zailiang Sun, Yi Qian, Chasel Chiu, Nate DeSimone, Eric Dong
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header
2020-08-18 3:16 [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header Liming Gao
@ 2020-08-18 3:22 ` Sun, Zailiang
0 siblings, 0 replies; 2+ messages in thread
From: Sun, Zailiang @ 2020-08-18 3:22 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io
Cc: Qian, Yi, Chiu, Chasel, Desimone, Nathaniel L, Dong, Eric
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-18 3:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-18 3:16 [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header Liming Gao
2020-08-18 3:22 ` Sun, Zailiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox