summaryrefslogtreecommitdiff
path: root/board/ti/common
Commit message (Expand)AuthorAgeFilesLines
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* ti: common: am6: Add support for setting MAC addressesAndreas Dannenberg2019-07-172-0/+44
* ti: common: am6: Add support for board description EEPROMAndreas Dannenberg2019-07-172-0/+408
* ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot2018-12-101-57/+3
* ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPATAndreas Dannenberg2018-12-101-2/+52
* fastboot: Move fastboot to drivers/fastbootAlex Kiernan2018-05-301-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-073-7/+3
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-7/+7
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-1/+0
* ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HSTom Rini2017-07-311-0/+1
* ti: common: board_detect: Add function to determine if EEPROM was readCooper Jr., Franklin2017-07-102-0/+19
* ti: common: board_detect: Allow settings board detection variables manuallyNishanth Menon2017-07-102-0/+41
* board: ti: enable support for writing to fat partitionSekhar Nori2017-06-031-0/+1
* Kconfig: Finish migration of hashing commandsDaniel Thompson2017-05-311-0/+1
* Convert CONFIG_CMD_EEPROM et al to KconfigSimon Glass2017-05-221-0/+1
* ti: common: board_detect: Set alen to expected value before i2c readCooper Jr., Franklin2017-05-091-2/+22
* ti: common: board_detect: Introduce function to set the address length.Cooper Jr., Franklin2017-05-091-0/+37
* board: ti: Define Kconfig symbol for common cmd optionsLokesh Vutla2017-05-081-0/+26
* ARM: Use Kconfig for board EEPROM's I2C bus and chip addressRoger Quadros2017-03-201-0/+10
* ti: common: board_detect: commodify ethaddr environment setting codeRoger Quadros2017-03-202-0/+74
* ti: common: board_detect: Rename EEPROM scratch start macroLokesh Vutla2017-03-201-1/+1
* TI: Migrate board/ti/common/Kconfig to implyTom Rini2017-03-091-36/+0
* ARM: DRA7: AMxx: Make sure that the SPL always reads the configuration EEPROMJean-Jacques Hiblot2016-12-051-4/+6
* ti: common: board_detect: Return a valid empty string for un-initialized eepromNishanth Menon2016-10-312-15/+9
* ti: common: board_detect: Setup initial default value for config as wellNishanth Menon2016-10-311-0/+2
* ti: common: board_detect: Replace hardcoded value with macroNishanth Menon2016-10-311-1/+1
* Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_POWER_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_NAND_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_MMC_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_LIBDISK_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_I2C_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_GPIO_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_FAT_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_EXT_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* Convert CONFIG_SPL_ENV_SUPPORT to KconfigSimon Glass2016-09-161-0/+3
* ti: common: dra7: Add standard access for board description EEPROMLokesh Vutla2016-03-142-0/+120
* ARM: omap-common: Add standard access for board description EEPROMLokesh Vutla2016-03-144-0/+405