Home
last modified time | relevance | path

Searched refs:boot_config (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c199 for (i = 0; machine->boot_config.order[i] != '\0'; i++) { in ppc_heathrow_init()
206 if (machine->boot_config.order[i] >= 'a' && in ppc_heathrow_init()
207 machine->boot_config.order[i] <= 'f') { in ppc_heathrow_init()
208 ppc_boot_device = machine->boot_config.order[i]; in ppc_heathrow_init()
212 if (machine->boot_config.order[i] >= 'c' && in ppc_heathrow_init()
213 machine->boot_config.order[i] <= 'd') { in ppc_heathrow_init()
214 ppc_boot_device = machine->boot_config.order[i]; in ppc_heathrow_init()
H A Dmac_newworld.c244 for (i = 0; machine->boot_config.order[i] != '\0'; i++) { in ppc_core99_init()
245 if (machine->boot_config.order[i] >= 'c' && in ppc_core99_init()
246 machine->boot_config.order[i] <= 'f') { in ppc_core99_init()
247 ppc_boot_device = machine->boot_config.order[i]; in ppc_core99_init()
H A Dprep.c392 boot_device = machine->boot_config.order[0]; in ibm_40p_init()
H A Dspapr.c1099 if (machine->boot_config.has_menu && machine->boot_config.menu) { in spapr_dt_chosen()
/openbmc/qemu/hw/s390x/
H A Dipl.c310 if (current_machine->boot_config.has_menu && current_machine->boot_config.menu) { in s390_ipl_set_boot_menu()
320 if (!current_machine->boot_config.has_menu) { in s390_ipl_set_boot_menu()
328 if (current_machine->boot_config.has_menu && current_machine->boot_config.menu) { in s390_ipl_set_boot_menu()
334 if (!current_machine->boot_config.has_menu || !current_machine->boot_config.menu) { in s390_ipl_set_boot_menu()
340 if (current_machine->boot_config.has_splash_time) { in s390_ipl_set_boot_menu()
341 splash_time = current_machine->boot_config.splash_time; in s390_ipl_set_boot_menu()
/openbmc/qemu/hw/core/
H A Dmachine.c958 BootConfiguration *config = &ms->boot_config; in machine_get_boot()
964 g_free(ms->boot_config.order); in machine_free_boot_config()
965 g_free(ms->boot_config.once); in machine_free_boot_config()
966 g_free(ms->boot_config.splash); in machine_free_boot_config()
974 ms->boot_config = *config; in machine_copy_boot_config()
976 ms->boot_config.order = g_strdup(machine_class->default_boot_order); in machine_copy_boot_config()
1654 if (current_machine->boot_config.once) { in qdev_machine_creation_done()
1655 qemu_boot_set(current_machine->boot_config.once, &error_fatal); in qdev_machine_creation_done()
1656 qemu_register_reset(restore_boot_order, g_strdup(current_machine->boot_config.order)); in qdev_machine_creation_done()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c188 if (current_machine->boot_config.has_splash_time) { in fw_cfg_bootsplash()
189 int64_t bst_val = current_machine->boot_config.splash_time; in fw_cfg_bootsplash()
205 if (current_machine->boot_config.splash) { in fw_cfg_bootsplash()
206 const char *boot_splash_filename = current_machine->boot_config.splash; in fw_cfg_bootsplash()
239 if (current_machine->boot_config.has_reboot_timeout) { in fw_cfg_reboot()
240 rt_val = current_machine->boot_config.reboot_timeout; in fw_cfg_reboot()
1125 …_cfg_add_i16(s, FW_CFG_BOOT_MENU, (uint16_t)(machine->boot_config.has_menu && machine->boot_config in fw_cfg_common_realize()
/openbmc/qemu/hw/hppa/
H A Dmachine.c236 fw_cfg_add_i16(fw_cfg, FW_CFG_BOOT_DEVICE, ms->boot_config.order[0]); in create_fw_cfg()
514 kernel_entry = machine->boot_config.has_menu ? machine->boot_config.menu : 0; in machine_HP_common_init_tail()
515 cpu[0]->env.gr[24] = machine->boot_config.order[0]; in machine_HP_common_init_tail()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dmain.c1019 wil->boot_config = WIL_BOOT_ERR; in wil_wait_device_ready_talyn_mb()
1034 wil->boot_config = WIL_BOOT_VANILLA; in wil_wait_device_ready_talyn_mb()
1039 wil->boot_config = WIL_BOOT_DEVELOPMENT; in wil_wait_device_ready_talyn_mb()
1044 wil->boot_config = WIL_BOOT_PRODUCTION; in wil_wait_device_ready_talyn_mb()
1055 wil->boot_config = WIL_BOOT_PRODUCTION; in wil_wait_device_ready_talyn_mb()
1064 if (wil->boot_config == WIL_BOOT_ERR) { in wil_wait_device_ready_talyn_mb()
1073 delay * OTP_HW_DELAY, otp_hw, wil->boot_config); in wil_wait_device_ready_talyn_mb()
1075 if (wil->boot_config == WIL_BOOT_VANILLA) in wil_wait_device_ready_talyn_mb()
H A Dwil6210.h1058 u8 boot_config; member
/openbmc/qemu/system/
H A Dbootdevice.c274 if (current_machine->boot_config.has_strict && in get_boot_devices_list()
275 current_machine->boot_config.strict && *size > 0) { in get_boot_devices_list()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_gfx_if.h338 uint32_t boot_config; /* dynamic boot configuration bitmask */ member
H A Damdgpu_psp.c974 cmd->cmd.boot_cfg.boot_config = boot_cfg; in psp_boot_config_set()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c689 machine->boot_config.order, in sun4uv_init()
721 fw_cfg_add_i16(fw_cfg, FW_CFG_BOOT_DEVICE, machine->boot_config.order[0]); in sun4uv_init()
/openbmc/qemu/include/hw/
H A Dboards.h431 BootConfiguration boot_config; member
/openbmc/qemu/hw/sparc/
H A Dsun4m.c1054 machine->boot_config.order, machine->ram_size, kernel_size, in sun4m_hw_init()
1095 fw_cfg_add_i16(fw_cfg, FW_CFG_BOOT_DEVICE, machine->boot_config.order[0]); in sun4m_hw_init()
/openbmc/qemu/hw/sd/
H A Dsd.c148 uint8_t boot_config; member
527 sd->ext_csd[EXT_CSD_PART_CONFIG] = sd->boot_config; in emmc_set_ext_csd()
2814 DEFINE_PROP_UINT8("boot-config", SDState, boot_config, 0x0),
/openbmc/qemu/hw/i386/
H A Dpc.c1213 MACHINE(pcms)->boot_config.order, &error_fatal); in pc_basic_device_init()