/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | mmc_env.c | 22 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 D | cpu.c | 422 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 D | state_map.py | 193 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 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())
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/ |
H A D | phosphor-settings-manager_git.bb | 29 # '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 D | phosphor-settings-manager_%.bbappend | 3 PACKAGECONFIG:append:ethanolx = " boot_type"
|
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/settings/ |
H A D | phosphor-settings-manager_%.bbappend | 3 PACKAGECONFIG:append:daytonax = " boot_type"
|
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/ |
H A D | phosphor-settings-manager_%.bbappend | 7 PACKAGECONFIG:append:s6q = " boot_type"
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.c | 75 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 D | vpu_boot_api.h | 223 u32 boot_type; member
|
H A D | ivpu_fw.c | 422 boot_params->boot_type); in ivpu_fw_boot_params_print()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_ioc.c | 1696 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 D | bfa_ioc.h | 894 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | bootmap.h | 470 uint8_t boot_type; member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mng_tlv.c | 482 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 D | qed_if.h | 224 u8 boot_type; member
|