Skip to content

Commit

Permalink
x86: Add ifdtool for working with Intel Flash Descriptor ROM images
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sjg20 committed Nov 21, 2014
1 parent e5901c9 commit cd392fe
Show file tree
Hide file tree
Showing 3 changed files with 1,129 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ hostprogs-$(CONFIG_EXYNOS5250) += mkexynosspl
hostprogs-$(CONFIG_EXYNOS5420) += mkexynosspl
HOSTCFLAGS_mkexynosspl.o := -pedantic

hostprogs-$(CONFIG_X86) += ifdtool

hostprogs-$(CONFIG_MX23) += mxsboot
hostprogs-$(CONFIG_MX28) += mxsboot
HOSTCFLAGS_mxsboot.o := -pedantic
Expand Down
Loading

0 comments on commit cd392fe

Please sign in to comment.