public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Nate DeSimone" <nathaniel.l.desimone@intel.com>
To: "Chen, Marc W" <marc.w.chen@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Kubacki, Michael A" <michael.a.kubacki@intel.com>,
	"Chaganty, Rangasai V" <rangasai.v.chaganty@intel.com>,
	"Chiu, Chasel" <chasel.chiu@intel.com>,
	"Gao, Liming" <liming.gao@intel.com>,
	"Steele, Kelly" <kelly.steele@intel.com>,
	"Gillispie, Thad" <thad.gillispie@intel.com>,
	"Bu, Daocheng" <daocheng.bu@intel.com>,
	"Oram, Isaac W" <isaac.w.oram@intel.com>
Subject: Re: [edk2-platforms][PATCH V2 0/6] clean up duplicated files in edk2-platforms
Date: Thu, 12 Sep 2019 02:23:05 +0000	[thread overview]
Message-ID: <02A34F284D1DA44BB705E61F7180EF0AAEEB14A5@ORSMSX114.amr.corp.intel.com> (raw)
In-Reply-To: <20190902153553.3256-1-marc.w.chen@intel.com>

The patch series has been pushed as de0fb79a14..8bda7e434b

-----Original Message-----
From: Chen, Marc W 
Sent: Monday, September 2, 2019 8:36 AM
To: devel@edk2.groups.io
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Gao, Liming <liming.gao@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Steele, Kelly <kelly.steele@intel.com>; Gillispie, Thad <thad.gillispie@intel.com>; Bu, Daocheng <daocheng.bu@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>
Subject: [edk2-platforms][PATCH V2 0/6] clean up duplicated files in edk2-platforms

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2108

SmramMemoryReserve.h has been added into Edk2\MdePkg\Include\Guid\SmramMemoryReserve.h.

The following duplicated header file can be clean up.
edk2-platforms\Platform\Intel\MinPlatformPkg\Include\Guid\SmramMemoryReserve.h
edk2-platforms\Silicon\Intel\KabylakeSiliconPkg\SampleCode\IntelFrameworkPkg\Include\Guid\SmramMemoryReserve.h
edk2-platforms\Silicon\Intel\PurleySktPkg\Include\Guid\SmramMemoryReserve.h
edk2-platforms\Silicon\Intel\QuarkSocPkg\QuarkNorthCluster\Include\Guid\SmramMemoryReserve.h
edk2-platforms\Silicon\Intel\CoffeelakeSiliconPkg\SampleCode\IntelFrameworkPkg\Include\Guid\SmramMemoryReserve.h

Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Thad Gillispie <thad.gillispie@intel.com>
Cc: Daocheng Bu <daocheng.bu@intel.com>
Cc: Isaac W Oram <isaac.w.oram@intel.com>

Co-authored-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Marc W Chen <marc.w.chen@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

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 Platform/Intel/MinPlatformPkg/Include/Guid/SmramMemoryReserve.h
 delete mode 100644 Silicon/Intel/CoffeelakeSiliconPkg/SampleCode/IntelFrameworkPkg/Include/Guid/SmramMemoryReserve.h
 delete mode 100644 Silicon/Intel/KabylakeSiliconPkg/SampleCode/IntelFrameworkPkg/Include/Guid/SmramMemoryReserve.h
 delete mode 100644 Silicon/Intel/PurleySktPkg/Include/Guid/SmramMemoryReserve.h
 delete mode 100644 Silicon/Intel/QuarkSocPkg/QuarkNorthCluster/Include/Guid/SmramMemoryReserve.h

--
2.17.1.windows.2


      parent reply	other threads:[~2019-09-12  2:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 15:35 [edk2-platforms][PATCH V2 0/6] clean up duplicated files in edk2-platforms Marc W Chen
2019-09-02 15:35 ` [edk2-platforms][PATCH V2 1/6] MinPlatformPkg: Clean up duplicated SmramMemoryReserve.h files Marc W Chen
2019-09-03  9:12   ` Chiu, Chasel
2019-09-04  7:00     ` [edk2-devel] " Kubacki, Michael A
2019-09-02 15:35 ` [edk2-platforms][PATCH V2 2/6] QuarkPlatformPkg: " Marc W Chen
2019-09-03 14:59   ` Steele, Kelly
2019-09-02 15:35 ` [edk2-platforms][PATCH V2 3/6] CoffeelakeSiliconPkg: " Marc W Chen
2019-09-03  9:13   ` Chiu, Chasel
2019-09-04  7:00   ` Kubacki, Michael A
2019-09-02 15:35 ` [edk2-platforms][PATCH V2 4/6] KabylakeSiliconPkg: " Marc W Chen
2019-09-03  9:15   ` Chiu, Chasel
2019-09-04  7:00   ` Kubacki, Michael A
2019-09-02 15:35 ` [edk2-platforms][PATCH V2 5/6] PurleySktPkg: " Marc W Chen
2019-09-11  2:43   ` Oram, Isaac W
2019-09-11  3:44     ` daocheng.bu
2019-09-02 15:35 ` [edk2-platforms][PATCH V2 6/6] QuarkSocPkg: " Marc W Chen
2019-09-03 14:59   ` Steele, Kelly
2019-09-12  2:23 ` Nate DeSimone [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02A34F284D1DA44BB705E61F7180EF0AAEEB14A5@ORSMSX114.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox