/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_poh_counter.robot | 2 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 D | chassis_state_manager.hpp | 183 /** @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 D | meson.options | 32 'poh-counter-persist-path', 35 description: 'Path format of file for storing POH counter.',
|
H A D | chassis_state_manager_main.cpp | 56 // two file to store persist values(POH and state change time), to in main()
|
H A D | meson.build | 20 get_option('poh-counter-persist-path'),
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | PowerOnHours.interface.yaml | 2 Implement to provide the POH(Power-On-Hours) counter.
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 100 static void sisfb_delete_node(struct SIS_OH *poh); 101 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh); 103 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh); 3186 struct SIS_OH *poh; in sisfb_heap_init() local 3210 poh = sisfb_poh_new_node(&ivideo->sisfb_heap); in sisfb_heap_init() 3211 if(poh == NULL) in sisfb_heap_init() 3214 poh->poh_next = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init() 3215 poh->poh_prev = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init() 3216 poh->size = ivideo->sisfb_heap_size; in sisfb_heap_init() 3217 poh->offset = ivideo->heapstart; in sisfb_heap_init() [all …]
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-ipmid-whitelist.conf | 9 0x00:0x0F //<Chassis>:<Get POH Counter Command>
|
H A D | chassishandler.cpp | 161 namespace poh namespace 166 } // namespace poh 2268 /** @brief implements Get POH counter command 2283 return ipmi::responseSuccess(static_cast<uint8_t>(poh::minutesPerCount), in ipmiGetPOHCounter() 2426 // <Get POH Counter> in registerNetFnChassisFunctions()
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | gbs-ipmid-whitelist.conf | 10 0x00:0x0F //<Chassis>:<Get POH Counter>
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 174 // POH timer 1516 lg2::info("POH timer started"); in pohCounterTimerStart() 1517 // Set the time-out as 1 hour, to align with POH command in ipmid in pohCounterTimerStart() 1526 lg2::error("POH timer async_wait failed: {ERROR_MSG}", in pohCounterTimerStart() 1529 lg2::info("POH timer canceled"); in pohCounterTimerStart() 1544 lg2::error("error getting poh counter"); in pohCounterTimerStart() 1551 lg2::error("unable to read poh counter"); in pohCounterTimerStart() 1559 lg2::error("failed to set poh counter"); in pohCounterTimerStart()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_chassis.c | 232 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/docs/ |
H A D | IPMITOOL-cheatsheet.md | 190 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis poh
|
/openbmc/ipmitool/control/ |
H A D | ipmitool.spec.in | 180 - Fix bug in "chassis poh" command.
|
/openbmc/ipmitool/doc/ |
H A D | ipmitool.1 | 461 \fIpoh\fP 2145 \fIpoh\fP 2515 example to query the POH counter with a raw command:
|
/openbmc/linux/scripts/ |
H A D | tags.sh | 108 grep -Poh '(?<=^ )\S+|(?<== )\S+[^\\](?=$)' {} \+ |
|
/openbmc/ipmitool/ |
H A D | ChangeLog | 458 * Fix bug in "chassis poh" command.
|
/openbmc/intel-ipmi-oem/ |
H A D | ipmi-allowlist.conf | 13 0x00:0x0f:0xff7f //<Chassis>:<Get POH Counter>
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_defs.h | 966 u8 poh[3]; /* 155-157: Power On Hours */ member
|