Home
last modified time | relevance | path

Searched refs:boot_type (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/
H A Dmmc_env.c22 u8 boot_type = (*p)->boot_dev_type; in mmc_get_env_dev() local
25 if ((boot_type != BOOT_TYPE_SD) && (boot_type != BOOT_TYPE_MMC)) in mmc_get_env_dev()
H A Dcpu.c422 u8 boot_type = (*p)->boot_dev_type; in get_boot_device() local
425 switch (boot_type) { in get_boot_device()
/openbmc/openbmc-test-automation/lib/
H A Dstate_map.py193 def valid_boot_state(self, boot_type, state_set): argument
204 if state_set in set(VALID_BOOT_STATES[boot_type]):
209 def redfish_valid_boot_state(self, boot_type, state_dict): argument
220 REDFISH_VALID_BOOT_STATES[boot_type]
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())
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-manager_git.bb29 # 'boot_type' configuration parameter is used to add support for
31 PACKAGECONFIG[boot_type] = ""
32 SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'boot_type', 'file://boot_type.override.yml', '',…
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend3 PACKAGECONFIG:append:ethanolx = " boot_type"
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend3 PACKAGECONFIG:append:daytonax = " boot_type"
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend7 PACKAGECONFIG:append:s6q = " boot_type"
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c75 enum bfi_fwboot_type boot_type, u32 boot_param);
1990 bfa_ioc_download_fw(struct bfa_ioc *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
2004 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2027 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2068 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2069 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
2075 writel(boot_type, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw()
2366 boot_type == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_boot()
2374 boot_type = BFI_FWBOOT_TYPE_FLASH; in bfa_ioc_boot()
2380 if (boot_type == BFI_FWBOOT_TYPE_MEMTEST) { in bfa_ioc_boot()
[all …]
/openbmc/linux/drivers/accel/ivpu/
H A Dvpu_boot_api.h223 u32 boot_type; member
H A Divpu_fw.c422 boot_params->boot_type); in ivpu_fw_boot_params_print()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_ioc.c1696 u32 boot_type; in bfa_ioc_hwinit() local
1706 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_hwinit()
1873 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1900 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1940 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1941 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
1948 swab32(boot_type)); in bfa_ioc_download_fw()
2222 boot_type == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_boot()
2233 boot_type = BFI_FWBOOT_TYPE_FLASH; in bfa_ioc_boot()
2239 if (boot_type == BFI_FWBOOT_TYPE_MEMTEST) { in bfa_ioc_boot()
[all …]
H A Dbfa_ioc.h894 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h470 uint8_t boot_type; member
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c482 p_buf->p_val = &p_drv_buf->boot_type; in qed_mfw_get_fcoe_tlv_value()
483 return sizeof(p_drv_buf->boot_type); in qed_mfw_get_fcoe_tlv_value()
/openbmc/linux/include/linux/qed/
H A Dqed_if.h224 u8 boot_type; member