aboutsummaryrefslogtreecommitdiff
path: root/board/ti
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Kconfig: ti: Make board detect EEPROM addresses depend BOARD_DETECTAdam Ford1-0/+2
2019-10-25Merge branch '2019-10-24-ti-imports'Tom Rini1-0/+1
2019-10-25armv7R: K3: j721e: Add support for triggering ddr init from SPLLokesh Vutla1-0/+1
2019-10-24ARM: keystone: Do not enable the USB power domains at the board levelJean-Jacques Hiblot1-13/+0
2019-10-11board: ti: am335x-ice: Configure the CDCE913 clock synthesizerTero Kristo1-0/+4
2019-10-11board: ti: am43xx-idk: Configure the CDCE913 clock synthesizerTero Kristo1-0/+5
2019-10-11board: ti: am57xx-idk: Configure the CDCE913 clock synthesizerTero Kristo1-0/+5
2019-10-11board: am65x: Print board name and version during bootLokesh Vutla1-1/+14
2019-10-11board: j721e: Add READMELokesh Vutla1-0/+227
2019-10-11board: ti: am65x: Add UART boot procedure in READMEAndreas Dannenberg1-0/+32
2019-10-04board: ti: am654: Disable TRNG node for HS devicesAndrew F. Davis1-2/+13
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass6-6/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass8-0/+8
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_init() to env.hSimon Glass3-0/+3
2019-07-26configs: j721e_evm_a72: Add initial supportLokesh Vutla1-0/+1
2019-07-26configs: j721e_evm_r5: Add initial supportLokesh Vutla1-0/+6
2019-07-26board: ti: j721e: Enable fixing up msmc sram nodeSuman Anna1-0/+14
2019-07-26board: ti: j721e: Add board support for j721e evmLokesh Vutla3-0/+131
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski1-2/+1
2019-07-17board: ti: am654: Use EEPROM-based board detectionAndreas Dannenberg2-0/+248
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
2019-07-17am65x: README: Add eMMC layout and flash instructionsFaiz Abbas1-0/+52
2019-07-17armV7R: K3: am654: Load SYSFW binary and config from boot mediaAndreas Dannenberg1-0/+1
2019-07-13ARM: omap3: evm: Enable DM_USB in defconfigDerald D. Woods1-31/+0
2019-06-05board: am335x/mux: configure the pins for 8-bit data transfer on MMC1Jean-Jacques Hiblot1-0/+4
2019-05-08ARM: k2g-ice: Add pinmux support for rgmii interfaceMurali Karicheri1-9/+9
2019-05-08ARM: k2g-gp-evm: update to rgmii pinmux configurationMurali Karicheri1-9/+9
2019-05-05board: ti: am43xx: Enable hardware levelingBrad Griffis1-1/+1
2019-05-05board: ti: am654: select SYS_DISABLE_DCACHE_OPS for arm64 buildVignesh Raghavendra1-0/+1
2019-05-03board: am335x: Drop duplicate pinmux configurationPaul Barker1-1/+0
2019-04-12board: ti: am335x: Remove non DM_ETH codeFaiz Abbas1-151/+0
2019-04-12board: ti: am335x: Add platdata for cpsw in SPLFaiz Abbas1-0/+49
2019-04-12board: ti: am65x: Enable fixing up msmc sram nodeLokesh Vutla1-0/+14
2019-04-12arm: dra7: Allow NAND to be enabled on DRA71x EVM.Franklin S Cooper Jr1-0/+56
2019-04-12board: ti: dra71: Add pinmux settings for NAND on DRA71x EVMFranklin S Cooper Jr1-16/+44
2019-04-12ARM: k2g: add a workaround to reset the phyMurali Karicheri1-0/+15
2019-04-12ARM: k2g-gp-evm: update to rgmii pinmux configurationMurali Karicheri1-15/+17
2019-04-12ARM: k2g-ice: Add pinmux support for rgmii interfaceMurali Karicheri1-0/+19
2019-03-22board: ti: Move fastboot functions out of TI_SECURE_DEVICE ifdefAndrew F. Davis2-20/+20
2019-02-19ARM: omap3: evm: Update DM SPL supportDerald D. Woods1-12/+0
2019-02-19omap3_beagle: Update for DM SPL supportTom Rini1-12/+0
2019-01-18configs: Remove am43xx_evm_ethboot_defconfigVignesh R1-1/+0
2019-01-18configs: Remove unused am335x_evm defconfigsVignesh R1-3/+0
2018-12-14board: ti: am43xx: turn on USB clocksJean-Jacques Hiblot1-0/+22
2018-12-14board: ks2_evm: Enable the USB clocks if DM_USB is usedJean-Jacques Hiblot1-0/+12
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini6-84/+136