/u-boot/tools/ |
A D | update_octeon_header.c | 69 "_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 D | tricorder.c | 74 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 D | tricorder-eeprom.c | 27 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 D | tricorder-eeprom.h | 24 char board_name[TRICORDER_BOARD_NAME_LENGTH]; member
|
/u-boot/arch/arm/mach-omap2/ |
A D | utils.c | 136 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 D | autoboot.cmd | 6 # 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 D | board.py | 75 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 D | README.pblimage | 19 make <board_name>_SPIFLASH 23 make <board_name>_SDCARD 27 make <board_name>_NAND
|
/u-boot/arch/arm/dts/ |
A D | zynqmp-zcu102-rev1.0.dts | 29 board_name: board-name@d0 { label
|
/u-boot/board/xilinx/common/ |
A D | board.c | 80 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 D | fru.h | 81 int fru_generate(unsigned long addr, char *manufacturer, char *board_name,
|
A D | fru_ops.c | 83 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 D | README.qspi | 32 <board_name>_qspi_defconfig. The image needed is u-boot-dtb.bin.
|
/u-boot/board/synopsys/hsdk/ |
A D | hsdk.c | 215 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 D | fs_firmware_loader.rst | 17 <board_name>_defconfig such as "CONFIG_FS_LOADER=y".
|
/u-boot/tools/binman/ |
A D | README | 190 binman build -b <board_name> 194 Binman assumes that the input files for the build are in ../b/<board_name>.
|
/u-boot/env/ |
A D | Kconfig | 636 environment. These will be named board_name, board_rev.
|
/u-boot/ |
A D | README | 194 configurations available; just type "make <board_name>_defconfig". 309 "include/configs/<board_name>.h".
|