
13 Nov
2014
13 Nov
'14
6:24 a.m.
On 10 November 2014 18:00, Simon Glass sjg@chromium.org wrote:
Newer Intel chips require a Management Engine which requires a particular format for the SPI flash that contains the boot loader. Add a tool that supports creating and modifying these ROM images.
This tool is from Chrome OS but has been cleaned up to use U-Boot style and to add comments. A few features have been added also.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
tools/Makefile | 2 + tools/ifdtool.c | 1039 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/ifdtool.h | 88 +++++ 3 files changed, 1129 insertions(+) create mode 100644 tools/ifdtool.c create mode 100644 tools/ifdtool.h
Applied to u-boot-x86.