commit | 720a3841e8684f93a25953d9db66bd4d0a4c3df7 | [log] [tgz] |
---|---|---|
author | Chris Cain <cjcain@us.ibm.com> | Thu Jan 09 10:23:36 2025 -0600 |
committer | Chris Cain <cjcain@us.ibm.com> | Fri Jan 24 11:28:13 2025 -0600 |
tree | 0e40e66a2c9e386b09ec0abdcf9e56317d6a7c6c | |
parent | 3ece5b99026970e1cf9bc7e797aff4c1be81b2f3 [diff] |
Set default package to build for POWER10 Set default package to build for p10 (since that is latest code) Add PLDM as requirement for building p10 Default build will not enable PHAL support by default because of current build limitations of the PHAL code. The pldm Interface class will no longer be created in the Manager object constructor to prevent issues with unit test. Tested on Rainier Change-Id: I8060e70b5656bd0d762d52bf9fdff62f8720a5c6 Signed-off-by: Chris Cain <cjcain@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