#
921791c7 |
| 17-Jun-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://githu
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: I965f52f9eae78bcad39a8d711f99bef7be4cbde0 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
0b2cbd32 |
| 31-Jan-2023 |
Thang Tran <thuutran@amperecomputing.com> |
Power.Cap: add properties to control Power Limit
Based on the chapter 6.6 - Power management of DCMI specification, BMC needs more information to control Power Lmit.
This commit adds 3 properties t
Power.Cap: add properties to control Power Limit
Based on the chapter 6.6 - Power management of DCMI specification, BMC needs more information to control Power Lmit.
This commit adds 3 properties to control Power Limit, the list of added properties as below: 1. ExceptionAction: Exception Action 2. CorrectionTime: Correction time in microseconds 3. SamplingPeriod: Sampling period in microseconds
Those properties are used to monitor total power consumption, depending on the user's configuration, BMC can turn off the power/log event only or do nothing when the total power consumption is greater than the power limit.
Change-Id: I981f06855d6a55b1207541c84d53d774d0d25491 Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
show more ...
|
#
a1347418 |
| 06-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Pat
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
show more ...
|
#
edc177f9 |
| 07-Apr-2022 |
Chris Cain <cjcain@us.ibm.com> |
Change power cap bounds to be writable
The power cap properties are hosted by Settings. The values need to be written by OCC.Control service. When occ-control attempts to write these properties, it
Change power cap bounds to be writable
The power cap properties are hosted by Settings. The values need to be written by OCC.Control service. When occ-control attempts to write these properties, it gets an error because the values are not writable.
Change-Id: I72ac24ac91ab3fd050a9305a6a07eab96ee7e88b Signed-off-by: Chris Cain <cjcain@us.ibm.com>
show more ...
|
#
8da396ca |
| 14-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
yaml: format with prettier
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
|
#
763d424e |
| 10-Feb-2022 |
Chris Cain <cjcain@us.ibm.com> |
Add Soft Power Cap limit and IPS active properties
- Add soft power cap value which defines the limit which can be lower then the MinPowerCapValue but will not be guaranteed to be maintained. - Ad
Add Soft Power Cap limit and IPS active properties
- Add soft power cap value which defines the limit which can be lower then the MinPowerCapValue but will not be guaranteed to be maintained. - Add Idle Power Saver active property which will indicate if the system is currently running at reduced power due to IPS.
Change-Id: I8512e3f8e1b55deba37b45441dc26b85be6a26f9 Signed-off-by: Chris Cain <cjcain@us.ibm.com>
show more ...
|
#
ed708de3 |
| 24-Aug-2021 |
Gaurav Gandhi <gauravgandhi@google.com> |
Update power cap interface
Add Min, Max properties which can be used by phosphor-host-ipmid
Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com> Change-Id: Ib1622b53c93fa33a050bfd2db954c3d5619f0b
Update power cap interface
Add Min, Max properties which can be used by phosphor-host-ipmid
Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com> Change-Id: Ib1622b53c93fa33a050bfd2db954c3d5619f0bb4
show more ...
|
#
b1b4d261 |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan th
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan the yamldir.
Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|