Searched refs:boot_progress (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/misc/ |
H A D | smpro-misc.c | 28 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 D | power_control_obj.c | 173 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 D | utils.robot | 276 # 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 D | common_utils.robot | 244 ${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 D | state.py | 682 boot_progress = "NA"
|
/openbmc/u-boot/include/ |
H A D | bootm.h | 67 int states, bootm_headers_t *images, int boot_progress);
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_firmware_boot_side.robot | 100 ${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 D | test_mpipl_basic.robot | 111 ${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 D | dimm_train_fail_log.sh | 158 path=("$base"/smpro-misc.*.auto/boot_progress)
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 444 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 D | qed_mng_tlv.c | 1132 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 D | sysfs-bus-platform-devices-ampere-smpro | 278 What: /sys/bus/platform/devices/smpro-misc.*/boot_progress
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_if.h | 415 u8 boot_progress; member
|