/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ |
H A D | ampere_boot_progress.sh | 4 boot_status=00 175 boot_status=${bg:0:2} 177 echo "Boot Progress = ${boot_stage} ${boot_status} ${uefi_code}" 180 if [ "${boot_status}" == "03" ]; then 188 elif [ "${boot_status}" == "01" ]; then 194 set_postcode "0x$boot_stage$boot_status$uefi_code" 197 if [ "${boot_stage}" == "08" ] && [ "${boot_status}" == "02" ]; then 200 elif [ "${boot_stage}" == "09" ] && [ "${boot_status}" == "02" ];
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/ |
H A D | boot-status-led.sh | 19 boot_status="" 28 …boot_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 D | detect-gpio-present.sh | 38 …boot_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 D | p1_twr.c | 130 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/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_dev.c | 344 u32 rd_val, boot_status; in bcm_vk_wait() local 356 if (boot_status & BOOT_ERR_MASK) { in bcm_vk_wait() 359 boot_status & BOOT_PROG_MASK, in bcm_vk_wait() 638 u32 boot_status; in bcm_vk_load_image_by_type() local 782 u32 boot_status; in bcm_vk_next_boot_image() local 789 if (!BCM_VK_INTF_IS_DOWN(boot_status) && (boot_status & SRAM_OPEN)) in bcm_vk_next_boot_image() 797 boot_status, fw_status); in bcm_vk_next_boot_image() 1061 u32 value, boot_status; in bcm_vk_trigger_reset() local 1099 boot_status); in bcm_vk_trigger_reset() 1289 u32 boot_status; in bcm_vk_probe() local [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | pcwd_pci.c | 120 int boot_status; member 249 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info() 252 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT) in pcipcwd_show_card_info() 255 if (pcipcwd_private.boot_status == 0) in pcipcwd_show_card_info() 490 return put_user(pcipcwd_private.boot_status, p); in pcipcwd_ioctl() 719 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
|
H A D | sa1100_wdt.c | 58 static int boot_status; variable 136 ret = put_user(boot_status, p); in sa1100dog_ioctl() 215 boot_status = WDIOF_CARDRESET; in sa1100dog_probe()
|
H A D | pcwd.c | 184 int boot_status; /* The card's boot status */ member 359 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info() 362 if (pcwd_private.boot_status & WDIOF_OVERHEAT) { in pcwd_show_card_info() 367 if (pcwd_private.boot_status == 0) in pcwd_show_card_info() 614 return put_user(pcwd_private.boot_status, argp); in pcwd_ioctl() 890 pcwd_private.boot_status = 0x0000; in pcwd_isa_probe() 893 pcwd_get_status(&pcwd_private.boot_status); in pcwd_isa_probe()
|
H A D | ath79_wdt.c | 67 static int boot_status; variable 202 err = put_user(boot_status, p); in ath79_wdt_ioctl() 283 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
|
H A D | sch311x_wdt.c | 56 int boot_status; member 270 return put_user(sch311x_wdt_data.boot_status, p); in sch311x_wdt_ioctl() 402 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); in sch311x_wdt_probe()
|
H A D | wdat_wdt.c | 226 u32 boot_status = 0; in wdat_wdt_boot_status() local 229 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_STATUS, 0, &boot_status); in wdat_wdt_boot_status() 235 if (boot_status) in wdat_wdt_boot_status()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | idreg-override.c | 315 void init_feature_override(u64 boot_status); 317 asmlinkage void __init init_feature_override(u64 boot_status) in init_feature_override() argument 328 __boot_status = boot_status; in init_feature_override()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | boot_data.py | 244 def update(self, boot_type, boot_status): argument 256 self.__boot_results.inc_row_field(boot_type, boot_status.lower())
|
H A D | obmc_boot_test.py | 1099 boot_status, msg = BuiltIn().run_keyword_and_ignore_error(*cmd_buf) 1100 if boot_status == "FAIL": 1104 if boot_status == "PASS": 1121 boot_results.update(next_boot, boot_status)
|
/openbmc/pldm/oem/ampere/event/ |
H A D | oem_event_manager.hpp | 29 enum boot_status enum
|
/openbmc/linux/drivers/mfd/ |
H A D | cs42l43.c | 714 unsigned int mcu_rev, bios_rev, boot_status, secure_cfg; in cs42l43_mcu_update_step() local 721 ret = regmap_read(cs42l43->regmap, CS42L43_BOOT_STATUS, &boot_status); in cs42l43_mcu_update_step() 767 mcu_rev, bios_rev, boot_status); in cs42l43_mcu_update_step() 769 switch (boot_status) { in cs42l43_mcu_update_step() 798 dev_err(cs42l43->dev, "Invalid boot status: %d\n", boot_status); in cs42l43_mcu_update_step()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 189 union dmub_fw_boot_status boot_status; in dc_dmub_srv_optimized_init_done() local 198 status = dmub_srv_get_fw_boot_status(dmub, &boot_status); in dc_dmub_srv_optimized_init_done() 204 return boot_status.bits.optimized_init_done; in dc_dmub_srv_optimized_init_done() 227 union dmub_fw_boot_status boot_status; in dc_dmub_srv_is_restore_required() local 236 status = dmub_srv_get_fw_boot_status(dmub, &boot_status); in dc_dmub_srv_is_restore_required() 242 return boot_status.bits.restore_required; in dc_dmub_srv_is_restore_required()
|
/openbmc/u-boot/include/ |
H A D | smbios.h | 183 u8 boot_status; member
|
/openbmc/linux/drivers/atm/ |
H A D | fore200e.h | 720 typedef enum boot_status { enum 744 enum boot_status bstat; /* boot status */
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 310 uint8_t boot_status; member
|
/openbmc/linux/drivers/nvme/host/ |
H A D | apple.c | 985 u32 boot_status, aqa; in apple_nvme_reset_work() local 1038 boot_status, in apple_nvme_reset_work() 1039 boot_status == APPLE_ANS_BOOT_STATUS_OK, in apple_nvme_reset_work()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 940 t->boot_status = 0; /* No errors detected */ in smbios_build_type_32_table()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm_adsp.c | 93 __be32 boot_status; member
|
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 1830 … self.add_field('boot_status', u.unpack_one("B"), unpack.format_table("{}", _boot_status))
|