From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web09.11114.1630439872077395589 for ; Tue, 31 Aug 2021 12:57:52 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: nathaniel.l.desimone@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10093"; a="240819608" X-IronPort-AV: E=Sophos;i="5.84,367,1620716400"; d="scan'208";a="240819608" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 12:54:43 -0700 X-IronPort-AV: E=Sophos;i="5.84,367,1620716400"; d="scan'208";a="690148025" Received: from nldesimo-desk1.amr.corp.intel.com ([10.212.163.217]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 12:54:43 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Isaac Oram , Chasel Chiu Subject: [edk2-non-osi] [PATCH V1] WhitleyOpenBoardBinPkg: Add Readme.md for IFWI Ingredients Date: Tue, 31 Aug 2021 12:54:38 -0700 Message-Id: <20210831195438.4143-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Isaac Oram Cc: Chasel Chiu Signed-off-by: Nate DeSimone --- .../WhitleyOpenBoardBinPkg/Ifwi/README.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/README.md diff --git a/Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/README.md b/Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/README.md new file mode 100644 index 0000000..6cd0b17 --- /dev/null +++ b/Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/README.md @@ -0,0 +1,27 @@ +# Ice Lake-SP and Cooper Lake Intel® IFWI Ingredients +The IFWI (Integrated Firmware Image) is the full firmware image for Intel based platforms. The IFWI is typically written to a NOR flash chip and read by the PCH over the SPI bus when the platform is powered on. The bill of materials for an IFWI varies with each chipset, here are some examples of what it can contain: + +- Flash Descriptor +- ME Firmware +- EC Firmware +- Integrated Ethernet Firmware +- Thunderbolt Firmware (for SoCs with integrated (non-discrete) Thunderbolt) +- System Firmware (aka BIOS) + +For the Ice Lake-SP and Cooper Lake chipsets, the IFWI contains the following: +- Flash Descriptor +- ME Firmware +- System Firmware (aka BIOS) + + +This directory provides IFWI ingredients for Ice Lake-SP and Cooper Lake boards. This allows the MinPlatform build to produce a full IFWI (Integrated Firmware Image) instead of just the BIOS region. + +## Current IFWI Ingredient Versions + +### ME Firmware + +Board Name | ME Firmware Type | Version Number +:---------- | :--------------- | :------------- +Wilson City | SPS | 4.4.4.58 +Cooper City | SPS | 4.4.4.33 +Delta Lake | Ignition | 4.2.4.14 -- 2.27.0.windows.1