Home
last modified time | relevance | path

Searched refs:board_type (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/board/samsung/common/
H A Dexynos5-dt-types.c47 if (odroid_info[i].board_type == gd->board_type) in odroid_get_rev()
66 return odroid_info[i].board_type; in odroid_get_board_type()
87 if (gd->board_type != EXYNOS5_BOARD_ODROID_XU3_REV02) in odroid_get_type_str()
111 if (odroid_info[i].board_type == gd->board_type) in odroid_get_type_str()
120 if (gd->board_type >= EXYNOS5_BOARD_ODROID_XU3 && in board_is_odroidxu3()
121 gd->board_type <= EXYNOS5_BOARD_ODROID_XU3_REV02) in board_is_odroidxu3()
129 if (gd->board_type == EXYNOS5_BOARD_ODROID_XU4_REV01) in board_is_odroidxu4()
137 if (gd->board_type == EXYNOS5_BOARD_GENERIC) in board_is_generic()
181 gd->board_type = EXYNOS5_BOARD_GENERIC; in set_board_type()
189 gd->board_type = of_match->data; in set_board_type()
[all …]
/rk3399_rockchip-uboot/board/embest/mx6boards/
H A Dmx6boards.c69 static int board_type = -1; variable
204 if (board_type == BOARD_IS_RIOTBOARD) in board_mmc_getcd()
206 else if (board_type == BOARD_IS_MARSBOARD) in board_mmc_getcd()
245 if (board_type == BOARD_IS_RIOTBOARD) { in board_mmc_init()
384 if (board_type == BOARD_IS_RIOTBOARD) in enable_lvds()
386 else if (board_type == BOARD_IS_MARSBOARD) in enable_lvds()
395 if (board_type == BOARD_IS_RIOTBOARD) in disable_lvds()
397 else if (board_type == BOARD_IS_MARSBOARD) in disable_lvds()
524 board_type = BOARD_IS_RIOTBOARD; in board_early_init_f()
527 board_type = BOARD_IS_MARSBOARD; in board_early_init_f()
[all …]
/rk3399_rockchip-uboot/board/birdland/bav335x/
H A Dboard.h17 enum board_type {UNKNOWN, BAV335A, BAV335B}; enum
41 enum board_type get_board_type(bool verbose_debug_output);
57 void enable_board_pin_mux(enum board_type board);
H A Dboard.c75 enum board_type get_board_type(bool debug) in get_board_type()
260 enum board_type board; in set_mux_conf_regs()
373 __maybe_unused enum board_type board; in board_eth_init()
H A Dmux.c180 void enable_board_pin_mux(enum board_type board) in enable_board_pin_mux()
/rk3399_rockchip-uboot/test/py/
H A Dconftest.py95 board_type = config.getoption('board_type')
96 board_type_filename = board_type.replace('-', '_')
103 build_dir = source_dir + '/build-' + board_type
117 if gdbserver and board_type != 'sandbox':
129 ['make', o_opt, '-s', board_type + '_defconfig'],
179 ubconfig.board_type = board_type
196 if board_type.startswith('sandbox'):
431 if ubconfig.board_type == board[1:]:
436 if required_boards and ubconfig.board_type not in required_boards:
H A Du_boot_console_exec_attach.py40 cmd = ['u-boot-test-flash', config.board_type, config.board_identity]
58 args = [self.config.board_type, self.config.board_identity]
H A DREADME.md131 If omitted, this is `${source_dir}/build-${board_type}`.
261 For each board, an optional Python module `u_boot_board_${board_type}` may exist
275 For each board, optional Python modules `u_boot_boardenv_${board_type}` and
276 `u_boot_boardenv_${board_type}_${board_identity}` may exist to provide
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-broadwell/
H A Dpei_data.h18 enum board_type { enum
70 enum board_type board_type; member
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dgw_ventana.c54 static int board_type; variable
155 switch (board_type) { in board_ehci_hcd_init()
180 if (!port && board_type < GW_UNKNOWN) { in board_ehci_power()
181 if (gpio_cfg[board_type].otgpwr_en) in board_ehci_power()
182 gpio_set_value(gpio_cfg[board_type].otgpwr_en, on); in board_ehci_power()
493 if (board_type < GW_UNKNOWN) { in imx6_pcie_toggle_reset()
494 uint pin = gpio_cfg[board_type].pcie_rst; in imx6_pcie_toggle_reset()
640 board_type = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in board_init()
642 setup_iomux_gpio(board_type, &ventana_info); in board_init()
760 if (board_type != GW551x && in misc_init_r()
[all …]
H A Dcommon.c1336 int board_type = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in board_mmc_init() local
1339 switch (board_type) { in board_mmc_init()
/rk3399_rockchip-uboot/board/synopsys/axs10x/
H A Daxs10x.c42 gd->board_type = AXS_MB_V3; in board_early_init_f()
44 gd->board_type = AXS_MB_V2; in board_early_init_f()
H A Dnand.c239 if (gd->board_type == AXS_MB_V3) in board_nand_init()
/rk3399_rockchip-uboot/board/samsung/odroid/
H A Dodroid.c53 gd->board_type = ODROID_TYPE_X2; in set_board_type()
55 gd->board_type = ODROID_TYPE_U3; in set_board_type()
60 const char *board_type[] = {"u3", "x2"}; in get_board_type() local
62 return board_type[gd->board_type]; in get_board_type()
474 if (gd->board_type == ODROID_TYPE_U3) in board_usb_init()
/rk3399_rockchip-uboot/include/samsung/
H A Dexynos5-dt-types.h17 int board_type; member
/rk3399_rockchip-uboot/include/asm-generic/
H A Dglobal_data.h60 unsigned long board_type; member
160 #define gd_board_type() gd->board_type
/rk3399_rockchip-uboot/include/
H A Dsmbios.h110 u8 board_type; member
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dsdram.c41 pei_data->board_type = BOARD_TYPE_ULT; in broadwell_fill_pei_data()
/rk3399_rockchip-uboot/lib/
H A Dsmbios.c142 t->board_type = SMBIOS_BOARD_MOTHERBOARD; in smbios_write_type2()
/rk3399_rockchip-uboot/cmd/
H A Dbdinfo.c345 printf("Board Type = %ld\n", gd->board_type); in do_bdinfo()