sb/intel/common/firmware: Don't call GbE binary `firmware`

Unless things changed considerably, this file doesn't contain any
firmware. It is merely replacing a configuration EEPROM for the MAC
address etc. So don't call it firmware.

Change-Id: Ife6190639e7f05da2cb6eddeb1b0db0e8ffc8e6e
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/31108
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
Nico Huber 2019-01-26 14:24:41 +01:00 committed by Subrata Banik
parent 91160e19bb
commit e81f334c59
1 changed files with 5 additions and 5 deletions

View File

@ -111,15 +111,15 @@ config MAINBOARD_USES_IFD_GBE_REGION
def_bool n def_bool n
config HAVE_GBE_BIN config HAVE_GBE_BIN
bool "Add gigabit ethernet firmware" bool "Add gigabit ethernet configuration"
depends on HAVE_IFD_BIN && MAINBOARD_USES_IFD_GBE_REGION depends on HAVE_IFD_BIN && MAINBOARD_USES_IFD_GBE_REGION
help help
The integrated gigabit ethernet controller needs a firmware file. The integrated gigabit ethernet controller needs a configuration
Select this if you are going to use the PCH integrated controller file. Select this if you are going to use the PCH integrated
and have the firmware. controller and want to add that file.
config GBE_BIN_PATH config GBE_BIN_PATH
string "Path to gigabit ethernet firmware" string "Path to gigabit ethernet configuration"
depends on HAVE_GBE_BIN depends on HAVE_GBE_BIN
default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/gbe.bin" default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/gbe.bin"