Home
last modified time | relevance | path

Searched refs:dcmi (Results 1 – 23 of 23) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp42 namespace dcmi namespace
450 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in readAssetTag()
459 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in readAssetTag()
477 ctx, dcmi::assetTagIntf, ipmi::sensor::inventoryRoot, "", objectInfo); in writeAssetTag()
485 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in writeAssetTag()
615 if (!dcmi::isDCMIPowerMgmtSupported()) in getPowerLimit()
624 std::optional<uint16_t> pcapValue = dcmi::getPcap(ctx); in getPowerLimit()
625 std::optional<bool> pcapEnable = dcmi::getPcapEnabled(ctx); in getPowerLimit()
626 std::optional<uint32_t> pcapCorrectTime = dcmi::getPcapCorrectTime(ctx); in getPowerLimit()
627 std::optional<uint16_t> pcapSamplPeriod = dcmi::getPcapSamplPeriod(ctx); in getPowerLimit()
[all …]
H A Ddcmihandler.hpp11 namespace dcmi namespace
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot33 [Documentation] Run dcmi power get_limit and return values as a
36 # This keyword packages the five lines returned by dcmi power get_limit
37 # command into a dictionary. For example, the dcmi command may return:
47 ${output}= Run External IPMI Standard Command dcmi power get_limit
71 ${cmd}= Catenate dcmi power set_limit limit ${power_limit}
75 ... msg=Failed setting dcmi power limit to ${power_limit} watts.
81 ${resp}= Run External IPMI Standard Command dcmi power activate
83 ... msg=Command failed: dcmi power activate.
89 ${cmd}= Catenate dcmi power get_limit | grep State:
97 ${cmd}= Catenate dcmi power deactivate | grep deactivated
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_mc_id.robot27 ... Run IPMI Standard Command dcmi get_mc_id_string
52 Run IPMI Standard Command dcmi set_conf_param dhcp_config 0x00
56 Run IPMI Standard Command dcmi set_conf_param dhcp_config 0x01
82 ... dcmi set_mc_id_string ${string}
92 ${get_mc_id}= Run IPMI Standard Command dcmi get_mc_id_string
101 # Example of dcmi get_conf_param command output:
109 ${resp}= Run IPMI Standard Command dcmi get_conf_param
H A Dtest_ipmi_sensor.robot47 # Example of IPMI dcmi get_temp_reading output:
56 ${temp_reading}= Run IPMI Standard Command dcmi get_temp_reading -N 10
110 # Example of IPMI dcmi get_temp_reading output:
119 ${temp_reading}= Run IPMI Standard Command dcmi get_temp_reading -N 10
266 ${data}= Run IPMI Standard Command dcmi sensors
366 [Documentation] Get dcmi power reading via IPMI raw command.
H A Dtest_ipmi_general.robot256 Run Keyword Run IPMI Standard Command dcmi power set_limit limit ${random_power_cap}
291 ${cmd}= Catenate dcmi power get_limit | grep "Power Limit:"
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot2 Documentation Module to test dcmi management controller functionality.
54 …... msg=response get from dcmi get mcid cmd and hostname from "cat /etc/os-release" cmd is not sa…
93 # Verify get dcmi management controller identifier string command response
99 …... msg=Bytes given in dcmi set mcid command and string bytes got from dcmi get mcid command are …
101 …# Verify Hostname of cat /etc/hostname and get dcmi management controller identifier string comman…
105 …... msg=Bytes got from dcmi get mcid command and hostname from "cat /etc/os-release" command is n…
144 # 16 bytes maximum as per dcmi spec
H A Dtest_dcmi_asset_tag.robot3 Documentation Module to test dcmi asset tag functionality.
24 Run Keyword Run IPMI Standard Command dcmi set_asset_tag ${random_string}
26 ${asset_tag}= Run Keyword Run IPMI Standard Command dcmi asset_tag
38 ... dcmi set_asset_tag ${random_string} fail_on_err=0
47 Run Keyword Run IPMI Standard Command dcmi set_asset_tag ${random_string}
95 # 16 bytes maximum as per dcmi spec
H A Dtest_dcmi_get_capabilities.robot3 Documentation Module to test dcmi get capabilities functionality.
18 ${cmd_output}= Run IPMI Standard Command dcmi discover
H A Dtest_dcmi_get_temperature_reading.robot3 Documentation Module to test dcmi get temperature reading functionality.
71 [Documentation] Get dcmi sensors uri from config file.
146 Fail msg=sensor reading value is showing as 0 in dcmi get temperature raw command.
153 Fail msg=sensor reading value is showing wrongly in dcmi get temperature raw command.
158 ... msg=sensor reading value is showing wrongly in dcmi get temperature raw command.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/
H A Dfreeipmi_1.6.15.bb5 file://COPYING.ipmi-dcmi;md5=d32239bcb673463ab874e80d47fae504 \
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp70 namespace dcmi namespace
2518 namespace dcmi namespace
2529 auto match = ipmi::dcmi::validEntityId.find(entityId); in getSensorsByEntityId()
2531 if (match == ipmi::dcmi::validEntityId.end()) in getSensorsByEntityId()
2555 if (sensorTypeValue != ipmi::dcmi::temperatureSensorType) in getSensorsByEntityId()
2699 auto match = ipmi::dcmi::validEntityId.find(entityId); in getSensorInfo()
2700 if (match == ipmi::dcmi::validEntityId.end()) in getSensorInfo()
2707 if (sensorType != ipmi::dcmi::temperatureSensorType) in getSensorInfo()
2730 uint8_t numOfRec = (entityInstance != 0) ? 1 : ipmi::dcmi::maxRecords; in getSensorInfo()
2756 auto match = ipmi::dcmi::validEntityId.find(entityId); in getTempReadings()
[all …]
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp149 namespace dcmi namespace
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot90 ${cmd}= Catenate dcmi power set_limit limit ${near_max_power_50}
112 ... msg=dcmi power limit not set to ${power_setting} as expected.
218 ${cmd}= Catenate dcmi power get_limit | grep State
H A Dtest_escale_base.robot140 ${cmd}= Catenate dcmi power get_limit | grep State
/openbmc/u-boot/arch/arm/dts/
H A Dstm32429i-eval.dts133 &dcmi {
H A Dstm32f429.dtsi680 dcmi: dcmi@50050000 { label
681 compatible = "st,stm32-dcmi";
H A Dstm32f4-pinctrl.dtsi320 dcmi_pins: dcmi@0 {
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2289 return sendDCMICmd(ctx, ipmi::dcmi::cmdGetPowerReading, reqData); in ipmiOemDCMIGetPowerReading()
2295 return sendDCMICmd(ctx, ipmi::dcmi::cmdGetPowerLimit, reqData); in ipmiOemDCMIGetPowerLimit()
2301 return sendDCMICmd(ctx, ipmi::dcmi::cmdSetPowerLimit, reqData); in ipmiOemDCMISetPowerLimit()
2307 return sendDCMICmd(ctx, ipmi::dcmi::cmdActDeactivatePwrLimit, reqData); in ipmiOemDCMIApplyPowerLimit()
2920 ipmi::prioOpenBmcBase, groupDCMI, ipmi::dcmi::cmdGetPowerReading, in registerOEMFunctions()
2925 ipmi::prioOpenBmcBase, groupDCMI, ipmi::dcmi::cmdGetPowerLimit, in registerOEMFunctions()
2930 ipmi::prioOpenBmcBase, groupDCMI, ipmi::dcmi::cmdSetPowerLimit, in registerOEMFunctions()
2935 ipmi::prioOpenBmcBase, groupDCMI, ipmi::dcmi::cmdActDeactivatePwrLimit, in registerOEMFunctions()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dapi-types.hpp314 namespace dcmi namespace
/openbmc/ipmitool/
H A DChangeLog59 * ID: 144 - Fix 'dcmi power set_limit action <value>'
87 * ID: 3587318 - "dcmi discover" is not DCMI 1.5 compatible
204 * Document the ipmitool dcmi commands in the ipmitool man page
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]