Home
last modified time | relevance | path

Searched refs:boot_type (Results 1 – 9 of 9) 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-daytonax/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend3 PACKAGECONFIG:append:daytonax = " boot_type"
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend3 PACKAGECONFIG:append:ethanolx = " boot_type"
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend7 PACKAGECONFIG:append:s6q = " boot_type"
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h466 uint8_t boot_type; member