[edk2-devel] [edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel Framework depenencies

Michael D Kinney posted 4 patches 4 years, 9 months ago
Failed in applying to current master (apply log)
.../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
[edk2-devel] [edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel Framework depenencies
Posted by Michael D Kinney 4 years, 9 months ago
* 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#43133): https://edk2.groups.io/g/devel/message/43133
Mute This Topic: https://groups.io/mt/32280701/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel Framework depenencies
Posted by Ni, Ray 4 years, 9 months ago
Mike,
I gave the R-b and pushed all 4 patches.

Thanks,
Ray

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
> D Kinney
> Sent: Tuesday, July 2, 2019 7:01 AM
> To: devel@edk2.groups.io
> Cc: Sun, Zailiang <zailiang.sun@intel.com>; Qian, Yi <yi.qian@intel.com>; Ni,
> Ray <ray.ni@intel.com>; Steele, Kelly <kelly.steele@intel.com>
> Subject: [edk2-devel] [edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel
> Framework depenencies
> 
> * 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/BootScri
> ptExecutorDxe.inf
>  delete mode 100644
> Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/S3
> Asm.S
>  delete mode 100644
> Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/S3
> Asm.asm
>  delete mode 100644
> Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/Se
> tIdtEntry.c
>  delete mode 100644
> Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptEx
> ecute.c
>  delete mode 100644
> Platform/Intel/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptEx
> ecute.h
>  create mode 100644
> Platform/Intel/QuarkPlatformPkg/Include/DataHubRecords.h
>  create mode 100644
> Silicon/Intel/QuarkSocPkg/QuarkNorthCluster/Include/Guid/SmramMemory
> Reserve.h
>  create mode 100644
> Silicon/Intel/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/SmmIchnDis
> patch.h
> 
> --
> 2.21.0.windows.1
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#43143): https://edk2.groups.io/g/devel/message/43143
Mute This Topic: https://groups.io/mt/32280701/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-