forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mellanox]: Add SSD FW update tool (sonic-net#4351)
* [mellanox]: Add SSD FW update tool. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com> * [mellanox]: Align Platform API. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com> * [mellanox]: Fix firmware description. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com> * [mellanox]: Update SSD tool. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
- Loading branch information
1 parent
b197224
commit ab8576d
Showing
12 changed files
with
761 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# onie update tool | ||
|
||
MLNX_ONIE_FW_UPDATE = mlnx-onie-fw-update.sh | ||
$(MLNX_ONIE_FW_UPDATE)_PATH = platform/mellanox/ | ||
SONIC_COPY_FILES += $(MLNX_ONIE_FW_UPDATE) | ||
|
||
MLNX_FILES += $(MLNX_ONIE_FW_UPDATE) | ||
|
||
export MLNX_ONIE_FW_UPDATE |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# ssd update tool | ||
|
||
MLNX_SSD_FW_UPDATE = mlnx-ssd-fw-update.sh | ||
$(MLNX_SSD_FW_UPDATE)_PATH = platform/mellanox/ | ||
SONIC_COPY_FILES += $(MLNX_SSD_FW_UPDATE) | ||
|
||
MLNX_FILES += $(MLNX_SSD_FW_UPDATE) | ||
|
||
export MLNX_SSD_FW_UPDATE |
Oops, something went wrong.