History log of /openbmc/entity-manager/configurations/bletchley_frontpanel.json (Results 1 – 2 of 2)
Revision Date Author Comments
# f71cffc4 02-Dec-2022 Potin Lai <potin.lai@quantatw.com>

configurations: update Bletchley configurations

1. Integrate Bletchley's fan configurations into EM.
2. Add SSD Temp into fan configuration.
3. Set FailSafePercent to 60% and MinThermalOutput to 15%

configurations: update Bletchley configurations

1. Integrate Bletchley's fan configurations into EM.
2. Add SSD Temp into fan configuration.
3. Set FailSafePercent to 60% and MinThermalOutput to 15%.
4. Update FRONT_PANEL_TEMP warning threshold.

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

show more ...


# 546d3755 09-Nov-2022 Potin Lai <potin.lai@quantatw.com>

configurations: add bletchley frontpanel configuration

1. Add a frontpanel configuration for bletchley and move HDC1080
sensors to frontpanel.
2. Add 2nd source frontpanel config, use Model prope

configurations: add bletchley frontpanel configuration

1. Add a frontpanel configuration for bletchley and move HDC1080
sensors to frontpanel.
2. Add 2nd source frontpanel config, use Model property in
xyz.openbmc_project.Inventory.Decorator.Asset for proboing correct
config.

Tested on bletchley:
- Main source (HDC1080)
```
root@bletchley:~# cat /var/configuration/system.json \
> | grep "Bletchley_FPB"
"xyz.openbmc_project.Inventory.Decorator.Asset({'Model': 'Bletchley_FPB_HDC1080'})"
root@bletchley:~# busctl get-property xyz.openbmc_project.Settings \
> /xyz/openbmc_project/inventory/system/chassis/frontpanel \
> xyz.openbmc_project.Inventory.Decorator.Asset Model
s "Bletchley_FPB_HDC1080"
root@bletchley:~# busctl get-property xyz.openbmc_project.HwmonTempSensor \
> /xyz/openbmc_project/sensors/temperature/FRONT_PANEL_TEMP \
> xyz.openbmc_project.Sensor.Value Value
d 27.3334
```

- 2nd source (SI7021)
```
root@bletchley:~# cat /var/configuration/system.json \
> | grep "Bletchley_FPB"
"xyz.openbmc_project.Inventory.Decorator.Asset({'Model': 'Bletchley_FPB_SI7021'})"
root@bletchley:~# busctl get-property xyz.openbmc_project.Settings \
> /xyz/openbmc_project/inventory/system/chassis/frontpanel \
> xyz.openbmc_project.Inventory.Decorator.Asset Model
s "Bletchley_FPB_SI7021"
root@bletchley:~# busctl get-property xyz.openbmc_project.HwmonTempSensor \
> /xyz/openbmc_project/sensors/temperature/FRONT_PANEL_TEMP \
> xyz.openbmc_project.Sensor.Value Value
d 28.8612
```

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

show more ...