summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common/firmware/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/common/firmware/Makefile.inc')
-rw-r--r--src/southbridge/intel/common/firmware/Makefile.inc17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/firmware/Makefile.inc b/src/southbridge/intel/common/firmware/Makefile.inc
index 693bafb7a85e..ba1d3b1d6737 100644
--- a/src/southbridge/intel/common/firmware/Makefile.inc
+++ b/src/southbridge/intel/common/firmware/Makefile.inc
@@ -86,7 +86,22 @@ ifeq ($(CONFIG_HAVE_EC_BIN),y)
-O $(obj)/coreboot.pre \
$(obj)/coreboot.pre
endif
-
+ifeq ($(CONFIG_HAVE_10GBE_0_BIN),y)
+ printf " IFDTOOL 10gbe0.bin -> coreboot.pre\n"
+ $(objutil)/ifdtool/ifdtool \
+ $(IFDTOOL_USE_CHIPSET) \
+ -i 10GbE_0:$(CONFIG_10GBE_0_BIN_PATH) \
+ -O $(obj)/coreboot.pre \
+ $(obj)/coreboot.pre
+endif
+ifeq ($(CONFIG_HAVE_10GBE_1_BIN),y)
+ printf " IFDTOOL 10gbe1.bin -> coreboot.pre\n"
+ $(objutil)/ifdtool/ifdtool \
+ $(IFDTOOL_USE_CHIPSET) \
+ -i 10GbE_1:$(CONFIG_10GBE_1_BIN_PATH) \
+ -O $(obj)/coreboot.pre \
+ $(obj)/coreboot.pre
+endif
ifeq ($(CONFIG_LOCK_MANAGEMENT_ENGINE),y)
printf " IFDTOOL Locking Management Engine\n"
$(objutil)/ifdtool/ifdtool \