Home
last modified time | relevance | path

Searched refs:board_version (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder.c74 if (eeprom->board_version[0] < 'D') in get_eeprom()
76 sizeof(eeprom->board_version), in get_eeprom()
77 eeprom->board_version); in get_eeprom()
99 sizeof(eeprom->board_version), eeprom->board_version, in print_hwversion()
169 if (eeprom.board_version[0] > 'D') { in get_board_mem_timings()
H A Dtricorder-eeprom.c26 char board_version[TRICORDER_BOARD_VERSION_LENGTH]; in handle_eeprom_v0() member
118 sizeof(eeprom.board_version), eeprom.board_version); in tricorder_eeprom_read()
148 length = min(sizeof(eeprom.board_version), strlen(version)); in tricorder_eeprom_write()
149 strncpy(eeprom.board_version, version, length); in tricorder_eeprom_write()
H A Dtricorder-eeprom.h25 char board_version[TRICORDER_BOARD_VERSION_LENGTH]; member
/openbmc/linux/drivers/firmware/
H A Dturris-mox-rwtm.c67 int board_version, ram_size; member
142 MOX_ATTR_RO(board_version, "%i\n", board_info);
221 rwtm->board_version = reply->status[2]; in mox_get_board_info()
231 pr_info(" board version %i\n", rwtm->board_version); in mox_get_board_info()
H A Ddmi-id.c55 DEFINE_DMI_ATTR_WITH_SHOW(board_version, 0444, DMI_BOARD_VERSION);
215 ADD_DMI_ATTR(board_version, DMI_BOARD_VERSION); in dmi_id_init_attr_table()
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c410 int ret, board_version, ram_size; in mox_print_info() local
414 ret = mbox_sp_get_board_info(&serial_number, NULL, NULL, &board_version, in mox_print_info()
420 printf(" Board version: %i\n", board_version); in mox_print_info()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-turris-mox-rwtm1 What: /sys/firmware/turris-mox-rwtm/board_version
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sysfs.c191 r_board->board_version); in version_show()
/openbmc/u-boot/include/
H A Dec_commands.h890 uint16_t board_version; /* A monotonously incrementing number. */ member
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h1041 uint16_t board_version; member