| /openbmc/phosphor-host-ipmid/ |
| H A D | dcmihandler.cpp | 42 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 D | dcmihandler.hpp | 11 namespace dcmi namespace
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | energy_scale_utils.robot | 33 [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 D | test_ipmi_mc_id.robot | 27 ... 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 D | test_ipmi_sensor.robot | 47 # 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 D | test_ipmi_general.robot | 256 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 D | test_dcmi_management_controller.robot | 2 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 D | test_dcmi_asset_tag.robot | 3 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 D | test_dcmi_get_capabilities.robot | 3 Documentation Module to test dcmi get capabilities functionality. 18 ${cmd_output}= Run IPMI Standard Command dcmi discover
|
| H A D | test_dcmi_get_temperature_reading.robot | 3 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 D | freeipmi_1.6.15.bb | 5 file://COPYING.ipmi-dcmi;md5=d32239bcb673463ab874e80d47fae504 \
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sensorcommands.cpp | 70 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 D | sensorcommands.hpp | 149 namespace dcmi namespace
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | test_power_capping.robot | 90 ${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 D | test_escale_base.robot | 140 ${cmd}= Catenate dcmi power get_limit | grep State
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | stm32429i-eval.dts | 133 &dcmi {
|
| H A D | stm32f429.dtsi | 680 dcmi: dcmi@50050000 { label 681 compatible = "st,stm32-dcmi";
|
| H A D | stm32f4-pinctrl.dtsi | 320 dcmi_pins: dcmi@0 {
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 2289 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 D | api-types.hpp | 314 namespace dcmi namespace
|
| /openbmc/ipmitool/ |
| H A D | ChangeLog | 59 * 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/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |