From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: nathaniel.l.desimone@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Wed, 11 Sep 2019 19:23:06 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2019 19:23:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,492,1559545200"; d="scan'208";a="187362941" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by orsmga003.jf.intel.com with ESMTP; 11 Sep 2019 19:23:06 -0700 Received: from orsmsx116.amr.corp.intel.com (10.22.240.14) by ORSMSX106.amr.corp.intel.com (10.22.225.133) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 11 Sep 2019 19:23:05 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.225]) by ORSMSX116.amr.corp.intel.com ([169.254.7.63]) with mapi id 14.03.0439.000; Wed, 11 Sep 2019 19:23:05 -0700 From: "Nate DeSimone" To: "Chen, Marc W" , "devel@edk2.groups.io" CC: "Kubacki, Michael A" , "Chaganty, Rangasai V" , "Chiu, Chasel" , "Gao, Liming" , "Steele, Kelly" , "Gillispie, Thad" , "Bu, Daocheng" , "Oram, Isaac W" Subject: Re: [edk2-platforms][PATCH V2 0/6] clean up duplicated files in edk2-platforms Thread-Topic: [edk2-platforms][PATCH V2 0/6] clean up duplicated files in edk2-platforms Thread-Index: AQHVYaRnQ78FPSUvnkuk5oY8sVCZgqcnXpjQ Date: Thu, 12 Sep 2019 02:23:05 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AAEEB14A5@ORSMSX114.amr.corp.intel.com> References: <20190902153553.3256-1-marc.w.chen@intel.com> In-Reply-To: <20190902153553.3256-1-marc.w.chen@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODMzNTJhM2YtNjhiYy00MDk2LTk2MzQtMjE0Y2MzODM4NDMyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieURSa2hLdHlPY0VMMlNHbXlJcEdzdFlnT2pwZmxBaW1FbjBIajJONFNYZytsdCsybnBRZk14M0JDXC9IdWdvNTAifQ== x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: nathaniel.l.desimone@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The patch series has been pushed as de0fb79a14..8bda7e434b -----Original Message----- From: Chen, Marc W=20 Sent: Monday, September 2, 2019 8:36 AM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chaganty, Rangasai V = ; Chiu, Chasel ; Gao,= Liming ; Desimone, Nathaniel L ; Steele, Kelly ; Gillispie, Thad ; Bu, Daocheng ; Oram, Isaac W <= isaac.w.oram@intel.com> Subject: [edk2-platforms][PATCH V2 0/6] clean up duplicated files in edk2-p= latforms REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2108 SmramMemoryReserve.h has been added into Edk2\MdePkg\Include\Guid\SmramMemo= ryReserve.h. The following duplicated header file can be clean up. edk2-platforms\Platform\Intel\MinPlatformPkg\Include\Guid\SmramMemoryReserv= e.h edk2-platforms\Silicon\Intel\KabylakeSiliconPkg\SampleCode\IntelFrameworkPk= g\Include\Guid\SmramMemoryReserve.h edk2-platforms\Silicon\Intel\PurleySktPkg\Include\Guid\SmramMemoryReserve.h edk2-platforms\Silicon\Intel\QuarkSocPkg\QuarkNorthCluster\Include\Guid\Smr= amMemoryReserve.h edk2-platforms\Silicon\Intel\CoffeelakeSiliconPkg\SampleCode\IntelFramework= Pkg\Include\Guid\SmramMemoryReserve.h Cc: Michael Kubacki Cc: Sai Chaganty Cc: Chasel Chiu Cc: Liming Gao Cc: Nate DeSimone Cc: Kelly Steele Cc: Thad Gillispie Cc: Daocheng Bu Cc: Isaac W Oram Co-authored-by: Nate DeSimone Signed-off-by: Marc W Chen Signed-off-by: Nate DeSimone Marc W Chen (6): MinPlatformPkg: Clean up duplicated SmramMemoryReserve.h files QuarkPlatformPkg: Clean up duplicated SmramMemoryReserve.h files CoffeelakeSiliconPkg: Clean up duplicated SmramMemoryReserve.h files KabylakeSiliconPkg: Clean up duplicated SmramMemoryReserve.h files PurleySktPkg: Clean up duplicated SmramMemoryReserve.h files QuarkSocPkg: Clean up duplicated SmramMemoryReserve.h files .../Include/Guid/SmramMemoryReserve.h | 54 ------------------- .../Intel/MinPlatformPkg/MinPlatformPkg.dec | 5 -- .../PlatformInitPei/PlatformInitPostMem.c | 4 +- .../PlatformInitPei/PlatformInitPostMem.inf | 4 +- .../TestPointCheckLib/PeiCheckSmmInfo.c | 6 +-- .../Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.c | 4 +- .../Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.inf | 2 +- .../Platform/Pei/PlatformInit/MrcWrapper.c | 8 +-- .../Pei/PlatformInit/PlatformEarlyInit.inf | 2 +- .../Include/Guid/SmramMemoryReserve.h | 51 ------------------ Silicon/Intel/CoffeelakeSiliconPkg/SiPkg.dec | 5 -- .../SystemAgent/SmmAccess/Dxe/SmmAccess.inf | 2 +- .../SmmAccess/Dxe/SmmAccessDriver.c | 2 +- .../Include/Guid/SmramMemoryReserve.h | 54 ------------------- Silicon/Intel/KabylakeSiliconPkg/SiPkg.dec | 4 -- .../SystemAgent/SmmAccess/Dxe/SmmAccess.inf | 4 +- .../SmmAccess/Dxe/SmmAccessDriver.c | 4 +- .../Include/Guid/SmramMemoryReserve.h | 43 --------------- Silicon/Intel/PurleySktPkg/SocketPkg.dec | 3 +- .../Include/Guid/SmramMemoryReserve.h | 54 ------------------- .../Smm/Dxe/SmmAccessDxe/SmmAccess.inf | 2 +- .../Smm/Dxe/SmmAccessDxe/SmmAccessDriver.c | 2 +- .../Smm/Pei/SmmAccessPei/SmmAccessPei.c | 4 +- .../Smm/Pei/SmmAccessPei/SmmAccessPei.inf | 2 +- Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dec | 1 - 25 files changed, 27 insertions(+), 299 deletions(-) delete mode 100644 P= latform/Intel/MinPlatformPkg/Include/Guid/SmramMemoryReserve.h delete mode 100644 Silicon/Intel/CoffeelakeSiliconPkg/SampleCode/IntelFram= eworkPkg/Include/Guid/SmramMemoryReserve.h delete mode 100644 Silicon/Intel/KabylakeSiliconPkg/SampleCode/IntelFramew= orkPkg/Include/Guid/SmramMemoryReserve.h delete mode 100644 Silicon/Intel/PurleySktPkg/Include/Guid/SmramMemoryRese= rve.h delete mode 100644 Silicon/Intel/QuarkSocPkg/QuarkNorthCluster/Include/Gui= d/SmramMemoryReserve.h -- 2.17.1.windows.2