Skip to content

Commit

Permalink
Entity-manager:Add new property for Ipmb type.
Browse files Browse the repository at this point in the history
Added new property[HostSMbusIndex] for Ipmb sensor type
in json file.

Tested :
   1.Dediprog and redfish flash the different platforms,
     with[HostSMbusIndex read from json file]for this configuration
     change.
    - System up and running.
    - VR Temp sensor and other sensor readings shows
      correctly in 'ipmitool sensor list' output.

Signed-off-by: Anoop S <anoopx.s@intel.com>
Change-Id: I977031e483443254ec701365f3df23f8455c37dd
  • Loading branch information
anoopsx committed Dec 4, 2020
1 parent b45324a commit a5a716d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions configurations/WFT Baseboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@
{
"Address": "0x7c",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU1 P12V PVCCIO VR Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -747,6 +748,7 @@
{
"Address": "0x70",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU1 P12V PVCCIN VR Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -779,6 +781,7 @@
{
"Address": "0x74",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU1 VR Mem ABC Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -811,6 +814,7 @@
{
"Address": "0x78",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU1 VR Mem DEF Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -843,6 +847,7 @@
{
"Address": "0x9c",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU2 P12V PVCCIO VR Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -875,6 +880,7 @@
{
"Address": "0x50",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU2 P12V PVCCIN VR Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -907,6 +913,7 @@
{
"Address": "0x94",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU2 VR Mem ABC Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -939,6 +946,7 @@
{
"Address": "0x98",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "CPU2 VR Mem DEF Temp",
"Thresholds": [
{
Expand Down Expand Up @@ -971,6 +979,7 @@
{
"Address": "0xAC",
"Class": "PxeBridgeTemp",
"HostSMbusIndex": 3,
"Name": "VR P1V05 Temp",
"Thresholds": [
{
Expand Down
6 changes: 6 additions & 0 deletions schemas/legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
"Thresholds": {
"$ref": "#/definitions/Types/Thresholds"
},
"HostSMbusIndex": {
"$ref": "#/definitions/Types/HostSMbusIndex"
},
"Type": {
"$ref": "#/definitions/Types/Type"
}
Expand Down Expand Up @@ -399,6 +402,9 @@
},
"type": "array"
},
"HostSMbusIndex": {
"type": "number"
},
"Type": {
"type": "string"
}
Expand Down

0 comments on commit a5a716d

Please sign in to comment.