From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.58746.1597720735761616871 for ; Mon, 17 Aug 2020 20:18:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: liming.gao@intel.com) IronPort-SDR: AmBhgKNqkT5TVuL4LnSUdABD8K7mJ+UvXgTC5h59FzhmwbtN2vFehbwBDXCHnpwM08qxpFRqgp pfXHX1ZymtSQ== X-IronPort-AV: E=McAfee;i="6000,8403,9716"; a="142461437" X-IronPort-AV: E=Sophos;i="5.76,325,1592895600"; d="scan'208";a="142461437" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2020 20:18:54 -0700 IronPort-SDR: F/7AY5GPVcWm1Mi25hJUgvslT8FCns2XPJ22l/QilDmQ+K3YrjR0zBL6xpHnBq+OLRrkGkDplZ 8sOpupRwZCSw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,325,1592895600"; d="scan'208";a="326608041" Received: from lgao4-mobl.ccr.corp.intel.com ([10.238.13.23]) by orsmga008.jf.intel.com with ESMTP; 17 Aug 2020 20:18:52 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Zailiang Sun , Yi Qian , Chasel Chiu , Nate DeSimone , Eric Dong Subject: [edk2-platforms] Platform/Intel: Remove unnecessary comments in file header Date: Tue, 18 Aug 2020 11:16:15 +0800 Message-Id: <20200818031615.669-1-liming.gao@intel.com> X-Mailer: git-send-email 2.24.1.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Liming Gao Cc: Zailiang Sun Cc: Yi Qian Cc: Chasel Chiu Cc: Nate DeSimone Cc: Eric Dong --- .../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