[edk2-devel] [edk2-non-osi] [PATCH V1] WhitleyOpenBoardBinPkg: Add Readme.md for IFWI Ingredients

Nate DeSimone posted 1 patch 2 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20210831195438.4143-1-nathaniel.l.desimone@intel.com
.../WhitleyOpenBoardBinPkg/Ifwi/README.md     | 27 +++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/README.md
[edk2-devel] [edk2-non-osi] [PATCH V1] WhitleyOpenBoardBinPkg: Add Readme.md for IFWI Ingredients
Posted by Nate DeSimone 2 years, 7 months ago
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
 .../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&reg; 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80027): https://edk2.groups.io/g/devel/message/80027
Mute This Topic: https://groups.io/mt/85285713/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 V1] WhitleyOpenBoardBinPkg: Add Readme.md for IFWI Ingredients
Posted by Chiu, Chasel 2 years, 7 months ago
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

> -----Original Message-----
> From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
> Sent: Wednesday, September 1, 2021 3:55 AM
> To: devel@edk2.groups.io
> Cc: Oram, Isaac W <isaac.w.oram@intel.com>; Chiu, Chasel
> <chasel.chiu@intel.com>
> Subject: [edk2-non-osi] [PATCH V1] WhitleyOpenBoardBinPkg: Add Readme.md
> for IFWI Ingredients
> 
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
>  .../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&reg; 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80040): https://edk2.groups.io/g/devel/message/80040
Mute This Topic: https://groups.io/mt/85285713/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-