Searched refs:bmode (Results 1 – 13 of 13) sorted by relevance
/u-boot/board/BuR/common/ |
A D | br_resetc.c | 120 unsigned int bmode = 0; in br_resetc_bmode() local 144 bmode = BMODE_DIAG; in br_resetc_bmode() 146 bmode = BMODE_DEFAULTAR; in br_resetc_bmode() 173 bmode = BMODE_PME; in br_resetc_bmode() 176 bmode = BMODE_DEFAULTAR; in br_resetc_bmode() 179 bmode = BMODE_DIAG; in br_resetc_bmode() 182 bmode = BMODE_SERVICE; in br_resetc_bmode() 186 bmode = BMODE_PME; in br_resetc_bmode() 188 bmode = BMODE_RUN; in br_resetc_bmode() 193 switch (bmode) { in br_resetc_bmode()
|
/u-boot/board/BuR/brppt1/ |
A D | board.c | 170 unsigned char bmode = 0; in board_late_init() local 179 bmode = 12; in board_late_init() 181 bmode = 0; in board_late_init() 183 bmode = 4; in board_late_init() 185 printf("Mode: %s\n", bootmodeascii[bmode & 0x0F]); in board_late_init() 186 env_set_ulong("b_mode", bmode); in board_late_init()
|
/u-boot/arch/arm/mach-imx/ |
A D | init.c | 108 const u32 bmode = IMX6_SRC_GPR10_BMODE; in boot_mode_apply() local 111 const u32 bmode = IMX7_SRC_GPR10_BMODE; in boot_mode_apply() 124 reg |= bmode; in boot_mode_apply() 126 reg &= ~bmode; in boot_mode_apply()
|
A D | spl.c | 35 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local 42 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device() 119 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local 125 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device()
|
A D | cmd_bmode.c | 93 bmode, 3, 0, do_boot_mode, 102 struct cmd_tbl *entry = ll_entry_get(struct cmd_tbl, bmode, cmd); in add_board_boot_modes()
|
A D | Kconfig | 63 bool "Support the 'bmode' command" 67 This enables the 'bmode' (bootmode) command for forcing 72 on U-Boot. Using the reset button or running bmode normal
|
/u-boot/board/congatec/cgtqmx6eval/ |
A D | README | 62 It is also possible to boot from the SD card slot by using the 'bmode' 65 => bmode esdhc4 69 Note: If the "bmode" command is not available from your pre-installed U-Boot,
|
/u-boot/arch/arm/mach-imx/mx6/ |
A D | opos6ul.c | 152 unsigned int bmode = readl(&src_base->sbmr2); in board_boot_order() local 154 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in board_boot_order()
|
/u-boot/board/logicpd/imx6/ |
A D | imx6logic.c | 161 unsigned int bmode = readl(&src_base->sbmr2); in board_boot_order() local 164 if (((bmode >> 24) & 0x03) == 0x01 || is_usbotg_phy_active()) { in board_boot_order()
|
/u-boot/board/engicam/common/ |
A D | spl.c | 66 u32 bmode = imx6_src_get_boot_mode(); in board_boot_order() local 69 switch ((bmode & IMX6_BMODE_MASK) >> IMX6_BMODE_SHIFT) { in board_boot_order()
|
/u-boot/board/solidrun/mx6cuboxi/ |
A D | mx6cuboxi.c | 473 unsigned int bmode = readl(&src_base->sbmr2); in board_boot_order() local 476 if (((bmode >> 24) & 0x03) == 0x01 || is_usbotg_phy_active()) { in board_boot_order()
|
/u-boot/board/boundary/nitrogen6x/ |
A D | README | 19 except through the 'bmode' command.
|
/u-boot/board/gateworks/gw_ventana/ |
A D | README | 50 always boot from micro-SD. However, it is possible to use the U-Boot bmode
|
Completed in 12 milliseconds