Home
last modified time | relevance | path

Searched refs:boot_status (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Dampere_boot_progress.sh4 boot_status=00
184 boot_status=${bg:0:2}
186 echo "Boot Progress = ${boot_stage} ${boot_status} ${uefi_code}"
189 if [ "${boot_status}" == "03" ]; then
197 elif [ "${boot_status}" == "01" ]; then
203 set_postcode "0x$boot_stage$boot_status$uefi_code"
206 if [ "${boot_stage}" == "08" ] && [ "${boot_status}" == "02" ]; then
209 elif [ "${boot_stage}" == "09" ] && [ "${boot_status}" == "02" ];
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/
H A Dboot-status-led.sh19 boot_status=""
28boot_status="$(busctl get-property $BOOT_SERVICE_NAME $BOOT_STATUS_OBJPATH $BOOT_INTERFACE_NAME $B…
38 …if [[ $boot_status != "\"xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Standby\"" ]] &…
41 …elif [[ $boot_status == "\"xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Standby\"" ]]…
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/
H A Ddetect-gpio-present.sh38boot_status="$(busctl get-property $SERVICE_NAME "${PRESENT_OBJPATH[$i]}" $INTERFACE_NAME Present …
40 if [ "$boot_status" == "false" ] && [ "${present_state[$i]}" == "true" ];then
44 elif [ "$boot_status" == "true" ] && [ "${present_state[$i]}" == "false" ];then
/openbmc/u-boot/board/freescale/p1_twr/
H A Dp1_twr.c130 u8 boot_status; in checkboard() local
134 boot_status = ((gur->porbmsr) >> MPC85xx_PORBMSR_ROMLOC_SHIFT) & 0xf; in checkboard()
136 if (boot_status == PORBMSR_ROMLOC_NOR) in checkboard()
138 else if (boot_status == PORBMSR_ROMLOC_SDHC) in checkboard()
/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py244 def update(self, boot_type, boot_status): argument
256 self.__boot_results.inc_row_field(boot_type, boot_status.lower())
H A Dobmc_boot_test.py1095 boot_status, msg = BuiltIn().run_keyword_and_ignore_error(*cmd_buf)
1096 if boot_status == "FAIL":
1100 if boot_status == "PASS":
1117 boot_results.update(next_boot, boot_status)
/openbmc/u-boot/include/
H A Dsmbios.h183 u8 boot_status; member
/openbmc/pldm/oem/ampere/event/
H A Doem_event_manager.hpp48 enum boot_status enum
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py21830 … self.add_field('boot_status', u.unpack_one("B"), unpack.format_table("{}", _boot_status))