Home
last modified time | relevance | path

Searched refs:board_name (Results 1 – 18 of 18) sorted by relevance

/u-boot/tools/
A Dupdate_octeon_header.c69 "_stage2", board_name); in lookup_board_type()
73 board_name); in lookup_board_type()
78 "_stage1", board_name); in lookup_board_type()
96 printf("%s\n", board_name); in lookup_board_type()
109 printf("%s\n", board_name); in lookup_board_type()
120 printf("%s\n", board_name); in lookup_board_type()
158 char board_name[NAME_LEN] = { 0 }; in main() local
212 board_name); in main()
261 if (board_name[0] == '\0') { in main()
284 if (strlen(board_name)) { in main()
[all …]
/u-boot/board/corscience/tricorder/
A Dtricorder.c74 if (strncmp(eeprom->board_name, "CS10411", 7) != 0) in get_eeprom()
76 sizeof(eeprom->board_name), in get_eeprom()
77 eeprom->board_name); in get_eeprom()
102 sizeof(eeprom->board_name), eeprom->board_name, in print_hwversion()
A Dtricorder-eeprom.c27 char board_name[TRICORDER_BOARD_NAME_LENGTH]; in handle_eeprom_v0() member
118 sizeof(eeprom.board_name), eeprom.board_name); in tricorder_eeprom_read()
147 length = min(sizeof(eeprom.board_name), strlen(name)); in tricorder_eeprom_write()
148 strncpy(eeprom.board_name, name, length); in tricorder_eeprom_write()
A Dtricorder-eeprom.h24 char board_name[TRICORDER_BOARD_NAME_LENGTH]; member
/u-boot/arch/arm/mach-omap2/
A Dutils.c136 const char *board_name; in omap_set_fastboot_product() local
138 board_name = env_get("board_name"); in omap_set_fastboot_product()
139 if (board_name == NULL) in omap_set_fastboot_product()
142 env_set("fastboot.product", board_name); in omap_set_fastboot_product()
/u-boot/board/samsung/common/bootscripts/
A Dautoboot.cmd6 # platform dependent: board_name, fdtfile, console
38 #### Routine: boot_fit - check that env $board_name is set and boot proper config of ITB image
40 if test -e '${board_name}'; then
45 setenv itbcfg "\"#${board_name}\"";
48 echo Warning! Variable: \$board_name is undefined!;
/u-boot/tools/buildman/
A Dboard.py75 def __init__(self, status, arch, cpu, soc, vendor, board_name, target, options): argument
91 self.board_name = board_name
95 self.props = [self.target, self.arch, self.cpu, self.board_name,
/u-boot/doc/
A DREADME.pblimage19 make <board_name>_SPIFLASH
23 make <board_name>_SDCARD
27 make <board_name>_NAND
/u-boot/arch/arm/dts/
A Dzynqmp-zcu102-rev1.0.dts29 board_name: board-name@d0 { label
/u-boot/board/xilinx/common/
A Dboard.c80 char board_name[11]; /* 0xd0 */ member
130 printf(" Board name:\t%s\n", eeprom_content->board_name); in xilinx_read_eeprom_legacy()
139 strcpy(desc->name, eeprom_content->board_name); in xilinx_read_eeprom_legacy()
A Dfru.h81 int fru_generate(unsigned long addr, char *manufacturer, char *board_name,
A Dfru_ops.c83 int fru_generate(unsigned long addr, char *manufacturer, char *board_name, in fru_generate() argument
122 len = fru_gen_type_len(member, board_name); /* Board Product name */ in fru_generate()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.qspi32 <board_name>_qspi_defconfig. The image needed is u-boot-dtb.bin.
/u-boot/board/synopsys/hsdk/
A Dhsdk.c215 static const char * board_name(enum board_type type) in board_name() function
1258 printf("Board: Synopsys %s\n", board_name(get_board_type_runtime())); in checkboard()
1262 board_name(get_board_type_config())); in checkboard()
/u-boot/doc/driver-model/
A Dfs_firmware_loader.rst17 <board_name>_defconfig such as "CONFIG_FS_LOADER=y".
/u-boot/tools/binman/
A DREADME190 binman build -b <board_name>
194 Binman assumes that the input files for the build are in ../b/<board_name>.
/u-boot/env/
A DKconfig636 environment. These will be named board_name, board_rev.
/u-boot/
A DREADME194 configurations available; just type "make <board_name>_defconfig".
309 "include/configs/<board_name>.h".

Completed in 38 milliseconds