Home
last modified time | relevance | path

Searched refs:boot_stage (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Dampere_boot_progress.sh3 boot_stage=00
98 boot_stage=$1
101 case $boot_stage in
167 if [ "${boot_stage}" == "00" ] && [ "${bg[0]}" == "09" ];
174 boot_stage=${bg:2:2}
177 echo "Boot Progress = ${boot_stage} ${boot_status} ${uefi_code}"
182 log_redfish_bios_panic_event "$boot_stage" "$uefi_code"
184 if [ "${boot_stage}" == "04" ]; then
190 set_boot_progress "$boot_stage" "$uefi_code"
194 set_postcode "0x$boot_stage$boot_status$uefi_code"
[all …]
/openbmc/linux/drivers/misc/
H A Dsmpro-misc.c30 u8 boot_stage; in boot_progress_show() local
47 boot_stage = (bootstage >> 8) & 0xff; in boot_progress_show()
49 if (boot_stage > cur_stage) in boot_progress_show()
59 if (boot_stage < cur_stage) { in boot_progress_show()
/openbmc/openbmc-test-automation/lib/
H A Dstate_manager.robot136 ${boot_stage}= Get Host State Attribute BootProgress
137 Should Be Equal ${OS_BOOT_START} ${boot_stage}