Searched full:board_version (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/board/corscience/tricorder/ |
H A D | tricorder.c | 74 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 D | tricorder-eeprom.c | 25 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 D | tricorder-eeprom.h | 25 char board_version[TRICORDER_BOARD_VERSION_LENGTH]; member
|
/openbmc/linux/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 67 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 D | dmi-id.c | 55 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 D | sysfs-firmware-turris-mox-rwtm | 1 What: /sys/firmware/turris-mox-rwtm/board_version
|
/openbmc/u-boot/board/CZ.NIC/turris_mox/ |
H A D | turris_mox.c | 410 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 D | qcom.yaml | 21 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 D | efx_devlink.c | 258 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 D | mcdi_pcol.h | 2963 /* Board version as four numbers - a.b.c.d. BOARD_VERSION[0] duplicates the
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_sysfs.c | 191 r_board->board_version); in version_show()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | user-guide.rst | 305 …(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 D | cros_ec_commands.h | 1038 * @board_version: A monotonously incrementing number. 1041 uint16_t board_version; member
|
/openbmc/u-boot/include/ |
H A D | ec_commands.h | 890 uint16_t board_version; /* A monotonously incrementing number. */ member
|