Lines Matching +full:ddr +full:- +full:config
1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com
23 * struct ti_am_eeprom - This structure holds data read in from the
29 * @config: Reserved
35 * TI boards with a single MLO and u-boot.
42 char config[TI_EEPROM_HDR_CONFIG_LEN]; member
52 * struct dra7_eeprom - This structure holds data read in from the DRA7 EVM
58 * @config: Board specific config options
59 * @emif1_size: Size of DDR attached to EMIF1
60 * @emif2_size: Size of DDR attached to EMIF2
65 * DRA7 boards with a single MLO and u-boot.
72 char config[DRA7_EEPROM_HDR_CONFIG_LEN]; member
78 * struct ti_common_eeprom - Null terminated, usable EEPROM contents.
83 * @config: NULL terminated Board specific config options
85 * @emif1_size: Size of the ddr available on emif1
86 * @emif2_size: Size of the ddr available on emif2
93 char config[TI_EEPROM_HDR_CONFIG_LEN + 1]; member
103 * ti_i2c_eeprom_am_get() - Consolidated eeprom data collection for AM* TI EVMs
113 * ti_i2c_eeprom_dra7_get() - Consolidated eeprom data for DRA7 TI EVMs
120 * board_ti_is() - Board detection logic for TI EVMs
129 * board_ti_rev_is() - Compare board revision for TI EVMs
141 * board_ti_get_rev() - Get board revision for TI EVMs
149 * board_ti_get_config() - Get board config for TI EVMs
152 * Board config otherwise
157 * board_ti_get_name() - Get board name for TI EVMs
165 * board_ti_get_eth_mac_addr() - Get Ethernet MAC address from EEPROM MAC list
174 * board_ti_get_emif1_size() - Get size of the DDR on emif1 for TI EVMs
181 * board_ti_get_emif2_size() - Get size of the DDR on emif2 for TI EVMs
188 * set_board_info_env() - Setup commonly used board information environment vars
196 * board_ti_set_ethaddr- Sets the ethaddr environment from EEPROM
208 * board_ti_was_eeprom_read() - Check to see if the eeprom contents have been read
217 * ti_i2c_eeprom_am_set() - Setup the eeprom data with predefined values
221 * In some cases such as in RTC-only mode, we are able to skip reading eeprom
224 * a handy function to pre-program information.