Home
last modified time | relevance | path

Searched full:board_version (Results 1 – 14 of 14) 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.c25 char board_version[TRICORDER_BOARD_VERSION_LENGTH]; in handle_eeprom_v0() member
117 sizeof(eeprom.board_version), eeprom.board_version); in tricorder_eeprom_read()
147 length = min(sizeof(eeprom.board_version), strlen(version)); in tricorder_eeprom_write()
148 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/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-turris-mox-rwtm1 What: /sys/firmware/turris-mox-rwtm/board_version
/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/devicetree/bindings/arm/
H A Dqcom.yaml21 compatible = "qcom,<SoC>[-<soc_version>][-<foundry_id>]-<board>[/<subtype>][-<board_version>]"
117 The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor>
119 as v1. If all versions of the 'board_version' elements match, then a
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_devlink.c258 if (~flags & BIT(EFX_VER_FLAG(BOARD_VERSION))) { in efx_devlink_info_running_v2()
484 if (flags & BIT(EFX_VER_FLAG(BOARD_VERSION))) { in efx_devlink_info_running_v5()
H A Dmcdi_pcol.h2963 /* Board version as four numbers - a.b.c.d. BOARD_VERSION[0] duplicates the
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sysfs.c191 r_board->board_version); in version_show()
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Duser-guide.rst305 …(found in the corresponding ``HBI0309x`` folder e.g. ``Boardfiles/MB/HBI0309$BOARD_VERSION/AN550/i…
307 Where ``$BOARD_VERSION`` is a variable containing the board printed on the MPS3 board.
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h1038 * @board_version: A monotonously incrementing number.
1041 uint16_t board_version; member
/openbmc/u-boot/include/
H A Dec_commands.h890 uint16_t board_version; /* A monotonously incrementing number. */ member