Home
last modified time | relevance | path

Searched refs:boot_progress (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/misc/
H A Dsmpro-misc.c28 u16 boot_progress[3] = { 0 }; in boot_progress_show() local
65 boot_progress[0] = bootstage; in boot_progress_show()
66 boot_progress[1] = swab16(reg); in boot_progress_show()
67 boot_progress[2] = swab16(reg_lo); in boot_progress_show()
69 return sysfs_emit(buf, "%*phN\n", (int)sizeof(boot_progress), boot_progress); in boot_progress_show()
72 static DEVICE_ATTR_RO(boot_progress);
/openbmc/skeleton/op-pwrctl/
H A Dpower_control_obj.c173 gchar *boot_progress = NULL; in on_boot_progress() local
196 boot_progress = g_strdup(tmp); in on_boot_progress()
197 g_print("BootProgress: %s\n", boot_progress); in on_boot_progress()
204 if (boot_progress == NULL) in on_boot_progress()
208 ignore = strcmp(boot_progress, in on_boot_progress()
210 g_free(boot_progress); in on_boot_progress()
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot276 # Note: There are interim builds that contain boot_progress in both the
278 # keyword to determine whether the old boot_progress or the new one is
279 # active. When using such builds where the old boot_progress is active,
954 ${boot_progress}= Wait Until Keyword Succeeds 1 min 20 sec
958 ... NA ${boot_progress["Status"]["State"]}
960 RETURN ${boot_progress["BootProgress"]["LastState"]} ${boot_progress["Status"]["State"]}
973 ${boot_progress} ${host_state}= Redfish Get Boot Progress
979 ... boot_progress=${boot_progress}
1005 ... boot_progress=None
1008 ... Set To Dictionary ${standby_states} boot_progress=NA
[all …]
H A Dcommon_utils.robot244 ${boot_progress}= Get Boot Progress
245 Should Be Equal ${boot_progress} OSStart
250 ${boot_progress}= Get Boot Progress
251 Should Be Equal ${boot_progress} Off
258 ${boot_progress}= Get Boot Progress
259 Run Keyword If '${boot_progress}' == 'OSStart'
H A Dstate.py682 boot_progress = "NA"
/openbmc/u-boot/include/
H A Dbootm.h67 int states, bootm_headers_t *images, int boot_progress);
/openbmc/openbmc-test-automation/pldm/
H A Dtest_firmware_boot_side.robot100 ${boot_progress} ${host_state}= Redfish Get Boot Progress
101 …Should Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunni…
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot111 ${boot_progress} ${host_state}= Redfish Get Boot Progress
112 …Should Contain Any ${boot_progress} SystemHardwareInitializationComplete OSBootStarted OSRunni…
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Ddimm_train_fail_log.sh158 path=("$base"/smpro-misc.*.auto/boot_progress)
/openbmc/u-boot/common/
H A Dbootm.c444 static int bootm_load_os(bootm_headers_t *images, int boot_progress) in bootm_load_os() argument
692 int states, bootm_headers_t *images, int boot_progress) in do_bootm_states() argument
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c1132 p_buf->p_val = &p_drv_buf->boot_progress; in qed_mfw_get_iscsi_tlv_value()
1133 return sizeof(p_drv_buf->boot_progress); in qed_mfw_get_iscsi_tlv_value()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-platform-devices-ampere-smpro278 What: /sys/bus/platform/devices/smpro-misc.*/boot_progress
/openbmc/linux/include/linux/qed/
H A Dqed_if.h415 u8 boot_progress; member