History log of /openbmc/entity-manager/configurations/system1_baseboard.json (Results 1 – 5 of 5)
Revision Date Author Comments
# 88b2aba5 03-May-2024 Andrew Geissler <geissonator@yahoo.com>

configurations: system1: add battery voltage to ADC

Start monitoring the RTC battery voltage.

Tested:
- Confirmed /xyz/openbmc_project/sensors/voltage/Battery_Voltage
showed up under xyz.openbmc_

configurations: system1: add battery voltage to ADC

Start monitoring the RTC battery voltage.

Tested:
- Confirmed /xyz/openbmc_project/sensors/voltage/Battery_Voltage
showed up under xyz.openbmc_project.ADCSensor

Change-Id: Idc194196e98b6aca5970ffae685136fec54cb166
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...


# 2271cd65 03-May-2024 Andrew Geissler <geissonator@yahoo.com>

configurations: system1: update ADC index's

The initial index values were set assuming they matched up with the
actual A/D ports on the AST2600. This was an incorrect assumption as the
index values

configurations: system1: update ADC index's

The initial index values were set assuming they matched up with the
actual A/D ports on the AST2600. This was an incorrect assumption as the
index values really just match up with the order the channels are
defined within the iio-hwmon section of the dts:

iio-hwmon {
compatible = "iio-hwmon";
io-channels = <&p12v_vd 0>, <&p5v_aux_vd 0>,
<&p5v_bmc_aux_vd 0>, <&p3v3_aux_vd 0>,
<&p3v3_bmc_aux_vd 0>, <&p1v8_bmc_aux_vd 0>,
<&adc1 4>, <&adc0 2>, <&adc1 0>,
<&p2v5_aux_vd 0>, <&adc1 7>;
};

Tested:

- Confirmed all sensors are now on d-bus
```
root@system1:/sys/class/hwmon/hwmon16# busctl tree xyz.openbmc_project.ADCSensor
`- /xyz
`- /xyz/openbmc_project
`- /xyz/openbmc_project/sensors
`- /xyz/openbmc_project/sensors/voltage
|- /xyz/openbmc_project/sensors/voltage/P12V
|- /xyz/openbmc_project/sensors/voltage/P1V2_BMC_AUX
|- /xyz/openbmc_project/sensors/voltage/P1V2_PHY1_LDO
|- /xyz/openbmc_project/sensors/voltage/P1V2_PHY2_LDO
|- /xyz/openbmc_project/sensors/voltage/P1V8_BMC_AUX
|- /xyz/openbmc_project/sensors/voltage/P2V5_AUX
|- /xyz/openbmc_project/sensors/voltage/P3V3_AUX_ADC
|- /xyz/openbmc_project/sensors/voltage/P3V3_BMC_AUX
|- /xyz/openbmc_project/sensors/voltage/P5V_AUX_ADC
`- /xyz/openbmc_project/sensors/voltage/P5V_BMC_AUX_ADC
```
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

Change-Id: I315b4672001e39caff0a9943d8391cc5873bb2ad

show more ...


# cb47a835 17-Nov-2023 Chris Cain <cjcain@us.ibm.com>

configurations: system1: Add chassis for fans

Add system1 chassis file which includes fans, ambient and psu
temperature sensors.
Correct filename in CONFIG_FORMAT.md file

Change-Id: Ifd3cb5eb2dbe4c

configurations: system1: Add chassis for fans

Add system1 chassis file which includes fans, ambient and psu
temperature sensors.
Correct filename in CONFIG_FORMAT.md file

Change-Id: Ifd3cb5eb2dbe4c62e43bced545c6493652cb730e
Signed-off-by: Chris Cain <cjcain@us.ibm.com>

show more ...


# f5c45649 26-Oct-2023 Andrew Geissler <geissonator@yahoo.com>

configurations: system1: add power supplies

Add the 4 power supplies for the system

Tested:
- Confirmed 4 power supplies showed up under EM dbus

Change-Id: Ie721376f2485dc5400006f0248ba145cc5e8734

configurations: system1: add power supplies

Add the 4 power supplies for the system

Tested:
- Confirmed 4 power supplies showed up under EM dbus

Change-Id: Ie721376f2485dc5400006f0248ba145cc5e87346
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...


# 35215e94 02-Oct-2023 Andrew Geissler <geissonator@yahoo.com>

configurations: system1: Add new IBM system

Introduce a basic configuration file for new system1

Tested:
- Confirmed expected d-bus tree provided by:
'busctl tree xyz.openbmc_project.EntityManage

configurations: system1: Add new IBM system

Introduce a basic configuration file for new system1

Tested:
- Confirmed expected d-bus tree provided by:
'busctl tree xyz.openbmc_project.EntityManager'

Change-Id: I1814f5e33fed6ba834800b761ce76093b5b4c593
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...