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>
This commit is contained in:
committed by
Patrick Georgi
parent
fd76c5e540
commit
9e7c99dcae
@@ -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
|
||||
|
Reference in New Issue
Block a user