aboutsummaryrefslogtreecommitdiff
path: root/board/ti/common
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2-3/+3
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2-3/+3
2024-05-07board: ti: Remove <common.h> and add needed includesTom Rini2-2/+3
2024-05-06global: Audit usage of <eeprom.h>Tom Rini1-1/+0
2024-02-20board: ti: common: Introduce a common fdt ops libraryNishanth Menon4-0/+119
2024-01-24board: ti: common: board_detect: Fix EEPROM offset read for 1-bytePrasanth Babu Mantena1-2/+2
2023-12-15arm: mach-k3: Move K3 common schema.yaml out of board directoryAndrew Davis1-436/+0
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon3-3/+3
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-07-21j721e: schema: yaml: Add general schema and J721E board config filesNeha Malcom Francis1-0/+436
2023-04-24arm: mach-k3: Add weak do_board_detect() to common fileAndrew Davis1-1/+0
2023-03-29arm: mach-k3: introduce generic board detction kconfig optionChristian Gmeiner1-0/+1
2023-01-02board: ti: common: board_detect: Fix EEPROM read quirk for 2-byteNeha Malcom Francis1-12/+34
2022-09-29board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style dataNishanth Menon1-0/+10
2022-08-31board: ti: common: board_detect: Fix EEPROM read quirkMatwey V. Kornilov1-18/+8
2022-07-06board: ti: common: board_detect: Do 1byte address checks first.Nishanth Menon1-10/+10
2022-07-06board: ti: common: Handle the legacy eeprom address width properlyNishanth Menon1-7/+15
2022-07-06board: ti: common: Optimize boot when detecting consecutive bad recordsNishanth Menon1-1/+4
2021-05-13ti/common: add support for extension_scan_board functionKory Maincent4-0/+131
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-2/+2
2020-08-31ti: common: Remove additional i2c read for board detectionMichal Simek1-12/+6
2020-08-11board: ti: board_detect: Add stub functions for EEPROM detection apisLokesh Vutla1-0/+13
2020-06-16board: ti: common: Fix pointer-bool-conversion warningsTom Rini1-7/+7
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-20board: ti: j721e: Use EEPROM-based board detectionAndreas Dannenberg2-0/+18
2020-01-20ti: common: board_detect: Handle EEPROM probe more gracefullyAndreas Dannenberg1-1/+1
2020-01-20board: ti: beagleboneai: emmc read changesCaleb Robey2-0/+85
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-11-07Kconfig: ti: Make board detect EEPROM addresses depend BOARD_DETECTAdam Ford1-0/+2
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-17ti: common: am6: Add support for setting MAC addressesAndreas Dannenberg2-0/+44
2019-07-17ti: common: am6: Add support for board description EEPROMAndreas Dannenberg2-0/+408
2018-12-10ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot1-57/+3
2018-12-10ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPATAndreas Dannenberg1-2/+52
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
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