Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Dampere_boot_progress.sh3 boot_stage=00
13 boot_stage=${bg:0:2}
107 boot_stage=$1
110 case $boot_stage in
176 if [ "${boot_stage}" == "00" ] && [ "${bg[0]}" == "09" ];
183 boot_stage=${bg:2:2}
186 echo "Boot Progress = ${boot_stage} ${boot_status} ${uefi_code}"
191 log_redfish_bios_panic_event "$boot_stage" "$uefi_code"
193 if [ "${boot_stage}" == "04" ]; then
199 set_boot_progress "$boot_stage" "$uefi_code"
[all …]
/openbmc/pldm/oem/ampere/event/
H A Doem_event_manager.cpp34 namespace boot_stage = boot::stage;
103 {boot_stage::SECPRO, "SECpro"},
104 {boot_stage::MPRO, "Mpro"},
105 {boot_stage::ATF_BL1, "ATF BL1"},
106 {boot_stage::ATF_BL2, "ATF BL2"},
107 {boot_stage::DDR_INITIALIZATION, "DDR initialization"},
108 {boot_stage::DDR_TRAINING, "DDR training"},
109 {boot_stage::S0_DDR_TRAINING_FAILURE, "DDR training failure"},
110 {boot_stage::ATF_BL31, "ATF BL31"},
111 {boot_stage::ATF_BL32, "ATF BL32"},
[all …]
H A Doem_event_manager.hpp56 enum boot_stage enum
/openbmc/openbmc-test-automation/lib/
H A Dstate_manager.robot135 ${boot_stage}= Get Host State Attribute BootProgress
136 Should Be Equal ${OS_BOOT_START} ${boot_stage}