public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Oram, Isaac W" <isaac.w.oram@intel.com>
To: "Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Chiu, Chasel" <chasel.chiu@intel.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Abbas, Mohamed" <mohamed.abbas@intel.com>,
	Michael Kubacki <michael.kubacki@microsoft.com>,
	"Bobroff, Zachary" <zacharyb@ami.com>,
	"DOPPALAPUDI, HARIKRISHNA" <harikrishnad@ami.com>
Subject: Re: [edk2-non-osi] [PATCH V1 0/9] PurleySiliconBinPkg: Restore Silicon FVs
Date: Tue, 11 May 2021 22:19:41 +0000	[thread overview]
Message-ID: <MW3PR11MB4747E8FDA34B49F18C14D874D0539@MW3PR11MB4747.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210511095434.12575-1-nathaniel.l.desimone@intel.com>

Series Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>

-----Original Message-----
From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> 
Sent: Tuesday, May 11, 2021 2:54 AM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Abbas, Mohamed <mohamed.abbas@intel.com>; Michael Kubacki <michael.kubacki@microsoft.com>; Bobroff, Zachary <zacharyb@ami.com>; DOPPALAPUDI, HARIKRISHNA <harikrishnad@ami.com>
Subject: [edk2-non-osi] [PATCH V1 0/9] PurleySiliconBinPkg: Restore Silicon FVs

This patch series adds silicon firmware volumes back into the PurleySiliconBinPkg. Note that actual binaries provided by this patch series are the original binaries from 2018, which are unlikely to boot with the new PurleyRefreshSiliconPkg. The purpose of this patch series is to reinstate the directory structure so that it is possible to compile Purley MinPlatform. New binaries will be provided as part of an upcoming patch series.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Mike Kinney <michael.d.kinney@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Mohamed Abbas <mohamed.abbas@intel.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Cc: Zachary Bobroff <zacharyb@ami.com>
Cc: Harikrishna Doppalapudi <harikrishnad@ami.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

