Skip to content

Commit

Permalink
[mellanox] Add fwutil platform components. (sonic-net#3999)
Browse files Browse the repository at this point in the history
Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
  • Loading branch information
nazariig authored and pphuchar committed Mar 9, 2020
1 parent f144022 commit b7d2ac7
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 0 deletions.
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn2010-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn2010-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn2100-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn2100-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn2410-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn2410-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn2700-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn2700-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn2740-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn2740-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn3700-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn3700-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn3700c-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn3700c-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}
10 changes: 10 additions & 0 deletions device/mellanox/x86_64-mlnx_msn3800-r0/platform_components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chassis": {
"x86_64-mlnx_msn3800-r0": {
"component": {
"BIOS": { },
"CPLD": { }
}
}
}
}

0 comments on commit b7d2ac7

Please sign in to comment.