Copyright (C) 2019, Intel Corporation. All rights reserved.

The release package contains one main license file: License.pdf
placed in the main directory and third party licenses placed
in the Other_Licenses directory.

The source code form is governed by the terms on the Mozilla Public License 2.0.

------------------------------------------------------------------------------
  Ignition ME Release Kit README
------------------------------------------------------------------------------

##############################################################################
  Ignition ME firmware
##############################################################################

Ignition ME firmware is provided in file:
 - MeRegion.bin - fully featured ME firmware image
placed in the main directory.

##############################################################################
  Flash Image Tool (Tools\IgnFIT\)
##############################################################################

Use this tool to assemble binary images that can be written to the flash.
To see the full list of supported options use the following command:

Tools\IgnFIT\IgnFITc.exe -h

The release package contains default configuration XMLs for B0 and B1 steppings:
 - Config\PURLEY_IGNITION_LBG_NC.xml

Important!
In order to build a complete SPI flash image, MeRegion.bin needs to be
placed in IgnFITc.exe directory (default IgnFITc.exe directory: Tools\IgnFIT\)

To build a complete SPI flash image with flash descriptor region and
SPS firmware in single-image configuration use the following command:

Tools\FlashImageToolWin\IgnFITc.exe -b -f <cfg-xml-file>

To build a complete SPI flash image with flash descriptor, BIOS, GbE and
SPS firmware in single-image configuration use the following command:

Tools\FlashImageToolWin\IgnFITc.exe -b -bios <bios-bin-file> -gbe <GbE-bin-file> -f <cfg-xml-file>

Note:
The default flash size for main configuratioon is 32 MB.

Note:
If '-b' switch is not used, IgnFITc will launch in GUI mode.

For more help please refer to the User Guide.

