[edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake

Nate DeSimone posted 1 patch 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20191120023832.1530-1-nathaniel.l.desimone@intel.com
.../MeFirmware/IgnitionFirmware/License.txt   |  37 +++++++++
.../MeFirmware/IgnitionFirmware/MeRegion.bin  | Bin 0 -> 471040 bytes
.../Other_Licenses/libgcc_License.txt         |  73 ++++++++++++++++++
.../MeFirmware/IgnitionFirmware/README.md     |  15 ++++
.../PurleySiliconBinPkg/MeFirmware/README.md  |   5 ++
5 files changed, 130 insertions(+)
create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/License.txt
create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/MeRegion.bin
create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/Other_Licenses/libgcc_License.txt
create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/README.md
create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/README.md
[edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake
Posted by Nate DeSimone 4 years, 4 months ago
This patch series adds ignition ME firmware binaries for the 2nd Generation
Intel® Xeon® Scalable Processors and chipsets formerly known as Cascade Lake
to the edk2-non-osi repository.

Ignition Firmware is a variant of ME firmware that is intended to provide
lightweight chipset initialization. It does not contain all the features
of the Intel® Server Platform Services (SPS) ME firmware. Ignition Firmware
is consequently much smaller than Intel® SPS Firmware (~0.5 MB vs. ~3 MB).

This patch series represents a milestone for Intel as it is the first
time Intel has provided a ME firmware binary under a redistributable license
to the public. The license is identical to the license for Microcode and FSP.

Cc: Isaac W Oram <isaac.w.oram@intel.com>
Cc: Vincent Zimmer <vincent.zimmer@intel.com>
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

Nate DeSimone (1):
  Intel/PurleySiliconBinPkg: Add Ignition ME Firmware 1.0.2.29

 .../MeFirmware/IgnitionFirmware/License.txt   |  37 +++++++++
 .../MeFirmware/IgnitionFirmware/MeRegion.bin  | Bin 0 -> 471040 bytes
 .../Other_Licenses/libgcc_License.txt         |  73 ++++++++++++++++++
 .../MeFirmware/IgnitionFirmware/README.md     |  15 ++++
 .../PurleySiliconBinPkg/MeFirmware/README.md  |   5 ++
 5 files changed, 130 insertions(+)
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/License.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/MeRegion.bin
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/Other_Licenses/libgcc_License.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/README.md
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/README.md

-- 
2.24.0.windows.2


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

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

Re: [edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake
Posted by Wim Vervoorn 4 years, 4 months ago
Hi,

This is great news.

What I don't understand yet is how this relates to the removal of the Purley platform and the comments made when the bug report requesting Cascade Lake support was closed.

Does this mean a replacement for the Purley Refresh platform that supports the MinPlatform architecture can be expected shortly?

Best Regards,
Wim Vervoorn

Eltan B.V.
Ambachtstraat 23
5481 SM Schijndel
The Netherlands

T : +31-(0)73-594 46 64
E : wvervoorn@eltan.com
W : http://www.eltan.com


"THIS MESSAGE CONTAINS CONFIDENTIAL INFORMATION. UNLESS YOU ARE THE INTENDED RECIPIENT OF THIS MESSAGE, ANY USE OF THIS MESSAGE IS STRICTLY PROHIBITED. IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY NOTIFY THE SENDER BY TELEPHONE +31-(0)73-5944664 OR REPLY EMAIL, AND IMMEDIATELY DELETE THIS MESSAGE AND ALL COPIES." 


-----Original Message-----
From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Nate DeSimone
Sent: Wednesday, November 20, 2019 3:39 AM
To: devel@edk2.groups.io
Cc: Isaac W Oram <isaac.w.oram@intel.com>; Vincent Zimmer <vincent.zimmer@intel.com>; Michael Kubacki <michael.a.kubacki@intel.com>
Subject: [edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake

This patch series adds ignition ME firmware binaries for the 2nd Generation Intel® Xeon® Scalable Processors and chipsets formerly known as Cascade Lake to the edk2-non-osi repository.

Ignition Firmware is a variant of ME firmware that is intended to provide lightweight chipset initialization. It does not contain all the features of the Intel® Server Platform Services (SPS) ME firmware. Ignition Firmware is consequently much smaller than Intel® SPS Firmware (~0.5 MB vs. ~3 MB).

This patch series represents a milestone for Intel as it is the first time Intel has provided a ME firmware binary under a redistributable license to the public. The license is identical to the license for Microcode and FSP.

Cc: Isaac W Oram <isaac.w.oram@intel.com>
Cc: Vincent Zimmer <vincent.zimmer@intel.com>
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

Nate DeSimone (1):
  Intel/PurleySiliconBinPkg: Add Ignition ME Firmware 1.0.2.29

 .../MeFirmware/IgnitionFirmware/License.txt   |  37 +++++++++
 .../MeFirmware/IgnitionFirmware/MeRegion.bin  | Bin 0 -> 471040 bytes
 .../Other_Licenses/libgcc_License.txt         |  73 ++++++++++++++++++
 .../MeFirmware/IgnitionFirmware/README.md     |  15 ++++
 .../PurleySiliconBinPkg/MeFirmware/README.md  |   5 ++
 5 files changed, 130 insertions(+)
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/License.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/MeRegion.bin
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/Other_Licenses/libgcc_License.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/README.md
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/README.md

--
2.24.0.windows.2









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

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

Re: [edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake
Posted by Nate DeSimone 4 years, 4 months ago
Hi Wim,

Yeah I was excited to send the patch series!

Just to clear up any potential confusion "Purley Refresh" and "Cascade Lake" are one and the same. With regard to the removal of the Purley MinPlatform code, basically it just comes down to nobody was maintaining it. It was never compliant with the MinPlatform spec and it was missing a lot of the new changes. Most of the maintainers were not even responding to email patches.

We would love to have a good MinPlatform implementation for it, its just there isn't enough people actively contributing to the development of MinPlatform right now. Hopefully it can be resurrected at some point.

Thanks,
Nate

-----Original Message-----
From: Wim Vervoorn <wvervoorn@eltan.com> 
Sent: Wednesday, November 20, 2019 3:11 AM
To: devel@edk2.groups.io; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Cc: Oram, Isaac W <isaac.w.oram@intel.com>; Zimmer, Vincent <vincent.zimmer@intel.com>; Kubacki, Michael A <michael.a.kubacki@intel.com>
Subject: RE: [edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake

Hi,

This is great news.

What I don't understand yet is how this relates to the removal of the Purley platform and the comments made when the bug report requesting Cascade Lake support was closed.

Does this mean a replacement for the Purley Refresh platform that supports the MinPlatform architecture can be expected shortly?

Best Regards,
Wim Vervoorn

Eltan B.V.
Ambachtstraat 23
5481 SM Schijndel
The Netherlands

T : +31-(0)73-594 46 64
E : wvervoorn@eltan.com
W : http://www.eltan.com


"THIS MESSAGE CONTAINS CONFIDENTIAL INFORMATION. UNLESS YOU ARE THE INTENDED RECIPIENT OF THIS MESSAGE, ANY USE OF THIS MESSAGE IS STRICTLY PROHIBITED. IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY NOTIFY THE SENDER BY TELEPHONE +31-(0)73-5944664 OR REPLY EMAIL, AND IMMEDIATELY DELETE THIS MESSAGE AND ALL COPIES." 


-----Original Message-----
From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Nate DeSimone
Sent: Wednesday, November 20, 2019 3:39 AM
To: devel@edk2.groups.io
Cc: Isaac W Oram <isaac.w.oram@intel.com>; Vincent Zimmer <vincent.zimmer@intel.com>; Michael Kubacki <michael.a.kubacki@intel.com>
Subject: [edk2-devel] [edk2-non-osi] [PATCH V2 0/1] Add ME Firmware Binaries for Cascade Lake

This patch series adds ignition ME firmware binaries for the 2nd Generation Intel® Xeon® Scalable Processors and chipsets formerly known as Cascade Lake to the edk2-non-osi repository.

Ignition Firmware is a variant of ME firmware that is intended to provide lightweight chipset initialization. It does not contain all the features of the Intel® Server Platform Services (SPS) ME firmware. Ignition Firmware is consequently much smaller than Intel® SPS Firmware (~0.5 MB vs. ~3 MB).

This patch series represents a milestone for Intel as it is the first time Intel has provided a ME firmware binary under a redistributable license to the public. The license is identical to the license for Microcode and FSP.

Cc: Isaac W Oram <isaac.w.oram@intel.com>
Cc: Vincent Zimmer <vincent.zimmer@intel.com>
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

Nate DeSimone (1):
  Intel/PurleySiliconBinPkg: Add Ignition ME Firmware 1.0.2.29

 .../MeFirmware/IgnitionFirmware/License.txt   |  37 +++++++++
 .../MeFirmware/IgnitionFirmware/MeRegion.bin  | Bin 0 -> 471040 bytes
 .../Other_Licenses/libgcc_License.txt         |  73 ++++++++++++++++++
 .../MeFirmware/IgnitionFirmware/README.md     |  15 ++++
 .../PurleySiliconBinPkg/MeFirmware/README.md  |   5 ++
 5 files changed, 130 insertions(+)
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/License.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/MeRegion.bin
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/Other_Licenses/libgcc_License.txt
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/IgnitionFirmware/README.md
 create mode 100644 Silicon/Intel/PurleySiliconBinPkg/MeFirmware/README.md

--
2.24.0.windows.2









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

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