Ao Zhong has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48007 )
Change subject: src/mainboard/hp/z220_sff_workstation/Kconfig: Add select MAINBOARD_USES_IFD_GBE_REGION ......................................................................
src/mainboard/hp/z220_sff_workstation/Kconfig: Add select MAINBOARD_USES_IFD_GBE_REGION
Add select MAINBOARD_USES_IFD_GBE_REGION to make CONFIG_HAVE_GBE_BIN (Add gigabit ethernet configuration) selection avaliable. Without that onboard Ethernet won't work.
Signed-off-by: Ao Zhong hacc1225@gmail.com Change-Id: I9fe138363fc47254285ebaa4a7dbe5b94a0a8784 --- M src/mainboard/hp/z220_sff_workstation/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/48007/1
diff --git a/src/mainboard/hp/z220_sff_workstation/Kconfig b/src/mainboard/hp/z220_sff_workstation/Kconfig index b1cf89c..12643bd 100644 --- a/src/mainboard/hp/z220_sff_workstation/Kconfig +++ b/src/mainboard/hp/z220_sff_workstation/Kconfig @@ -18,6 +18,7 @@ select MAINBOARD_HAS_LIBGFXINIT select INTEL_GMA_HAVE_VBT select GFX_GMA_ANALOG_I2C_HDMI_B + select MAINBOARD_USES_IFD_GBE_REGION
config VBOOT select VBOOT_VBNV_CMOS