Searched refs:boot_stage (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ |
H A D | ampere_boot_progress.sh | 3 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/pldm/oem/ampere/event/ |
H A D | oem_event_manager.cpp | 24 namespace boot_stage = boot::stage; 96 {boot_stage::SECPRO, "SECpro"}, 97 {boot_stage::MPRO, "Mpro"}, 98 {boot_stage::ATF_BL1, "ATF BL1"}, 99 {boot_stage::ATF_BL2, "ATF BL2"}, 101 {boot_stage::DDR_TRAINING, "DDR training"}, 103 {boot_stage::ATF_BL31, "ATF BL31"}, 104 {boot_stage::ATF_BL32, "ATF BL32"}, 106 {boot_stage::UEFI_STATUS_CLASS_CODE_MIN, 308 case boot_stage::DDR_TRAINING: in handleBootOverallEvent() [all …]
|
H A D | oem_event_manager.hpp | 50 enum boot_stage enum
|
/openbmc/linux/drivers/misc/ |
H A D | smpro-misc.c | 30 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 D | state_manager.robot | 136 ${boot_stage}= Get Host State Attribute BootProgress 137 Should Be Equal ${OS_BOOT_START} ${boot_stage}
|