aboutsummaryrefslogtreecommitdiff
path: root/util/bincfg/Makefile
diff options
context:
space:
mode:
authorTom Hiller <thrilleratplay@gmail.com>2020-08-13 22:31:42 -0400
committerPatrick Georgi <pgeorgi@google.com>2020-09-28 09:44:45 +0000
commit9e7c99dcaee6a212877a189df7c49d0b171dd791 (patch)
tree17a5f13673731f6040e110d18e4bcaa33bd6b353 /util/bincfg/Makefile
parentfd76c5e540e46541ea0f34ea4cf633e5cb5ac6ef (diff)
Intel GBE 82579LM bincfg set and spec
Using bincfg, generate Intel 82579LM GBE region firmware. * Intel 82579LM is used in Lenovo models including x220 and x230. * PXE is disabled. * Intel 82579V variant could be generated with a few modifications to set. Noted in set file comments. Change-Id: I377cbe2f77f2aef39f452dc6511a0ea6b2015963 Signed-off-by: Tom Hiller <thrilleratplay@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44510 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/bincfg/Makefile')
-rw-r--r--util/bincfg/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/bincfg/Makefile b/util/bincfg/Makefile
index 1b3e93643e..f568e67461 100644
--- a/util/bincfg/Makefile
+++ b/util/bincfg/Makefile
@@ -19,6 +19,13 @@ gen-gbe-ich9m:
cat gbe1.bin gbe1.bin > flashregion_3_gbe.bin
rm -f gbe1.bin
+# Use this target to generate GbE for X220/x230
+gen-gbe-82579LM:
+ ./bincfg gbe-82579LM.spec gbe-82579LM.set gbe1.bin
+ # duplicate binary as per spec
+ cat gbe1.bin gbe1.bin > flashregion_3_gbe.bin
+ rm -f gbe1.bin
+
# Use this target to generate IFD for X200
gen-ifd-x200:
./bincfg ifd-x200.spec ifd-x200.set flashregion_0_fd.bin