aboutsummaryrefslogtreecommitdiff
path: root/board/ti/common
AgeCommit message (Expand)AuthorFilesLines
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-7/+7
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-1/+0
2017-07-31ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HSTom Rini1-0/+1
2017-07-10ti: common: board_detect: Add function to determine if EEPROM was readCooper Jr., Franklin2-0/+19
2017-07-10ti: common: board_detect: Allow settings board detection variables manuallyNishanth Menon2-0/+41
2017-06-03board: ti: enable support for writing to fat partitionSekhar Nori1-0/+1
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson1-0/+1
2017-05-22Convert CONFIG_CMD_EEPROM et al to KconfigSimon Glass1-0/+1
2017-05-09ti: common: board_detect: Set alen to expected value before i2c readCooper Jr., Franklin1-2/+22
2017-05-09ti: common: board_detect: Introduce function to set the address length.Cooper Jr., Franklin1-0/+37
2017-05-08board: ti: Define Kconfig symbol for common cmd optionsLokesh Vutla1-0/+26
2017-03-20ARM: Use Kconfig for board EEPROM's I2C bus and chip addressRoger Quadros1-0/+10
2017-03-20ti: common: board_detect: commodify ethaddr environment setting codeRoger Quadros2-0/+74
2017-03-20ti: common: board_detect: Rename EEPROM scratch start macroLokesh Vutla1-1/+1
2017-03-09TI: Migrate board/ti/common/Kconfig to implyTom Rini1-36/+0
2016-12-05ARM: DRA7: AMxx: Make sure that the SPL always reads the configuration EEPROMJean-Jacques Hiblot1-4/+6
2016-10-31ti: common: board_detect: Return a valid empty string for un-initialized eepromNishanth Menon2-15/+9
2016-10-31ti: common: board_detect: Setup initial default value for config as wellNishanth Menon1-0/+2
2016-10-31ti: common: board_detect: Replace hardcoded value with macroNishanth Menon1-1/+1
2016-09-16Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_POWER_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_NAND_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_MMC_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_LIBDISK_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_I2C_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_GPIO_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_FAT_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_EXT_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_ENV_SUPPORT to KconfigSimon Glass1-0/+3
2016-03-14ti: common: dra7: Add standard access for board description EEPROMLokesh Vutla2-0/+120
2016-03-14ARM: omap-common: Add standard access for board description EEPROMLokesh Vutla4-0/+405