aboutsummaryrefslogtreecommitdiffstats
path: root/board/ti/common
Commit message (Expand)AuthorAgeFilesLines
* board: ti: Remove <common.h> and add needed includesTom Rini2024-05-072-2/+3
* global: Audit usage of <eeprom.h>Tom Rini2024-05-061-1/+0
* board: ti: common: Introduce a common fdt ops libraryNishanth Menon2024-02-204-0/+119
* board: ti: common: board_detect: Fix EEPROM offset read for 1-bytePrasanth Babu Mantena2024-01-241-2/+2
* arm: mach-k3: Move K3 common schema.yaml out of board directoryAndrew Davis2023-12-151-436/+0
* tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-103-3/+3
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* j721e: schema: yaml: Add general schema and J721E board config filesNeha Malcom Francis2023-07-211-0/+436
* arm: mach-k3: Add weak do_board_detect() to common fileAndrew Davis2023-04-241-1/+0
* arm: mach-k3: introduce generic board detction kconfig optionChristian Gmeiner2023-03-291-0/+1
* board: ti: common: board_detect: Fix EEPROM read quirk for 2-byteNeha Malcom Francis2023-01-021-12/+34
* board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style dataNishanth Menon2022-09-291-0/+10
* board: ti: common: board_detect: Fix EEPROM read quirkMatwey V. Kornilov2022-08-311-18/+8
* board: ti: common: board_detect: Do 1byte address checks first.Nishanth Menon2022-07-061-10/+10
* board: ti: common: Handle the legacy eeprom address width properlyNishanth Menon2022-07-061-7/+15
* board: ti: common: Optimize boot when detecting consecutive bad recordsNishanth Menon2022-07-061-1/+4
* ti/common: add support for extension_scan_board functionKory Maincent2021-05-134-0/+131
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-2/+2
* ti: common: Remove additional i2c read for board detectionMichal Simek2020-08-311-12/+6
* board: ti: board_detect: Add stub functions for EEPROM detection apisLokesh Vutla2020-08-111-0/+13
* board: ti: common: Fix pointer-bool-conversion warningsTom Rini2020-06-161-7/+7
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* board: ti: j721e: Use EEPROM-based board detectionAndreas Dannenberg2020-01-202-0/+18
* ti: common: board_detect: Handle EEPROM probe more gracefullyAndreas Dannenberg2020-01-201-1/+1
* board: ti: beagleboneai: emmc read changesCaleb Robey2020-01-202-0/+85
* common: Move old EEPROM functions into a new headerSimon Glass2019-12-021-0/+1
* Kconfig: ti: Make board detect EEPROM addresses depend BOARD_DETECTAdam Ford2019-11-071-0/+2
* 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