Lines Matching +full:serial +full:- +full:number
4 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com
6 * SPDX-License-Identifier: GPL-2.0+
24 * struct ti_am_eeprom - This structure holds data read in from the
26 * @header: This holds the magic number
29 * @serial: Board serial number
36 * TI boards with a single MLO and u-boot.
42 char serial[TI_EEPROM_HDR_SERIAL_LEN]; member
53 * struct dra7_eeprom - This structure holds data read in from the DRA7 EVM
55 * @header: This holds the magic number
66 * DRA7 boards with a single MLO and u-boot.
79 * struct ti_common_eeprom - Null terminated, usable EEPROM contents.
80 * header: Magic number
83 * @serial: NULL terminated serial number
93 char serial[TI_EEPROM_HDR_SERIAL_LEN + 1]; member
104 * ti_i2c_eeprom_am_get() - Consolidated eeprom data collection for AM* TI EVMs
114 * ti_i2c_eeprom_dra7_get() - Consolidated eeprom data for DRA7 TI EVMs
121 * board_ti_is() - Board detection logic for TI EVMs
130 * board_ti_rev_is() - Compare board revision for TI EVMs
142 * board_ti_get_rev() - Get board revision for TI EVMs
150 * board_ti_get_config() - Get board config for TI EVMs
158 * board_ti_get_name() - Get board name for TI EVMs
166 * board_ti_get_eth_mac_addr() - Get Ethernet MAC address from EEPROM MAC list
175 * board_ti_get_emif1_size() - Get size of the DDR on emif1 for TI EVMs
182 * board_ti_get_emif2_size() - Get size of the DDR on emif2 for TI EVMs
189 * set_board_info_env() - Setup commonly used board information environment vars
197 * board_ti_set_ethaddr- Sets the ethaddr environment from EEPROM
209 * board_ti_was_eeprom_read() - Check to see if the eeprom contents have been read
213 * number that the header value is set to upon successful eeprom read.
218 * ti_i2c_eeprom_am_set() - Setup the eeprom data with predefined values
222 * In some cases such as in RTC-only mode, we are able to skip reading eeprom
225 * a handy function to pre-program information.
227 * NOTE: many eeprom information such as serial number, mac address etc is not