[U-Boot] [PATCH v2 05/33] x86: Add ifdtool for working with Intel Flash Descriptor ROM images

Simon Glass sjg at chromium.org
Thu Nov 13 06:24:51 CET 2014


On 10 November 2014 18:00, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list