Home
last modified time | relevance | path

Searched refs:boot_mode (Results 1 – 25 of 70) sorted by relevance

123

/external/u-boot/arch/arm/mach-omap2/
Dboot-common.c35 u32 boot_mode; in save_omap_boot_params() local
44 boot_mode = MMCSD_MODE_UNDEFINED; in save_omap_boot_params()
124 boot_mode = MMCSD_MODE_RAW; in save_omap_boot_params()
136 boot_mode = MMCSD_MODE_FS; in save_omap_boot_params()
139 boot_mode = MMCSD_MODE_RAW; in save_omap_boot_params()
162 boot_mode = *((u32 *)(boot_params + BOOT_MODE_OFFSET)); in save_omap_boot_params()
164 if (boot_mode != MMCSD_MODE_FS && in save_omap_boot_params()
165 boot_mode != MMCSD_MODE_RAW) in save_omap_boot_params()
167 boot_mode = MMCSD_MODE_EMMCBOOT; in save_omap_boot_params()
169 boot_mode = MMCSD_MODE_UNDEFINED; in save_omap_boot_params()
[all …]
/external/u-boot/arch/arm/mach-stm32mp/
Dcpu.c132 u32 boot_mode; in get_bootmode() local
141 boot_mode = in get_bootmode()
149 boot_mode << TAMP_BOOT_MODE_SHIFT); in get_bootmode()
152 boot_mode = (readl(TAMP_BOOT_CONTEXT) & TAMP_BOOT_MODE_MASK) >> in get_bootmode()
155 return boot_mode; in get_bootmode()
163 u32 boot_mode; in arch_cpu_init() local
175 boot_mode = get_bootmode(); in arch_cpu_init()
177 if ((boot_mode & TAMP_BOOT_DEVICE_MASK) == BOOT_SERIAL_UART) in arch_cpu_init()
247 u32 boot_mode = in setup_boot_mode() local
249 int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; in setup_boot_mode()
[all …]
Dspl.c13 u32 boot_mode; in spl_boot_device() local
15 boot_mode = (readl(TAMP_BOOT_CONTEXT) & TAMP_BOOT_MODE_MASK) >> in spl_boot_device()
18 switch (boot_mode) { in spl_boot_device()
/external/vboot_reference/firmware/lib/
Dvboot_kernel.c50 BootMode boot_mode; in LoadKernel() local
76 boot_mode = kBootRecovery; in LoadKernel()
78 boot_mode = kBootDev; in LoadKernel()
81 boot_mode = kBootNormal; in LoadKernel()
92 shcall->boot_mode = boot_mode; in LoadKernel()
106 if (kBootRecovery == boot_mode) { in LoadKernel()
200 if (kBootDev != boot_mode) in LoadKernel()
245 if (kBootRecovery != boot_mode) { in LoadKernel()
266 if (kBootDev != boot_mode && !key_block_valid) { in LoadKernel()
299 if (key_block_valid && kBootRecovery != boot_mode) { in LoadKernel()
[all …]
/external/u-boot/arch/arm/mach-imx/
Dcmd_bmode.c12 static const struct boot_mode *modes[2];
14 static const struct boot_mode *search_modes(char *arg) in search_modes()
19 const struct boot_mode *p = modes[i]; in search_modes()
37 const struct boot_mode *p = modes[i]; in create_usage()
60 const struct boot_mode *p; in do_boot_mode()
85 void add_board_boot_modes(const struct boot_mode *p) in add_board_boot_modes()
/external/u-boot/arch/arm/mach-rockchip/
Dboot_mode.c62 int boot_mode = readl(reg); in setup_boot_mode() local
66 boot_mode = readl(reg); in setup_boot_mode()
67 debug("%s: boot mode 0x%08x\n", __func__, boot_mode); in setup_boot_mode()
72 switch (boot_mode) { in setup_boot_mode()
Dbootrom.c47 u32 boot_mode; in check_back_to_brom_dnl_flag() local
50 boot_mode = readl(CONFIG_ROCKCHIP_BOOT_MODE_REG); in check_back_to_brom_dnl_flag()
51 if (boot_mode == BOOT_BROM_DOWNLOAD) { in check_back_to_brom_dnl_flag()
/external/u-boot/arch/arm/include/asm/mach-imx/
Dboot_mode.h42 struct boot_mode { struct
47 void add_board_boot_modes(const struct boot_mode *p); argument
49 extern const struct boot_mode soc_boot_modes[];
/external/u-boot/arch/x86/cpu/quark/
Ddram.c55 mrc_params->boot_mode = prepare_mrc_cache(mrc_params); in mrc_configure_params()
56 if (mrc_params->boot_mode) in mrc_configure_params()
57 mrc_params->boot_mode = BM_COLD; in mrc_configure_params()
59 mrc_params->boot_mode = BM_FAST; in mrc_configure_params()
61 mrc_params->boot_mode = BM_COLD; in mrc_configure_params()
Dmrc.c160 if (mrc_params->boot_mode != BM_COLD) { in mrc_mem_init()
163 mrc_params->boot_mode = BM_COLD; in mrc_mem_init()
170 if (mrc_params->boot_mode & init[i].boot_path) { in mrc_mem_init()
/external/u-boot/arch/x86/cpu/ivybridge/
Dcpu.c129 enum pei_boot_mode_t boot_mode = PEI_BOOT_NONE; in checkcpu() local
138 boot_mode = PEI_BOOT_SOFT_RESET; in checkcpu()
175 if (boot_mode == PEI_BOOT_RESUME) { in checkcpu()
180 gd->arch.pei_boot_mode = boot_mode; in checkcpu()
Dfsp_configs.c37 rt_buf->boot_mode = config->common.boot_mode; in update_fsp_configs()
Dsdram.c482 pei_data->boot_mode = gd->arch.pei_boot_mode; in dram_init()
491 pei_data->boot_mode == PEI_BOOT_RESUME) { in dram_init()
498 if (pei_data->boot_mode == PEI_BOOT_RESUME && !pei_data->mrc_input) { in dram_init()
538 if (pei_data->boot_mode != PEI_BOOT_RESUME) { in dram_init()
/external/u-boot/arch/x86/lib/fsp/
Dfsp_common.c112 int boot_mode = BOOT_FULL_CONFIG; in arch_fsp_init() local
145 boot_mode = BOOT_ON_S3_RESUME; in arch_fsp_init()
153 fsp_init(stack, boot_mode, nvs); in arch_fsp_init()
Dfsp_support.c99 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf) in fsp_init() argument
120 config_data.common.boot_mode = boot_mode; in fsp_init()
/external/u-boot/arch/x86/cpu/queensbay/
Dfsp_configs.c15 rt_buf->common.boot_mode = config->common.boot_mode; in update_fsp_configs()
/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_api.h19 u32 boot_mode; member
43 u32 boot_mode; /* Current system boot mode */ member
/external/u-boot/arch/arm/cpu/armv8/zynqmp/
Dspl.c72 &crlapb_base->boot_mode); in spl_boot_device()
75 reg = readl(&crlapb_base->boot_mode); in spl_boot_device()
/external/u-boot/common/spl/
Dspl_mmc.c304 u32 boot_mode; in spl_mmc_load_image() local
320 boot_mode = spl_boot_mode(bootdev->boot_device); in spl_mmc_load_image()
322 switch (boot_mode) { in spl_mmc_load_image()
/external/u-boot/arch/x86/cpu/braswell/
Dfsp_configs.c54 rt_buf->common.boot_mode = config->common.boot_mode; in update_fsp_configs()
/external/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/
Dfsp_configs.h34 u32 boot_mode; member
/external/u-boot/arch/x86/cpu/baytrail/
Dfsp_configs.c40 rt_buf->common.boot_mode = config->common.boot_mode; in update_fsp_configs()
/external/u-boot/board/freescale/mx6ullevk/
Dmx6ullevk.c70 static const struct boot_mode board_boot_modes[] = {
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpei_data.h44 int boot_mode; member
/external/autotest/client/cros/crash/
Dcrash_test.py509 boot_mode = boot_mode_match.group(1)
511 boot_mode = None
523 'boot_mode': boot_mode,

123