History log of /openbmc/entity-manager/configurations/harma_fanboard.json (Results 1 – 7 of 7)
Revision Date Author Comments
# 3bc59e03 09-Jul-2024 Daniel Hsu <Daniel-Hsu@quantatw.com>

configurations: harma: update thresholds

Update thresholds for harma fanboard and minerva pttv.
1. Recalibrate the threshold value of the fanboard rpm
2. Calibrate the threshold value of the PTTV du

configurations: harma: update thresholds

Update thresholds for harma fanboard and minerva pttv.
1. Recalibrate the threshold value of the fanboard rpm
2. Calibrate the threshold value of the PTTV due to the
heater's tolerance and power reduction.

Change-Id: I6b9d79b5ce063f0070a5edba7630ecd002cb97e7
Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>

show more ...


# 7b855283 13-Jun-2024 Peter Yin <peter.yin@quantatw.com>

configurations: harma: add fan board temperature

Add Fan board temperature device.

Change-Id: I15bec1fece1afbf141b81c154d90f27708faef83
Signed-off-by: Peter Yin <peter.yin@quantatw.com>


# 27d95006 12-May-2024 Daniel Hsu <Daniel-Hsu@quantatw.com>

configurations: harma: remove fan power sensors

remove fan power sensors and update fan threshold.

1. FAN CPLD does not implement FAN power_W monitor feature due to
CPLD cell count limitation.

configurations: harma: remove fan power sensors

remove fan power sensors and update fan threshold.

1. FAN CPLD does not implement FAN power_W monitor feature due to
CPLD cell count limitation.
2. BMC can get FAN voltage(V) and current(A)
3. The FAN Power(W) is not default feature.

Testing:
root@bmc:~# curl -k -u root:0penBmc -X GET https://localhost/.../
{
"@odata.id": "/...",
"@odata.type": "#SensorCollection.SensorCollection",
"Description": "Collection of Sensors for this Chassis",
"Members": [
{
"@odata.id": "/.../current_FAN_BP0_FAN0_CURR_A"
},
{
"@odata.id": "/.../current_FAN_BP0_FAN1_CURR_A"
},
{
"@odata.id": "/.../current_FAN_BP0_FAN2_CURR_A"
},
{
"@odata.id": "/.../current_FAN_BP0_FAN3_CURR_A"
},
{
"@odata.id": "/.../fanpwm_FAN_BP0_FAN_PWM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN0_TACH_IL_SPEED_RPM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN0_TACH_OL_SPEED_RPM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN1_TACH_IL_SPEED_RPM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN1_TACH_OL_SPEED_RPM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN2_TACH_IL_SPEED_RPM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN2_TACH_OL_SPEED_RPM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN3_TACH_IL_SPEED_RPM"
},
{
"@odata.id": "/.../fantach_FAN_BP0_FAN3_TACH_OL_SPEED_RPM"
},
{
"@odata.id": "/.../voltage_FAN_BP0_FAN0_VOLT_V"
},
{
"@odata.id": "/.../voltage_FAN_BP0_FAN1_VOLT_V"
},
{
"@odata.id": "/.../voltage_FAN_BP0_FAN2_VOLT_V"
},
{
"@odata.id": "/.../voltage_FAN_BP0_FAN3_VOLT_V"
}
],
"Members@odata.count": 17,
"Name": "Sensors"
}

Change-Id: Icd3ff037960bc641381c6383a76979863c3396c7
Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>

show more ...


# 78a07723 18-Mar-2024 Daniel Hsu <Daniel-Hsu@quantatw.com>

configurations: harma: update sensors threshold

Update the threshold value. The previous value was
temporary and was referenced from other projects.

Test plan:
1. check sensor with updated values.

configurations: harma: update sensors threshold

Update the threshold value. The previous value was
temporary and was referenced from other projects.

Test plan:
1. check sensor with updated values.
2. check sensor with added values.

Testing:
$ curl ** https://**/power_MB_E1S1_P12V_PWR_W
{
"@odata.id": "/**/power_MB_E1S1_P12V_PWR_W",
"@odata.type": "#Sensor.v1_2_0.Sensor",
"Id": "power_MB_E1S1_P12V_PWR_W",
"Name": "MB E1S1 P12V PWR W",
"Reading": 4.10625,
"ReadingRangeMax": 3000.0,
"ReadingRangeMin": 0.0,
"ReadingType": "Power",
"ReadingUnits": "W",
"Status": {
"Health": "OK",
"State": "Enabled"
},
"Thresholds": {
"UpperCritical": {
"Reading": 25.0
}
}
}
$ curl ** https://**/temperature_PTTV_THRMCUP_HBM3_TEMP_C
{
"@odata.id": "/**/temperature_PTTV_THRMCUP_HBM3_TEMP_C",
"@odata.type": "#Sensor.v1_2_0.Sensor",
"Id": "temperature_PTTV_THRMCUP_HBM3_TEMP_C",
"Name": "PTTV THRMCUP HBM3 TEMP C",
"Reading": 27.1875,
"ReadingRangeMax": 127.0,
"ReadingRangeMin": -128.0,
"ReadingType": "Temperature",
"ReadingUnits": "Cel",
"Status": {
"Health": "OK",
"State": "Enabled"
},
"Thresholds": {
"UpperCritical": {
"Reading": 100.0
}
}
}

Change-Id: I354729568bfb7ede4e028391d41af9d260f4c053
Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>

show more ...


# 6dffe64c 30-Jan-2024 Potin Lai <potin.lai@quantatw.com>

configurations: harma_fanboard: switch to single PWM

Change the configuration of each fan board to a single PWM based on the
hardware design.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Chang

configurations: harma_fanboard: switch to single PWM

Change the configuration of each fan board to a single PWM based on the
hardware design.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Id3e3e2100997eeca1824a727d9e51156b4a9d813

show more ...


# 0c3612b0 30-Jan-2024 Potin Lai <potin.lai@quantatw.com>

configurations: harma_fanboard: change I2CFan address

Change I2CFan address from 0x30 to 0x5e due to CPLD implementation
changes.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I56b65

configurations: harma_fanboard: change I2CFan address

Change I2CFan address from 0x30 to 0x5e due to CPLD implementation
changes.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I56b6535f6aff212a919f0568b54134987a1d6fcf

show more ...


# 16152b57 31-Oct-2023 Potin Lai <potin.lai@quantatw.com>

configurations: Add Minerva Harma system

Introduce initial configuration files for Minerva Harma system

- harma_bsm: BMC storage module
- harma_fanboard: Fan board
- harma_mb: Motherboard
- harma_n

configurations: Add Minerva Harma system

Introduce initial configuration files for Minerva Harma system

- harma_bsm: BMC storage module
- harma_fanboard: Fan board
- harma_mb: Motherboard
- harma_nic: NIC Mezz
- harma_scm: SCM board
- minerva_pdb: PDB board
- minerva_pttv: Power and thermal test vehicle
- minerva_sitv: Signal integrity test vehicle

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7ff14af2d07c21c58b540499b598547c979339f6

show more ...