]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add ifdtool for working with Intel Flash Descriptor ROM images
authorSimon Glass <sjg@chromium.org>
Tue, 11 Nov 2014 01:00:22 +0000 (18:00 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:24:11 +0000 (07:24 +0100)
commitcd392fe8a0b2d37f11c9224b1c979603d7abca48
treed9dcd069c80725570e88551b6690ed149a6a339a
parente5901c94e32b3533c35511d1acfb7f1587e324ee
x86: Add ifdtool for working with Intel Flash Descriptor ROM images

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>
tools/Makefile
tools/ifdtool.c [new file with mode: 0644]
tools/ifdtool.h [new file with mode: 0644]