commit | 52328cb473250de9de60d49c9494224a579e7159 | [log] [tgz] |
---|---|---|
author | Rashmica Gupta <rashmica@linux.ibm.com> | Wed Feb 15 10:38:16 2023 +1100 |
committer | Lakshmi Yadlapati <lakshmiy@us.ibm.com> | Thu Jul 18 14:27:19 2024 +0000 |
tree | 709cd4d5ce7eb719cae5dc70f3e26cd6f1d8b51a | |
parent | 30040d9dc1d7bbd0a69f221f49edc24cf748dae6 [diff] |
Move to libpldm pldm_transport APIs - Replaced the deprecated pldm transport APIs with the new libpldm pldm_transport APIs. This change migrates the application off of the deprecated "requester" APIs in libpldm. We don't currently have the infrastructure in place to get the correct TIDs, so to keep everything working as before use the EID as the TID in the EID-to-TID mapping. Change-Id: Iedbfe936a710d37f75e737c3d307295ff55cf07b Signed-off-by: Rashmica Gupta <rashmica@linux.ibm.com> Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
This service will handle communications to the On-Chip Controller (OCC) on Power processors. The OCC provides processor and memory temperatures, power readings, power cap support, system power mode support, and idle power saver support. OCC Control will be interfacing with the OCC to collect the temperatures and power readings, updating the system power mode, setting power caps, and idle power save parameters.
The service is started automatically when the BMC is started.
This project can be built with meson. The typical meson workflow is: meson builddir && ninja -C builddir.
The server will start automatically after BMC is powered on.
Server status: systemctl status org.open_power.OCC.Control.service
To restart the service: systemctl restart org.open_power.OCC.Control.service
Service files are located in service_files subdirectory.
IBM EnergyScale for Power10 Processor-Based Systems whitepaper: https://www.ibm.com/downloads/cas/E7RL9N4E
OCC Firmware Interface Spec for Power10: https://github.com/open-power/docs/blob/P10/occ/OCC_P10_FW_Interfaces_v1_17.pdf
OCC Firmware: https://github.com/open-power/occ/tree/master-p10
IBM EnergyScale for POWER9 Processor-Based Systems: https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?htmlfid=49019149USEN&
OCC Firmware Interface Spec for POWER9: https://github.com/open-power/docs/blob/P9/occ/OCC_P9_FW_Interfaces.pdf