48f8a8d40e
support firmware install, including CPLD and BIOS. CPLD: cpldupdate BIOS: boot to onie and update BIOS in onie and then boot to SONiC
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# bios update tool
|
|
|
|
ONIE_FW_UPDATE= onie-fw-update
|
|
$(ONIE_FW_UPDATE)_PATH = platform/mellanox/
|
|
SONIC_COPY_FILES += $(ONIE_FW_UPDATE)
|
|
|
|
export ONIE_FW_UPDATE
|