7ca4d32daf
This commit also includes sonic-linux-kernel submodule update Commits included: f8b30b4 [Mellanox] Add hw-management driver patches (#97) feb786b Add psample and act_sample drivers (#94) 15f8651 Update optoe driver to add CMIS (QSFP-DD, OSFP, ...) support (#96)
20 lines
610 B
Makefile
20 lines
610 B
Makefile
# mellanox firmware
|
|
|
|
MLNX_FW_BASE_URL = $(MLNX_SDK_BASE_URL)
|
|
|
|
MLNX_SPC_FW_VERSION = 13.2000.1886
|
|
MLNX_SPC_FW_FILE = fw-SPC-rel-$(subst .,_,$(MLNX_SPC_FW_VERSION))-EVB.mfa
|
|
$(MLNX_SPC_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC_FW_FILE)
|
|
SONIC_ONLINE_FILES += $(MLNX_SPC_FW_FILE)
|
|
|
|
MLNX_SPC2_FW_VERSION = 29.2000.1886
|
|
MLNX_SPC2_FW_FILE = fw-SPC2-rel-$(subst .,_,$(MLNX_SPC2_FW_VERSION))-EVB.mfa
|
|
$(MLNX_SPC2_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC2_FW_FILE)
|
|
SONIC_ONLINE_FILES += $(MLNX_SPC2_FW_FILE)
|
|
|
|
export MLNX_SPC_FW_VERSION
|
|
export MLNX_SPC_FW_FILE
|
|
|
|
export MLNX_SPC2_FW_VERSION
|
|
export MLNX_SPC2_FW_FILE
|