summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-10 18:00:22 -0700
committerSimon Glass <sjg@chromium.org>2014-11-21 07:24:11 +0100
commitcd392fe8a0b2d37f11c9224b1c979603d7abca48 (patch)
treed9dcd069c80725570e88551b6690ed149a6a339a /tools/Makefile
parente5901c94e32b3533c35511d1acfb7f1587e324ee (diff)
downloadblackbird-obmc-uboot-cd392fe8a0b2d37f11c9224b1c979603d7abca48.tar.gz
blackbird-obmc-uboot-cd392fe8a0b2d37f11c9224b1c979603d7abca48.zip
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>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index c422b76054..a4216a1de7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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
OpenPOWER on IntegriCloud