Home
last modified time | relevance | path

Searched full:poh (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_poh_counter.robot2 Documentation This suite tests IPMI POH Counter Support in OpenBMC.
3 ... Feature: IPMI POH Counter Support
5 ... POH (Power-On Hours) counter is the incremental count of power ON
11 ... Get POH Counter Command Via IPMI
12 ... Verify Get POH Counter With Invalid Data Request Via IPMI
13 ... Verify POH Counter Reading With Wait Time
14 ... Verify POH Counter Reading With Host Power Off
15 ... Verify POH Counter Reading With Host Power On
24 ... Comparison between Initial POH Counter reading and reading after wait
46 Get POH Counter Command Via IPMI
[all …]
/openbmc/phosphor-state-manager/
H A Dchassis_state_manager.hpp183 /** @brief Serialize and persist requested POH counter.
185 * @return fs::path - pathname of persisted requested POH counter.
189 /** @brief Deserialize a persisted requested POH counter.
191 * @param[in] retCounter - deserialized POH counter value
H A Dmeson.options32 'poh-counter-persist-path',
35 description: 'Path format of file for storing POH counter.',
H A Dchassis_state_manager_main.cpp56 // two file to store persist values(POH and state change time), to in main()
H A Dmeson.build20 get_option('poh-counter-persist-path'),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DPowerOnHours.interface.yaml2 Implement to provide the POH(Power-On-Hours) counter.
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf9 0x00:0x0F //<Chassis>:<Get POH Counter Command>
H A Dchassishandler.cpp167 namespace poh namespace
172 } // namespace poh
2302 /** @brief implements Get POH counter command
2317 return ipmi::responseSuccess(static_cast<uint8_t>(poh::minutesPerCount), in ipmiGetPOHCounter()
2460 // <Get POH Counter> in registerNetFnChassisFunctions()
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf10 0x00:0x0F //<Chassis>:<Get POH Counter>
/openbmc/x86-power-control/src/
H A Dpower_control.cpp175 // POH timer
1517 lg2::info("POH timer started"); in pohCounterTimerStart()
1518 // Set the time-out as 1 hour, to align with POH command in ipmid in pohCounterTimerStart()
1527 lg2::error("POH timer async_wait failed: {ERROR_MSG}", in pohCounterTimerStart()
1530 lg2::info("POH timer canceled"); in pohCounterTimerStart()
1545 lg2::error("error getting poh counter"); in pohCounterTimerStart()
1552 lg2::error("unable to read poh counter"); in pohCounterTimerStart()
1560 lg2::error("failed to set poh counter"); in pohCounterTimerStart()
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md190 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis poh
/openbmc/ipmitool/lib/
H A Dipmi_chassis.c232 printf("POH Counter : %i days, %i hours, %li minutes\n", in ipmi_chassis_poh()
235 printf("POH Counter : %i days, %i hours\n", days, hours); in ipmi_chassis_poh()
1159 …lprintf(LOG_NOTICE, "Chassis Commands: status, power, identify, policy, restart_cause, poh, bootd… in ipmi_chassis_main()
1210 else if (strncmp(argv[0], "poh", 3) == 0) { in ipmi_chassis_main()
/openbmc/ipmitool/control/
H A Dipmitool.spec.in180 - Fix bug in "chassis poh" command.
/openbmc/ipmitool/doc/
H A Dipmitool.1461 \fIpoh\fP
2145 \fIpoh\fP
2515 example to query the POH counter with a raw command:
/openbmc/ipmitool/
H A DChangeLog458 * Fix bug in "chassis poh" command.
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf13 0x00:0x0f:0xff7f //<Chassis>:<Get POH Counter>