| /u-boot/arch/arm/mach-omap2/ |
| A D | boot-common.c | 36 u32 boot_mode; in save_omap_boot_params() local 45 boot_mode = MMCSD_MODE_UNDEFINED; in save_omap_boot_params() 125 boot_mode = MMCSD_MODE_RAW; in save_omap_boot_params() 137 boot_mode = MMCSD_MODE_FS; in save_omap_boot_params() 140 boot_mode = MMCSD_MODE_RAW; in save_omap_boot_params() 163 boot_mode = *((u32 *)(boot_params + BOOT_MODE_OFFSET)); in save_omap_boot_params() 165 if (boot_mode != MMCSD_MODE_FS && in save_omap_boot_params() 166 boot_mode != MMCSD_MODE_RAW) in save_omap_boot_params() 168 boot_mode = MMCSD_MODE_EMMCBOOT; in save_omap_boot_params() 170 boot_mode = MMCSD_MODE_UNDEFINED; in save_omap_boot_params() [all …]
|
| /u-boot/arch/arm/mach-imx/ |
| A D | cmd_bmode.c | 12 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() 70 const struct boot_mode *p; in do_boot_mode() 97 void add_board_boot_modes(const struct boot_mode *p) in add_board_boot_modes()
|
| /u-boot/arch/arm/mach-rockchip/ |
| A D | boot_mode.c | 85 int boot_mode = readl(reg); in setup_boot_mode() local 89 boot_mode = readl(reg); in setup_boot_mode() 90 debug("%s: boot mode 0x%08x\n", __func__, boot_mode); in setup_boot_mode() 95 switch (boot_mode) { in setup_boot_mode()
|
| A D | bootrom.c | 49 u32 boot_mode; in check_back_to_brom_dnl_flag() local 52 boot_mode = readl(CONFIG_ROCKCHIP_BOOT_MODE_REG); in check_back_to_brom_dnl_flag() 53 if (boot_mode == BOOT_BROM_DOWNLOAD) { in check_back_to_brom_dnl_flag()
|
| /u-boot/arch/arm/include/asm/mach-imx/ |
| A D | boot_mode.h | 45 struct boot_mode { struct 50 void add_board_boot_modes(const struct boot_mode *p); argument 52 extern const struct boot_mode soc_boot_modes[];
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | cpu.c | 183 u32 boot_mode; in update_bootmode() local 195 boot_mode = in update_bootmode() 203 boot_mode << TAMP_BOOT_MODE_SHIFT); in update_bootmode() 249 u32 boot_mode; in arch_cpu_init() local 268 boot_mode = get_bootmode(); in arch_cpu_init() 271 (boot_mode & TAMP_BOOT_DEVICE_MASK) == BOOT_SERIAL_UART) in arch_cpu_init() 466 u32 boot_mode = in setup_boot_mode() local 468 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; in setup_boot_mode() 473 __func__, boot_ctx, boot_mode, instance, forced_mode); in setup_boot_mode() 474 switch (boot_mode & TAMP_BOOT_DEVICE_MASK) { in setup_boot_mode() [all …]
|
| A D | spl.c | 23 u32 boot_mode; in spl_boot_device() local 25 boot_mode = get_bootmode(); in spl_boot_device() 27 switch (boot_mode) { in spl_boot_device()
|
| /u-boot/arch/x86/lib/fsp1/ |
| A D | fsp_common.c | 49 int boot_mode = BOOT_FULL_CONFIG; in arch_fsp_init() local 83 boot_mode = BOOT_ON_S3_RESUME; in arch_fsp_init() 91 fsp_init(stack, boot_mode, nvs); in arch_fsp_init()
|
| A D | fsp_support.c | 84 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf) in fsp_init() argument 105 config_data.common.boot_mode = boot_mode; in fsp_init()
|
| /u-boot/arch/x86/cpu/queensbay/ |
| A D | fsp_configs.c | 15 rt_buf->common.boot_mode = config->common.boot_mode; in fsp_update_configs()
|
| /u-boot/arch/arm/mach-mvebu/armada8k/ |
| A D | cpu.c | 137 unsigned int boot_mode; in mmc_get_env_dev() local 140 boot_mode = (reg >> BOOT_MODE_OFFSET) & BOOT_MODE_MASK; in mmc_get_env_dev() 142 switch (boot_mode) { in mmc_get_env_dev()
|
| /u-boot/arch/x86/include/asm/fsp1/ |
| A D | fsp_api.h | 19 u32 boot_mode; member 43 u32 boot_mode; /* Current system boot mode */ member
|
| A D | fsp_support.h | 47 void fsp_init(u32 stack_top, u32 boot_mode, void *nvs_buf);
|
| /u-boot/arch/x86/cpu/ivybridge/ |
| A D | cpu.c | 133 enum pei_boot_mode_t boot_mode = PEI_BOOT_NONE; in checkcpu() local 142 boot_mode = PEI_BOOT_SOFT_RESET; in checkcpu() 179 if (boot_mode == PEI_BOOT_RESUME) { in checkcpu() 184 gd->arch.pei_boot_mode = boot_mode; in checkcpu()
|
| A D | fsp_configs.c | 39 rt_buf->boot_mode = config->common.boot_mode; in fsp_update_configs()
|
| /u-boot/arch/x86/cpu/quark/ |
| A D | dram.c | 60 mrc_params->boot_mode = prepare_mrc_cache(mrc_params); in mrc_configure_params() 61 if (mrc_params->boot_mode) in mrc_configure_params() 62 mrc_params->boot_mode = BM_COLD; in mrc_configure_params() 64 mrc_params->boot_mode = BM_FAST; in mrc_configure_params() 66 mrc_params->boot_mode = BM_COLD; in mrc_configure_params()
|
| A D | mrc.c | 160 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()
|
| /u-boot/arch/arm/mach-zynqmp/ |
| A D | spl.c | 75 &crlapb_base->boot_mode); in spl_boot_device() 78 reg = readl(&crlapb_base->boot_mode); in spl_boot_device()
|
| /u-boot/arch/x86/include/asm/arch-ivybridge/fsp/ |
| A D | fsp_configs.h | 34 u32 boot_mode; member
|
| /u-boot/arch/mips/mach-mtmips/mt7620/ |
| A D | init.c | 19 static const char * const boot_mode[(CHIP_MODE_M >> CHIP_MODE_S) + 1] = { variable 162 bootdev = boot_mode[chipmode]; in print_cpuinfo()
|
| /u-boot/arch/x86/include/asm/arch-ivybridge/ |
| A D | pei_data.h | 44 int boot_mode; member
|
| /u-boot/board/dhelectronics/dh_stm32mp1/ |
| A D | board.c | 294 enum forced_boot_mode boot_mode = BOOT_NORMAL; in board_key_check() local 309 boot_mode = BOOT_FASTBOOT; in board_key_check() 323 boot_mode = BOOT_STM32PROG; in board_key_check() 329 if (boot_mode != BOOT_NORMAL) { in board_key_check() 333 boot_mode); in board_key_check()
|
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | fsp_m.c | 30 arch->boot_mode = cache_ret ? FSP_BOOT_WITH_FULL_CONFIGURATION : in fspm_update_config()
|
| /u-boot/board/somlabs/visionsom-6ull/ |
| A D | visionsom-6ull.c | 119 static const struct boot_mode board_boot_modes[] = {
|
| /u-boot/board/logicpd/imx6/ |
| A D | imx6logic.c | 160 u32 boot_mode = imx6_src_get_boot_mode() & IMX6_BMODE_MASK; in board_boot_order() local 169 switch (boot_mode >> IMX6_BMODE_SHIFT) { in board_boot_order()
|