-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[show] add platform components in Newport, Montara, Mavericks for fix…
… incomprehensible firmware Error print (#8690) What I did: add platform components How I did it: In platform_components.json add chassis and empty component How to verify it: Run show platform firmware updates
- Loading branch information
1 parent
65c9092
commit 730f00a
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
device/barefoot/x86_64-accton_as9516_32d-r0/platform_components.json
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,8 @@ | ||
{ | ||
"chassis": { | ||
"Newport": { | ||
"component": { | ||
} | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_components.json
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,8 @@ | ||
{ | ||
"chassis": { | ||
"Wedge100BF-32X-O-AC-F-BF": { | ||
"component": { | ||
} | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_components.json
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,8 @@ | ||
{ | ||
"chassis": { | ||
"Wedge100BF-65X-O-AC-F-BF": { | ||
"component": { | ||
} | ||
} | ||
} | ||
} |