public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: devel@edk2.groups.io
Cc: Zailiang Sun <zailiang.sun@intel.com>,
	Yi Qian <yi.qian@intel.com>, Ray Ni <ray.ni@intel.com>,
	Kelly Steele <kelly.steele@intel.com>
Subject: [edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel Framework depenencies
Date: Mon,  1 Jul 2019 16:00:45 -0700	[thread overview]
Message-ID: <20190701230049.21448-1-michael.d.kinney@intel.com> (raw)

* QuarkPlatformPkg: Update network library mappings
* QuarkSocPkg: Remove Intel Framework dependencies
* QuarkPlatformPkg: Remove Intel Framework dependencies
* QuarkPkatformPkg: Update MemoryTypeInformation to reduce reboots

Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (4):
  QuarkPlatformPkg: Update network library mappings
  QuarkSocPkg: Remove Intel Framework dependencies
  QuarkPlatformPkg: Remove Intel Framework dependencies
  QuarkPkatformPkg: Update MemoryTypeInformation to reduce reboots

 .../BootScriptExecutorDxe.inf                 |   77 -
 .../Dxe/BootScriptExecutorDxe/IA32/S3Asm.S    |   44 -
 .../Dxe/BootScriptExecutorDxe/IA32/S3Asm.asm  |   51 -
 .../BootScriptExecutorDxe/IA32/SetIdtEntry.c  |   57 -
 .../Dxe/BootScriptExecutorDxe/ScriptExecute.c |  379 ---
 .../Dxe/BootScriptExecutorDxe/ScriptExecute.h |   70 -
 .../Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.h     |    4 +-
 .../Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.inf   |    6 +-
 .../QuarkPlatformPkg/Include/DataHubRecords.h | 2934 +++++++++++++++++
 .../PlatformBootManager.c                     |   11 +-
 .../PlatformBootManager.h                     |    3 +-
 .../PlatformBootManagerLib.inf                |    7 +-
 .../Dxe/MemorySubClass/MemorySubClass.h       |    6 +-
 .../Dxe/MemorySubClass/MemorySubClass.inf     |    3 +-
 .../Platform/Dxe/SmbiosMiscDxe/CommonHeader.h |    6 +-
 .../Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf       |    3 +-
 .../Platform/Pei/PlatformInit/CommonHeader.h  |    4 +-
 .../Platform/Pei/PlatformInit/MrcWrapper.h    |    9 +-
 .../Pei/PlatformInit/PlatformEarlyInit.inf    |    5 +-
 Platform/Intel/QuarkPlatformPkg/Quark.dsc     |   28 +-
 Platform/Intel/QuarkPlatformPkg/Quark.fdf     |    7 +-
 Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc  |   11 +-
 .../QuarkPlatformPkg/QuarkPlatformPkg.dec     |   16 +-
 .../Include/Guid/SmramMemoryReserve.h         |   54 +
 .../Include/Protocol/SmmIchnDispatch.h        |  183 +
 .../Smm/Dxe/SmmAccessDxe/SmmAccess.inf        |    1 -
 .../QncSmmDispatcher/QNCSmmDispatcher.inf     |    3 +-
 .../Smm/Pei/SmmAccessPei/SmmAccessPei.inf     |    3 +-
 Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dec     |    4 +-
 .../Library/I2cLib/I2cLib.inf                 |    4 +-
 30 files changed, 3235 insertions(+), 758 deletions(-)
 delete mode 100644 Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
 delete mode 100644 Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/S3Asm.S
 delete mode 100644 Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/S3Asm.asm
 delete mode 100644 Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/SetIdtEntry.c
 delete mode 100644 Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.c
 delete mode 100644 Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.h
 create mode 100644 Platform/Intel/QuarkPlatformPkg/Include/DataHubRecords.h
 create mode 100644 Silicon/Intel/QuarkSocPkg/QuarkNorthCluster/Include/Guid/SmramMemoryReserve.h
 create mode 100644 Silicon/Intel/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/SmmIchnDispatch.h

-- 
2.21.0.windows.1


             reply	other threads:[~2019-07-01 23:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01 23:00 Michael D Kinney [this message]
2019-07-01 23:00 ` [edk2-platforms Patch 1/4] QuarkPlatformPkg: Update network library mappings Michael D Kinney
2019-07-02  1:43   ` [edk2-devel] " Ni, Ray
2019-07-02  2:20   ` Sun, Zailiang
2019-07-01 23:00 ` [edk2-platforms Patch 2/4] QuarkSocPkg: Remove Intel Framework dependencies Michael D Kinney
2019-07-02  1:51   ` Ni, Ray
2019-07-01 23:00 ` [edk2-platforms Patch 3/4] QuarkPlatformPkg: " Michael D Kinney
2019-07-02  1:54   ` Ni, Ray
2019-07-01 23:00 ` [edk2-platforms Patch 4/4] QuarkPkatformPkg: Update MemoryTypeInformation to reduce reboots Michael D Kinney
2019-07-02  1:54   ` [edk2-devel] " Ni, Ray
2019-07-02  2:20   ` Sun, Zailiang
2019-07-02  1:59 ` [edk2-devel] [edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel Framework depenencies Ni, Ray

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=20190701230049.21448-1-michael.d.kinney@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