Nate DeSimone (9):
  PurleySiliconBinPkg/FV: Add License.txt
  PurleySiliconBinPkg/FV: Add RELEASE FvLateSilicon
  PurleySiliconBinPkg/FV: Remove DEBUG FvLateSilicon
  PurleySiliconBinPkg/FV: Add RELEASE FvPostMemorySilicon
  PurleySiliconBinPkg/FV: Add DEBUG FvPostMemorySilicon
  PurleySiliconBinPkg/FV: Add RELEASE FvPreMemorySilicon
  PurleySiliconBinPkg/FV: Add DEBUG FvPreMemorySilicon
  PurleySiliconBinPkg/FV: Add RELEASE FvTempMemorySilicon
  PurleySiliconBinPkg/FV: Add DEBUG FvTempMemorySilicon

 .../FV/FvLateSilicon/DEBUG/FVLATESILICON.Fv   |  Bin 0 -> 663512 bytes
 .../FvLateSilicon/DEBUG/FVLATESILICON.Fv.txt  |   17 +
 .../FV/FvLateSilicon/DEBUG/FvLateSilicon.inf  | 4009 +++++++++++++++++  .../FV/FvLateSilicon/RELEASE/FVLATESILICON.Fv |  Bin 0 -> 429688 bytes
 .../RELEASE/FVLATESILICON.Fv.txt              |   17 +
 .../FvLateSilicon/RELEASE/FvLateSilicon.inf   | 3811 ++++++++++++++++
 .../DEBUG/FVPOSTMEMORYSILICON.Fv              |  Bin 0 -> 196608 bytes
 .../DEBUG/FVPOSTMEMORYSILICON.Fv.txt          |    3 +
 .../DEBUG/FvPostMemorySilicon.inf             |  279 ++
 .../RELEASE/FVPOSTMEMORYSILICON.Fv            |  Bin 0 -> 196608 bytes
 .../RELEASE/FVPOSTMEMORYSILICON.Fv.txt        |    3 +
 .../RELEASE/FvPostMemorySilicon.inf           |  267 ++
 .../DEBUG/FVPREMEMORYSILICON.Fv               |  Bin 0 -> 1245184 bytes
 .../DEBUG/FVPREMEMORYSILICON.Fv.txt           |    7 +
 .../DEBUG/FvPreMemorySilicon.inf              | 1096 +++++
 .../RELEASE/FVPREMEMORYSILICON.Fv             |  Bin 0 -> 1245184 bytes
 .../RELEASE/FVPREMEMORYSILICON.Fv.txt         |    7 +
 .../RELEASE/FvPreMemorySilicon.inf            | 1051 +++++
 .../DEBUG/FVTEMPMEMORYSILICON.Fv              |  Bin 0 -> 131072 bytes
 .../DEBUG/FVTEMPMEMORYSILICON.Fv.txt          |    4 +
 .../DEBUG/FvTempMemorySilicon.inf             |  267 ++
 .../RELEASE/FVTEMPMEMORYSILICON.Fv            |  Bin 0 -> 131072 bytes
 .../RELEASE/FVTEMPMEMORYSILICON.Fv.txt        |    4 +
 .../RELEASE/FvTempMemorySilicon.inf           |  263 ++
 .../Intel/PurleySiliconBinPkg/FV/License.txt  |   37 +
 25 files changed, 11142 insertions(+)
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvLateSilicon/DEBUG/FVLATESILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvLateSilicon/DEBUG/FVLATESILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvLateSilicon/DEBUG/FvLateSilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvLateSilicon/RELEASE/FVLATESILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvLateSilicon/RELEASE/FVLATESILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvLateSilicon/RELEASE/FvLateSilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPostMemorySilicon/DEBUG/FVPOSTMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPostMemorySilicon/DEBUG/FVPOSTMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPostMemorySilicon/DEBUG/FvPostMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPostMemorySilicon/RELEASE/FVPOSTMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPostMemorySilicon/RELEASE/FVPOSTMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPostMemorySilicon/RELEASE/FvPostMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPreMemorySilicon/DEBUG/FVPREMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPreMemorySilicon/DEBUG/FVPREMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPreMemorySilicon/DEBUG/FvPreMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPreMemorySilicon/RELEASE/FVPREMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPreMemorySilicon/RELEASE/FVPREMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvPreMemorySilicon/RELEASE/FvPreMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvTempMemorySilicon/DEBUG/FVTEMPMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvTempMemorySilicon/DEBUG/FVTEMPMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvTempMemorySilicon/DEBUG/FvTempMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvTempMemorySilicon/RELEASE/FVTEMPMEMORYSILICON.Fv
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvTempMemorySilicon/RELEASE/FVTEMPMEMORYSILICON.Fv.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/FvTempMemorySilicon/RELEASE/FvTempMemorySilicon.inf
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/FV/License.txt

--
2.27.0.windows.1


      parent reply	other threads:[~2021-05-11 22:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11  9:54 [edk2-non-osi] [PATCH V1 0/9] PurleySiliconBinPkg: Restore Silicon FVs Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 1/9] PurleySiliconBinPkg/FV: Add License.txt Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 2/9] PurleySiliconBinPkg/FV: Add RELEASE FvLateSilicon Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 3/9] PurleySiliconBinPkg/FV: Remove DEBUG FvLateSilicon Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 4/9] PurleySiliconBinPkg/FV: Add RELEASE FvPostMemorySilicon Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 5/9] PurleySiliconBinPkg/FV: Add DEBUG FvPostMemorySilicon Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 6/9] PurleySiliconBinPkg/FV: Add RELEASE FvPreMemorySilicon Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 7/9] PurleySiliconBinPkg/FV: Add DEBUG FvPreMemorySilicon Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 8/9] PurleySiliconBinPkg/FV: Add RELEASE FvTempMemorySilicon Nate DeSimone
2021-05-11  9:54 ` [edk2-non-osi] [PATCH V1 9/9] PurleySiliconBinPkg/FV: Add DEBUG FvTempMemorySilicon Nate DeSimone
2021-05-11 22:19 ` Oram, Isaac W [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=MW3PR11MB4747E8FDA34B49F18C14D874D0539@MW3PR11MB4747.namprd11.prod.outlook.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