* Re: [edk2-devel] [edk2-non-osi] [PATCH V1 0/9] PurleySiliconBinPkg: Restore Silicon FVs
[not found] <167DFA87FF805C0C.28983@groups.io>
@ 2021-05-15 1:30 ` Nate DeSimone
0 siblings, 0 replies; only message in thread
From: Nate DeSimone @ 2021-05-15 1:30 UTC (permalink / raw)
To: devel@edk2.groups.io, Desimone, Nathaniel L
Cc: Chiu, Chasel, Kinney, Michael D, Oram, Isaac W, Abbas, Mohamed,
Michael Kubacki, Bobroff, Zachary, DOPPALAPUDI, HARIKRISHNA
The series has been pushed as ace1d78~..acc452f
Thanks,
Nate
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Nate DeSimone
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-devel] [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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-15 1:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <167DFA87FF805C0C.28983@groups.io>
2021-05-15 1:30 ` [edk2-devel] [edk2-non-osi] [PATCH V1 0/9] PurleySiliconBinPkg: Restore Silicon FVs Nate DeSimone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox