Home
last modified time | relevance | path

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

12

/u-boot/board/samsung/common/
A Dexynos5-dt-types.c55 if (odroid_info[i].board_type == gd->board_type) in odroid_get_rev()
110 return odroid_info[i].board_type; in odroid_get_board_type()
131 if (gd->board_type != EXYNOS5_BOARD_ODROID_XU3_REV02) in odroid_get_type_str()
155 if (odroid_info[i].board_type == gd->board_type) in odroid_get_type_str()
164 if (gd->board_type >= EXYNOS5_BOARD_ODROID_XU3 && in board_is_odroidxu3()
165 gd->board_type <= EXYNOS5_BOARD_ODROID_XU3_REV02) in board_is_odroidxu3()
173 if (gd->board_type == EXYNOS5_BOARD_ODROID_XU4_REV01) in board_is_odroidxu4()
197 if (gd->board_type == EXYNOS5_BOARD_GENERIC) in board_is_generic()
244 gd->board_type = EXYNOS5_BOARD_GENERIC; in set_board_type()
252 gd->board_type = of_match->data; in set_board_type()
[all …]
/u-boot/board/mscc/jr2/
A Djr2.c75 if (gd->board_type == BOARD_TYPE_PCB110 || in board_phy_config()
76 gd->board_type == BOARD_TYPE_PCB112) { in board_phy_config()
83 if (gd->board_type == BOARD_TYPE_PCB111) { in board_phy_config()
116 gd->board_type = BOARD_TYPE_PCB112; /* Serval2-NID */ in do_board_detect()
119 gd->board_type = BOARD_TYPE_PCB110; /* Jr2-24 */ in do_board_detect()
122 gd->board_type = BOARD_TYPE_PCB111; /* Jr2-48 */ in do_board_detect()
129 if (gd->board_type == BOARD_TYPE_PCB110 && in board_fit_config_name_match()
133 if (gd->board_type == BOARD_TYPE_PCB111 && in board_fit_config_name_match()
137 if (gd->board_type == BOARD_TYPE_PCB112 && in board_fit_config_name_match()
/u-boot/board/mscc/serval/
A Dserval.c57 gd->board_type = BOARD_TYPE_PCB106; in do_board_detect()
59 gd->board_type = BOARD_TYPE_PCB105; in do_board_detect()
61 gd->board_type = BOARD_TYPE_PCB105; in do_board_detect()
69 if (gd->board_type == BOARD_TYPE_PCB106 && in board_fit_config_name_match()
73 if (gd->board_type == BOARD_TYPE_PCB105 && in board_fit_config_name_match()
/u-boot/tools/
A Dupdate_octeon_header.c63 int board_type = 0; in lookup_board_type() local
125 board_type = i; in lookup_board_type()
131 board_type = i; in lookup_board_type()
137 board_type = i; in lookup_board_type()
139 return board_type; in lookup_board_type()
161 int board_type = 0; in main() local
307 if (!board_type) { in main()
317 if (!board_type) { in main()
327 if (!board_type) { in main()
332 printf("Board type is: %d: %s\n", board_type, in main()
[all …]
/u-boot/board/mscc/ocelot/
A Docelot.c52 if (gd->board_type == BOARD_TYPE_PCB123) in board_phy_config()
97 gd->board_type = BOARD_TYPE_PCB120; in do_board_detect()
99 gd->board_type = BOARD_TYPE_PCB123; in do_board_detect()
105 if (gd->board_type == BOARD_TYPE_PCB120 && in board_fit_config_name_match()
109 if (gd->board_type == BOARD_TYPE_PCB123 && in board_fit_config_name_match()
/u-boot/board/mscc/luton/
A Dluton.c56 gd->board_type = BOARD_TYPE_PCB091; // Lu10 in do_board_detect()
58 gd->board_type = BOARD_TYPE_PCB090; // Lu26 in do_board_detect()
64 if (gd->board_type == BOARD_TYPE_PCB090 && in board_fit_config_name_match()
68 if (gd->board_type == BOARD_TYPE_PCB091 && in board_fit_config_name_match()
/u-boot/board/embest/mx6boards/
A Dmx6boards.c74 static int board_type = -1; variable
209 if (board_type == BOARD_IS_RIOTBOARD) in board_mmc_getcd()
389 if (board_type == BOARD_IS_RIOTBOARD) in enable_lvds()
400 if (board_type == BOARD_IS_RIOTBOARD) in disable_lvds()
529 board_type = BOARD_IS_RIOTBOARD; in board_early_init_f()
532 board_type = BOARD_IS_MARSBOARD; in board_early_init_f()
538 if (board_type == BOARD_IS_RIOTBOARD) in board_early_init_f()
552 if (board_type == BOARD_IS_RIOTBOARD) in board_early_init_f()
595 if (board_type == BOARD_IS_RIOTBOARD) in board_late_init()
626 board_type = BOARD_IS_RIOTBOARD; in board_init_f()
[all …]
/u-boot/board/mscc/servalt/
A Dservalt.c36 gd->board_type = BOARD_TYPE_PCB116; /* ServalT */ in do_board_detect()
42 if (gd->board_type == BOARD_TYPE_PCB116 && in board_fit_config_name_match()
/u-boot/test/py/
A Dconftest.py116 board_type = config.getoption('board_type')
117 board_type_filename = board_type.replace('-', '_')
124 build_dir = source_dir + '/build-' + board_type
138 if gdbserver and not board_type.startswith('sandbox'):
150 cmds = (['buildman', '--board', board_type] + dest_args,)
158 ['make', o_opt, '-s', board_type + '_defconfig'],
205 ubconfig.board_type = board_type
222 if board_type.startswith('sandbox'):
464 if ubconfig.board_type == board[1:]:
469 if required_boards and ubconfig.board_type not in required_boards:
[all …]
A Du_boot_console_exec_attach.py39 cmd = ['u-boot-test-flash', config.board_type, config.board_identity]
57 args = [self.config.board_type, self.config.board_identity]
/u-boot/arch/x86/include/asm/arch-broadwell/
A Dpei_data.h17 enum board_type { enum
69 enum board_type board_type; member
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.c60 static int board_type; variable
161 switch (board_type) { in board_ehci_hcd_init()
188 if (gpio_cfg[board_type].otgpwr_en) in board_ehci_power()
522 if (board_type < GW_UNKNOWN) { in imx6_pcie_toggle_reset()
662 if (gpio_cfg[board_type].nand) in board_init()
793 if (board_type != GW551x && in misc_init_r()
794 board_type != GW552x && in misc_init_r()
795 board_type != GW553x && in misc_init_r()
796 board_type != GW560x) in misc_init_r()
826 if (gpio_cfg[board_type].rs232_en) in misc_init_r()
[all …]
/u-boot/board/synopsys/axs10x/
A Daxs10x.c23 gd->board_type = AXS_MB_V3; in board_early_init_f()
25 gd->board_type = AXS_MB_V2; in board_early_init_f()
/u-boot/board/samsung/odroid/
A Dodroid.c55 gd->board_type = ODROID_TYPE_X2; in set_board_type()
57 gd->board_type = ODROID_TYPE_U3; in set_board_type()
70 const char *board_type[] = {"u3", "x2"}; in get_board_type() local
72 return board_type[gd->board_type]; in get_board_type()
486 if (gd->board_type == ODROID_TYPE_U3) in set_usb3503_ref_clk()
/u-boot/include/samsung/
A Dexynos5-dt-types.h19 int board_type; member
/u-boot/board/aristainetos/
A Daristainetos.c431 if (gd->board_type == BOARD_TYPE_4) in board_late_init()
492 if (gd->board_type == BOARD_TYPE_4 && in board_fit_config_name_match()
496 if (gd->board_type == BOARD_TYPE_7 && in board_fit_config_name_match()
509 gd->board_type = BOARD_TYPE_7; in do_board_detect()
518 gd->board_type = BOARD_TYPE_4; in do_board_detect()
/u-boot/include/asm-generic/
A Dglobal_data.h100 unsigned long board_type; member
464 #define gd_board_type() gd->board_type
/u-boot/arch/arm/lib/
A Dbdinfo.c46 printf("Board Type = %ld\n", gd->board_type); in arch_print_bdinfo()
/u-boot/board/solidrun/mx6cuboxi/
A Dmx6cuboxi.c55 enum board_type { enum
319 static enum board_type board_type(void) in board_type() function
384 switch (board_type()) { in checkboard()
421 switch (board_type()) { in board_late_init()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-bootinfo.h62 u16 board_type; member
A Dcvmx-bootloader.h49 uint16_t board_type; /* Board type that the image is for */ member
/u-boot/board/synopsys/hsdk/
A Dhsdk.c177 enum board_type { enum
183 static inline enum board_type get_board_type_runtime(void) in get_board_type_runtime()
195 static inline enum board_type get_board_type_config(void) in get_board_type_config()
205 static bool is_board_match_runtime(enum board_type type_req) in is_board_match_runtime()
210 static bool is_board_match_config(enum board_type type_req) in is_board_match_config()
215 static const char * board_name(enum board_type type) in board_name()
/u-boot/arch/x86/cpu/broadwell/
A Dnorthbridge.c25 pei_data->board_type = BOARD_TYPE_ULT; in broadwell_fill_pei_data()
/u-boot/include/
A Dsmbios.h111 u8 board_type; member
/u-boot/doc/develop/
A Dpy_testing.rst169 is `${source_dir}/build-${board_type}`.
315 For each board, an optional Python module `u_boot_board_${board_type}` may exist
330 For each board, optional Python modules `u_boot_boardenv_${board_type}` and
331 `u_boot_boardenv_${board_type}_${board_identity}` may exist to provide

Completed in 51 milliseconds

12