Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fboss/agent/platforms/common/PlatformMappingUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ std::unique_ptr<PlatformMapping> initPlatformMapping(PlatformType type) {
: std::make_unique<Icecube800banwPlatformMapping>(platformMappingStr);
case PlatformType::PLATFORM_WEDGE800BACT:
case PlatformType::PLATFORM_WEDGE800BNHP:
case PlatformType::PLATFORM_M4052ACTM:
// Wedge800BACT/Wedge800BNHP no longer ship a compiled-in platform
// mapping. The mapping must be provided externally via
// --platform_descriptor_config_path or --platform_mapping_override_path.
Expand Down
1 change: 1 addition & 0 deletions fboss/lib/if/fboss_common.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ enum PlatformType {
PLATFORM_M4062NHP = 53,
PLATFORM_WEDGE800BNHP = 54,
PLATFORM_M5120CSC = 55,
PLATFORM_M4052ACTM = 56,
PLATFORM_UNKNOWN = 1000, # Placeholder for unknown platform type
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"platformType": 56,
"productNamePrefixes": [
"M4052ACTM"
],
"modeNames": [
"m4052actm"
],
"asicType": 13
}
Loading
Loading