edb3eead | 27-Jun-2024 |
Mohammed Javith Akthar M <mohammedjavitham@ami.com> |
systemd: rename service file to align with repo name
Updated systemd service file as following for better readability start-ipkvm.service -> obmc-ikvm.service
Testing:
Verified systemd service usi
systemd: rename service file to align with repo name
Updated systemd service file as following for better readability start-ipkvm.service -> obmc-ikvm.service
Testing:
Verified systemd service using QEMU + AST2600EVB firmware.
Before changes:
root@evb-ast2600:~# systemctl status start-ipkvm * start-ipkvm.service - OpenBMC ipKVM daemon
After changes:
root@evb-ast2600:~# systemctl status obmc-ikvm * obmc-ikvm.service - OpenBMC ipKVM daemon
Change-Id: I8260a09b074b04c47821758c31ecad5d53eca40c Signed-off-by: Mohammed Javith Akthar M <mohammedjavitham@ami.com>
show more ...
|
fdcdfbef | 06-Feb-2024 |
Chris Cain <cjcain@us.ibm.com> |
Control.Power.Mode: Add AllowedPowerModes property
Add new property that defines what Power Modes are supported.
Tested on Rainier.
''' busctl -l introspect org.open_power.OCC.Control /xyz/openbmc
Control.Power.Mode: Add AllowedPowerModes property
Add new property that defines what Power Modes are supported.
Tested on Rainier.
''' busctl -l introspect org.open_power.OCC.Control /xyz/openbmc_project/control/host0/power_mode NAME TYPE SIGNATURE RESULT/VALUE FLAGS ... xyz.openbmc_project.Control.Power.Mode interface - - - .AllowedPowerModes property as 3 "xyz.openbmc_project.Control.Power.Mode.PowerMode.Static" "xyz.openbmc_project.Control.Power.Mode.PowerMode.MaximumPerformance" "xyz.openbmc_project.Control.Power.Mode.PowerMode.PowerSaving" const .PowerMode property s "xyz.openbmc_project.Control.Power.Mode.PowerMode.MaximumPerformance" emits-change writable .SafeMode property b false emits-change '''
Change-Id: I4b8285adaabb2aa42592e73f259d9636832f904b Signed-off-by: Chris Cain <cjcain@us.ibm.com>
show more ...
|
3e4c27ae | 31-Jan-2024 |
Chris Cain <cjcain@us.ibm.com> |
Control.Power.Mode: Add new power management modes
New modes: - Balanced Performance - Efficiency Favor Performance - Efficiency Favor Power Also reordered the enums (alphabetical)
Modes were added
Control.Power.Mode: Add new power management modes
New modes: - Balanced Performance - Efficiency Favor Performance - Efficiency Favor Power Also reordered the enums (alphabetical)
Modes were added to the Redfish ComputerSystem v1.22 schema
Change-Id: I70ba36a6afb13896d812eeb822752020b03d9673 Signed-off-by: Chris Cain <cjcain@us.ibm.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 ...
|
ef9be234 | 11-Jan-2023 |
Sui Chen <suichen@google.com> |
Add ObjectManager path requirement for Voltage Regulator interfaces
Add the requirement/expectation of org.freedesktop.DBus.ObjectManager on services implementing Control.VoltageRegular{Mode,Control
Add ObjectManager path requirement for Voltage Regulator interfaces
Add the requirement/expectation of org.freedesktop.DBus.ObjectManager on services implementing Control.VoltageRegular{Mode,Control}.
The ObjectManager is expected to be implemented at /xyz/openbmc_project/vr.
Currently, dbus-sdr specifically calls out the paths it uses to find the ObjectManager, instead of using "/" which would find any ObjectManager implemented at any location. "/xyz/openbmc_project/sensors" is listed in dbus-sdr and in phosphor-dbus-interfaces now. This changes adds "/xyz/openbmc_project/vr".
Change-Id: I6c74323189b74958301b445d6dc9a993a495e62f Signed-off-By: Sui Chen <suichen@google.com>
show more ...
|
f3e6ff19 | 24-Oct-2022 |
Patrick Williams <patrick@stwcx.xyz> |
ACPIPowerState: set default property values
The property values should default to 'Unknown' instead of 'S0' (the first enum).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ida5362e
ACPIPowerState: set default property values
The property values should default to 'Unknown' instead of 'S0' (the first enum).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ida5362ec29238a14e6b5ce078ad0c0951993dd8b
show more ...
|
011f4167 | 24-May-2022 |
NodeMan97 <corey.hardesty@icloud.com> |
Added RetryAttempts property
This property allows the number of reboot attempts left on the BMC to differ from the total number of allowed host reboots. New functionality added to bmcweb will allow
Added RetryAttempts property
This property allows the number of reboot attempts left on the BMC to differ from the total number of allowed host reboots. New functionality added to bmcweb will allow an external user to specify the amount of "RetryAttempts" desired(if AutoReboot is enabled). The original property "AttemptsLeft"still contains the number of allowed reboot attempts remaining while this new property "RetryAttempts" contains the maximum number of reboot attempts that are allowed.
Signed-off-by: Corey Hardesty <corey.hardesty@icloud.com> Change-Id: I527fba6fea0bbc9ab3b731def3405a2d10a58055
show more ...
|