From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.10509.1620726902245449258 for ; Tue, 11 May 2021 02:55:02 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: xxr0a47PU9zYauVgex9H7zEaMUIzfSghgRebbKahkJWkP/iZYTQ7IMSGYdgyGjk0u9io5RaGdQ mfZoS2moFZYg== X-IronPort-AV: E=McAfee;i="6200,9189,9980"; a="199081239" X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="199081239" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 02:55:00 -0700 IronPort-SDR: KfRnXRWI7iZQpPYeUE3WadF5GEG6g06PcKvJI4h0J/B59oAT+W5VSn8vK0PUe+vc7uy9sKBDOT fox7XOMnu6uw== X-IronPort-AV: E=Sophos;i="5.82,290,1613462400"; d="scan'208";a="436576714" Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.66.229]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 02:55:00 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Chasel Chiu , Mike Kinney , Isaac Oram , Mohamed Abbas , Michael Kubacki , Zachary Bobroff , Harikrishna Doppalapudi Subject: [edk2-non-osi] [PATCH V1 0/9] PurleySiliconBinPkg: Restore Silicon FVs Date: Tue, 11 May 2021 02:54:25 -0700 Message-Id: <20210511095434.12575-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Cc: Mike Kinney Cc: Isaac Oram Cc: Mohamed Abbas Cc: Michael Kubacki Cc: Zachary Bobroff Cc: Harikrishna Doppalapudi Signed-off-by: Nate DeSimone 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