History log of /openbmc/entity-manager/ (Results 76 – 100 of 1260)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9effc36609-Nov-2024 Patrick Williams <patrick@stwcx.xyz>

meson.build: sort configs

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0ef11fda4e174153ff99953175fe2cb528c9c19a

eb789ebf05-Dec-2024 Daniel Hsu <Daniel-Hsu@quantatw.com>

configurations: minerva_pttv: update threshold and add hysteresis

The hysteresis value is set to 2% of the trigger threshold
to ensure more precise triggering of assert and deassert for
sensors like

configurations: minerva_pttv: update threshold and add hysteresis

The hysteresis value is set to 2% of the trigger threshold
to ensure more precise triggering of assert and deassert for
sensors like a 12V sensor. For example, with normal readings
and thresholds at ±10% (10.8V to 13.2V), the default value of
2.55 is too large for this range.

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

show more ...

18a81fb805-Dec-2024 Sean He <sean.he.wiwynn@gmail.com>

schemas: modify the property name of chassis types

Modify the property name so that it matches the one
defined in phosphor-dbus-interfaces.

[1] https://github.com/openbmc/phosphor-dbus-interfaces/b

schemas: modify the property name of chassis types

Modify the property name so that it matches the one
defined in phosphor-dbus-interfaces.

[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml

Change-Id: I1dcef0b11bd3cb6bc0fab141da5e85722647289a
Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>

show more ...

bbf8ff6f05-Dec-2024 Yang Chen <yang.chen@quantatw.com>

configurations: minerva_fanboard: add t-sense sensor

Add t-sense sensor on each fan board.

Change-Id: I81359395aaeae7f68f232d656e60de796e8a7c01
Signed-off-by: Yang Chen <yang.chen@quantatw.com>

19ecfb3b02-Nov-2024 Jagpal Singh Gill <paligill@gmail.com>

cable: add cable type and cable decorator

Add cable type to the global schema types and cable decorator with
Length and Type properties.

Change-Id: I5368c16b91c94980be1b10cbfaf7969933e0507e
Signed-

cable: add cable type and cable decorator

Add cable type to the global schema types and cable decorator with
Length and Type properties.

Change-Id: I5368c16b91c94980be1b10cbfaf7969933e0507e
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>

show more ...

0dad1c1c06-Nov-2024 Chris Cain <cjcain@us.ibm.com>

configuration: system1: Fix fan indexing problem

The dual rotor fans are indexed by 1 rotor for each fan, followed by the
second rotor for those fans.

Also updated several values for the fans:
- Po

configuration: system1: Fix fan indexing problem

The dual rotor fans are indexed by 1 rotor for each fan, followed by the
second rotor for those fans.

Also updated several values for the fans:
- PowerState to On, to only flag fault when power is on
- Updated limits for all both fan types (Fans 1-5 are Fans 6-7)
- Updated SetPoints for the PDMs

Tested on system1 hw
Before:
Fan Rotor Present RPM PWM: % Target Zone
--- -------- ------- ----- ------ ------ ----
Fan1 Fan1a_in true 4102 39.22 100% 0 (CECIO)
Fan1 Fan1b_in true 4054
Fan2 Fan2a_in true 4032 39.22 100% 0 (CECIO)
Fan2 Fan2b_in true 4089
Fan3 Fan3a_in true 4040 39.22 100% 0 (CECIO)
Fan3 Fan3b_in true 0
Fan4 Fan4a_in true 0 39.22 100% 0 (CECIO)
Fan4 Fan4b_in true 0
Fan5 Fan5a_in true 0 39.22 100% 0 (CECIO)
Fan5 Fan5b_in true 0
Fan6 Fan6_in false 0 39.22 100% 1 (NVME)
Fan7 Fan7_in false 0 39.22 100% 1 (NVME)

After: Fan Rotor Present RPM PWM: % Target Zone
--- -------- ------- ----- ------ ------ ----
Fan1 Fan1a_in true 3972 39.22 100% 0 (CECIO)
Fan1 Fan1b_in true 0
Fan2 Fan2a_in true 4002 39.22 100% 0 (CECIO)
Fan2 Fan2b_in true 0
Fan3 Fan3a_in true 4054 39.22 100% 0 (CECIO)
Fan3 Fan3b_in true 0
Fan4 Fan4a_in true 4027 39.22 100% 0 (CECIO)
Fan4 Fan4b_in true 0
Fan5 Fan5a_in true 4054 39.22 100% 0 (CECIO)
Fan5 Fan5b_in true 0
Fan6 Fan6_in false 0 39.22 100% 1 (NVME)
Fan7 Fan7_in false 0 39.22 100% 1 (NVME)
Change-Id: Iee747f9b22099719f5d90296c5154b047b74880c
Signed-off-by: Chris Cain <cjcain@us.ibm.com>

show more ...

e501cb7119-Feb-2024 Andrew Jeffery <andrew@codeconstruct.com.au>

schemas: Specify descriptions of MCTP I2C targets

6fa0602db825 ("Add mctp eids configuration for Yosemite 4") introduced
an `EndpointId` property for assigning static MCTP endpoint IDs to an
exposed

schemas: Specify descriptions of MCTP I2C targets

6fa0602db825 ("Add mctp eids configuration for Yosemite 4") introduced
an `EndpointId` property for assigning static MCTP endpoint IDs to an
exposed device. This might work in very specific contexts, but
often more information is needed to configure a device for MCTP
communication.

Introduce the `MCTPI2CTarget` schema. Specifying `MCTPI2CTarget`
sets requirements such that a reactor can derive the physical address
encoding required to set up the endpoint.

For now we assume that all I2C controllers enabled for MCTP take the
role of bus owner.

Change-Id: I9d3f328262e99d405fc6e6dbdadff2306c254fa3
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...

8a8f01e511-Nov-2024 Sean He <sean.he.wiwynn@gmail.com>

schemas: Add interfaces for Item.Accelerator and Item.Dimm

This commit add the interfaces as described in [1] and [2].

[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/o

schemas: Add interfaces for Item.Accelerator and Item.Dimm

This commit add the interfaces as described in [1] and [2].

[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml

[2] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml

Tested:
Interfaces are added with the corresponding properties under
the related path.

Change-Id: Id4db6ebd599e94ec23f9c5db96fa3e9143619299
Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>

show more ...

f7906f8519-Nov-2024 Peter Yin <peter.yin@quantatw.com>

configuration: harma: remove fan board threshold

After discussion, it was decided that Harma does not need to report
sensor failure logs. Therefore, fan board thresholds will be removed
to prevent r

configuration: harma: remove fan board threshold

After discussion, it was decided that Harma does not need to report
sensor failure logs. Therefore, fan board thresholds will be removed
to prevent recording sensor failure logs.

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

show more ...

cf29718101-Dec-2024 Potin Lai <potin.lai@quantatw.com>

configurations: catalina remove SSD1 and SSD3 sensors

Although there are still power sense chips on the HDD board for SSD1 and
SSD3, the Catalina system does not use the SSD1 and SSD3 slots.

Remove

configurations: catalina remove SSD1 and SSD3 sensors

Although there are still power sense chips on the HDD board for SSD1 and
SSD3, the Catalina system does not use the SSD1 and SSD3 slots.

Remove all SSD1 and SSD3 sensors to prevent unexpected readings and
threshold event logs.

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

show more ...

25235d6407-Dec-2023 Chris Cain <cjcain@us.ibm.com>

configuration: system1: Add GPIO monitoring type

Some GPIOs do not support event_read method to monitor for value
changes. Added a new MonitorType field to specify if the GPIO
needs to be manually p

configuration: system1: Add GPIO monitoring type

Some GPIOs do not support event_read method to monitor for value
changes. Added a new MonitorType field to specify if the GPIO
needs to be manually polled.

Tested:
- Verified no change when MonitorType not specified
- Verified functionality when Polling enum was specified

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

show more ...

799b355022-Nov-2024 Eric Yang <eric.yang.wiwynn@gmail.com>

configurations: yosemite4: Modify MGM Fan Table

Modifies the management board fan table to support dynamic fan duty
adjustments based on the number of slots during service time (when a
slot is unplu

configurations: yosemite4: Modify MGM Fan Table

Modifies the management board fan table to support dynamic fan duty
adjustments based on the number of slots during service time (when a
slot is unplugged).

- If there are 8 slots with a sentinel dome, the system will
operate in auto mode.
- If there are 7 slots, the fan duty will be set to 80%.
- If there are 0 to 6 slots, the fan duty will be set to 100%.

Change-Id: Icd6edf0938c0ec444e4d5b5479b9d3f034d2f906
Signed-off-by: Eric Yang <eric.yang.wiwynn@gmail.com>

show more ...

3f60faa527-Nov-2024 Peter Delevoryas <peter@pjd.dev>

docs: Fix typo in my_first_sensors.md tutorial

Should be echoing the device type and address as a string into the
`new_device` sysfs endpoint, not just echoing a string.

Change-Id: Id252d44203c4d1d

docs: Fix typo in my_first_sensors.md tutorial

Should be echoing the device type and address as a string into the
`new_device` sysfs endpoint, not just echoing a string.

Change-Id: Id252d44203c4d1d762f843a95353fe075ae9541e
Signed-off-by: Peter Delevoryas <peter@pjd.dev>

show more ...

964b0a1817-Oct-2024 Potin Lai <potin.lai@quantatw.com>

configurations: catalina_pdb: add cable tsense nodes

Add below two nodes for DVT2 HW
- PDB_CABLE_TSENSE_POSITIVE_INA238
- PDB_CABLE_TSENSE_NEGATIVE_INA238

Signed-off-by: Potin Lai <potin.lai@quanta

configurations: catalina_pdb: add cable tsense nodes

Add below two nodes for DVT2 HW
- PDB_CABLE_TSENSE_POSITIVE_INA238
- PDB_CABLE_TSENSE_NEGATIVE_INA238

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

show more ...

f6c3f51e21-Nov-2024 Benson Chu <benson.chu.wiwynn@gmail.com>

configurations: yosemite4: Add hysteresis values for all sensors

Add hysteresis values and set their values to zero

Change-Id: I131796a364157fed58013c30098b6fc23de0be27
Signed-off-by: Benson Chu <b

configurations: yosemite4: Add hysteresis values for all sensors

Add hysteresis values and set their values to zero

Change-Id: I131796a364157fed58013c30098b6fc23de0be27
Signed-off-by: Benson Chu <benson.chu.wiwynn@gmail.com>

show more ...

d509c44925-Nov-2024 Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

configurations: yosemite4: add power reading of Medusa 12V delta modules

Add power reading of Medusa 12V delta modules for sensor monitoring.

Tested:
Checked all the power reading of 12V delta modu

configurations: yosemite4: add power reading of Medusa 12V delta modules

Add power reading of Medusa 12V delta modules for sensor monitoring.

Tested:
Checked all the power reading of 12V delta modules are normal.

Change-Id: Idebc0c37ac5a66b7dfb01a00c3d24dc426f4a62c
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

show more ...

f5ab33a221-Nov-2024 Lora Lin <lora.lin.wiwynn@gmail.com>

configurations: yosemite4: Fix incorrect label name

Fix incorrect label names to avoid showing wrong sensor name.

Change-Id: Id0579de33c38de589ac4fbf32a57e3a5463a76aa
Signed-off-by: Lora Lin <lora.

configurations: yosemite4: Fix incorrect label name

Fix incorrect label names to avoid showing wrong sensor name.

Change-Id: Id0579de33c38de589ac4fbf32a57e3a5463a76aa
Signed-off-by: Lora Lin <lora.lin.wiwynn@gmail.com>

show more ...

14debea119-Nov-2024 Leo Yang <Leo-Yang@quantatw.com>

configurations: yosemite4: Add max min config of Medusa Board INA238

Due to the small value of MEDUSA_ADC_48V_SENSE_VOLT_V, the change of the
SDR value after scaling will be smaller than the hystere

configurations: yosemite4: Add max min config of Medusa Board INA238

Due to the small value of MEDUSA_ADC_48V_SENSE_VOLT_V, the change of the
SDR value after scaling will be smaller than the hysteresisPublish,
which will result in the SDR value not being updated.

Therefore, the default 255~0 should not be used as Max and Min.
Specifying the Max and Min to a suitable range so that the
hysteresisPublish matches the value can avoid the bug that the SDR value
is not updated.

- Add max min config of Yv4 Medusa Board INA238

Change-Id: If8344753dae56e835af8747c8ef4a608d669584e
Signed-off-by: Leo Yang <Leo-Yang@quantatw.com>

show more ...

724d45df15-Nov-2024 Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

configurations: yosemite4: adjust fan control configs

Adjust fan control configs according to the test result from thermal
team.

Change-Id: I679579b8ee85b6ff5748af338aec67a6839bb95d
Signed-off-by:

configurations: yosemite4: adjust fan control configs

Adjust fan control configs according to the test result from thermal
team.

Change-Id: I679579b8ee85b6ff5748af338aec67a6839bb95d
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

show more ...

0740b17021-Oct-2024 Peter Yin <peter.yin@quantatw.com>

configurations: harma: add chassis information

Add chassis fru to support product information.

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

6c6ff82b29-Aug-2024 Potin Lai <potin.lai@quantatw.com>

configurations: add catalina_hdd_nvme config

Add Catalina HDD board NVMe configuration for temperature sensors
monitoring.

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

configurations: add catalina_hdd_nvme config

Add Catalina HDD board NVMe configuration for temperature sensors
monitoring.

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

show more ...

aaf77e0f12-Nov-2024 Andrew Geissler <geissonator@yahoo.com>

configurations: system1: add XeonCPU

Adding these in allows the CPU and DIMM temperatures to be collected on
the BMC.

Tested:
- Confirmed we now get DIMM and Core temperatures on system1

Change-Id

configurations: system1: add XeonCPU

Adding these in allows the CPU and DIMM temperatures to be collected on
the BMC.

Tested:
- Confirmed we now get DIMM and Core temperatures on system1

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

show more ...

e153a9d325-Oct-2024 Sean He <sean.he.wiwynn@gmail.com>

schemas: chassis types for Inventory.Item.Chassis

This commit add the chassis types and corresponding interface as
described in [1].

[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/mas

schemas: chassis types for Inventory.Item.Chassis

This commit add the chassis types and corresponding interface as
described in [1].

[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml

Tested:
Interfaces are added with the corresponding properties RackMount
and Blade under the related path.

Change-Id: Id0cb2b2450b290d0d2af994d07cec301b441ab2d
Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>

show more ...

f3302c2d05-Nov-2024 Hieu Huynh <hieuh@os.amperecomputing.com>

configurations: mtjefferson: Add Backplane card

This adds Backplane card to mtjefferson_bp.json

Tested: Latest CI build passed

Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com>
Change-Id: I

configurations: mtjefferson: Add Backplane card

This adds Backplane card to mtjefferson_bp.json

Tested: Latest CI build passed

Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com>
Change-Id: Ifff34c9b15343600cdf8d5ba9523afece9239f4d

show more ...

48e44b7520-Aug-2024 Ingrid Chen <ingrid.chen.wiwynn@gmail.com>

configurations: yosemite4: Support for CPU Configurations

- Configurations type support CPU
- Displays CPU serial number

Change-Id: I3fe7da27b1729bd11c267849e2154629b65638b6
Signed-off-by: Ingrid C

configurations: yosemite4: Support for CPU Configurations

- Configurations type support CPU
- Displays CPU serial number

Change-Id: I3fe7da27b1729bd11c267849e2154629b65638b6
Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>

show more ...

12345678910>>...51