Skip to content

Commit

Permalink
[Ufispace] Update BCM port and PDDF platform configurations due to SD…
Browse files Browse the repository at this point in the history
…K and firmware updates. (#21483)

* [ufispace][platforms] Remove the high threshold of the PSU, as the BMC 11.8 firmware no longer supports it.
Remove the high threshold of the PSU on the following platforms, as the BMC 11.8 firmware no longer supports it.
* s7801-54xs
* s8901-54xc
* s9110-32x

* [ufispace][s9110-32x] Update bcm port configuration file
  • Loading branch information
nonodark authored Jan 21, 2025
1 parent a9c0f23 commit 1642ea5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1777,14 +1777,6 @@
"field_name": "PSU0_TEMP1",
"field_pos": "12",
"separator": ","
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr -c get PSU0_TEMP1",
"raw": "0",
"field_name": "PSU0_TEMP1",
"field_pos": "13",
"separator": ","
}
]
}
Expand Down Expand Up @@ -1817,14 +1809,6 @@
"field_name": "PSU1_TEMP1",
"field_pos": "12",
"separator": ","
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr -c get PSU1_TEMP1",
"raw": "0",
"field_name": "PSU1_TEMP1",
"field_pos": "13",
"separator": ","
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1777,14 +1777,6 @@
"field_name": "PSU0_TEMP1",
"field_pos": "12",
"separator": ","
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr -c get PSU0_TEMP1",
"raw": "0",
"field_name": "PSU0_TEMP1",
"field_pos": "13",
"separator": ","
}
]
}
Expand Down Expand Up @@ -1817,14 +1809,6 @@
"field_name": "PSU1_TEMP1",
"field_pos": "12",
"separator": ","
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr -c get PSU1_TEMP1",
"raw": "0",
"field_name": "PSU1_TEMP1",
"field_pos": "13",
"separator": ","
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ max_vp_lags=0
miim_intr_enable=0
module_64ports=1
schan_intr_enable=0
stable_size=0x5500000
stable_size=0x6400000
tdma_timeout_usec=3000000
skip_L2_USER_ENTRY=0
bcm_tunnel_term_compatible_mode=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,14 +499,6 @@
"field_name": "PSU0_TEMP1",
"field_pos": "2"
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU0_TEMP1",
"raw": "0",
"separator": ",",
"field_name": "PSU0_TEMP1",
"field_pos": "13"
},
{
"attr_name": "temp1_high_crit_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU0_TEMP1",
Expand Down Expand Up @@ -539,14 +531,6 @@
"field_name": "PSU1_TEMP1",
"field_pos": "2"
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU1_TEMP1",
"raw": "0",
"separator": ",",
"field_name": "PSU1_TEMP1",
"field_pos": "13"
},
{
"attr_name": "temp1_high_crit_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU1_TEMP1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,14 +499,6 @@
"field_name": "PSU0_TEMP1",
"field_pos": "2"
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU0_TEMP1",
"raw": "0",
"separator": ",",
"field_name": "PSU0_TEMP1",
"field_pos": "13"
},
{
"attr_name": "temp1_high_crit_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU0_TEMP1",
Expand Down Expand Up @@ -539,14 +531,6 @@
"field_name": "PSU1_TEMP1",
"field_pos": "2"
},
{
"attr_name": "temp1_high_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU1_TEMP1",
"raw": "0",
"separator": ",",
"field_name": "PSU1_TEMP1",
"field_pos": "13"
},
{
"attr_name": "temp1_high_crit_threshold",
"bmc_cmd": "ipmitool sdr get -c PSU1_TEMP1",
Expand Down

0 comments on commit 1642ea5

Please sign in to comment.