/openbmc/u-boot/board/BuR/brppt1/ |
H A D | board.c | 166 unsigned char bmode = 0; in board_late_init() local 175 bmode = 12; in board_late_init() 177 bmode = 0; in board_late_init() 179 bmode = 4; in board_late_init() 181 printf("Mode: %s\n", bootmodeascii[bmode & 0x0F]); in board_late_init() 182 env_set_ulong("b_mode", bmode); in board_late_init()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | spl.c | 25 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local 32 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device() 104 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local 110 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device()
|
H A D | cmd_bmode.c | 81 bmode, 3, 0, do_boot_mode, 90 cmd_tbl_t *entry = ll_entry_get(cmd_tbl_t, bmode, cmd); in add_board_boot_modes()
|
H A D | Kconfig | 47 bool "Support the 'bmode' command" 51 This enables the 'bmode' (bootmode) command for forcing 56 on U-Boot. Using the reset button or running bmode normal
|
/openbmc/u-boot/board/congatec/cgtqmx6eval/ |
H 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,
|
/openbmc/u-boot/arch/arm/mach-imx/mx6/ |
H A D | opos6ul.c | 212 unsigned int bmode = readl(&src_base->sbmr2); in board_boot_order() local 214 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in board_boot_order()
|
/openbmc/u-boot/board/engicam/common/ |
H A D | spl.c | 62 u32 bmode = imx6_src_get_boot_mode(); in board_boot_order() local 65 switch ((bmode & IMX6_BMODE_MASK) >> IMX6_BMODE_SHIFT) { in board_boot_order()
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | README | 19 except through the 'bmode' command.
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_csr.h | 557 u64 bmode : 1; member 565 u64 bmode : 1;
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 7749 u16 bmode; 7751 bmode = pf->first_sw->bridge_mode; in ice_vsi_update_bridge_mode() argument 7753 return ndo_dflt_bridge_getlink(skb, pid, seq, dev, bmode, 0, 0, nlflags, in ice_vsi_update_bridge_mode() 7760 * @bmode: Hardware bridge mode (VEB/VEPA) in ice_vsi_update_bridge_mode() 7764 static int ice_vsi_update_bridge_mode(struct ice_vsi *vsi, u16 bmode) in ice_vsi_update_bridge_mode() 7779 if (bmode == BRIDGE_MODE_VEB) in ice_vsi_update_bridge_mode() 7789 dev_err(ice_pf_to_dev(vsi->back), "update VSI for bridge mode failed, bmode = %d err %d aq_err %s\n", 7790 bmode, ret, ice_aq_str(hw->adminq.sq_last_status)); 7736 u16 bmode; ice_bridge_getlink() local
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | README | 50 always boot from micro-SD. However, it is possible to use the U-Boot bmode
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-npei-defs.h | 3570 uint64_t bmode:32; member 3572 uint64_t bmode:32;
|