aboutsummaryrefslogtreecommitdiff
path: root/board/ti/am335x
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini3-2/+4
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini3-4/+2
2024-05-07board: ti: Remove <common.h> and add needed includesTom Rini3-2/+4
2024-01-11ti: am335x: Remove unused linker scriptTom Rini1-164/+0
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon4-4/+4
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis1-9/+0
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-07-25board: ti: am335x: Use correct dtbs for SanCloud boardsPaul Barker1-4/+14
2022-07-25board: ti: am335x: Enable spi0 bus on SanCloud BBE LitePaul Barker1-0/+5
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-2/+2
2022-06-16board: ti: am335x: eth_cpsw should depend on CONFIG_NETCorentin LABBE1-1/+1
2022-04-21board: ti: am335x: Add support for BBE Extended WiFiPaul Barker1-2/+8
2022-04-21board: ti: am335x: Add BBE Lite supportPaul Barker1-2/+8
2022-01-16board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper settingAmjad Ouled-Ameur1-0/+18
2021-09-27doc: ti: Convert am335x_evm README to rSTTom Rini1-205/+0
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-1/+1
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2-2/+2
2021-08-30am335x: Drop non-DM_I2C codeTom Rini2-27/+0
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/29Jul2021Tom Rini1-0/+2
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass1-2/+2
2021-07-27arm: dts: Import am335x-sancloud-bbe devicetreePaul Barker1-0/+2
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+2
2021-05-13am335x: add support for cape detect functionalityKory Maincent1-0/+1
2021-05-13arm: am335x: add support for i2c2 busKory Maincent3-0/+18
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2-5/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12board: ti: am335x-ice: get CDCE913 clock deviceDario Binacchi1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-4/+4
2020-09-15configs: Add spiboot support for am335xFaiz Abbas1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-06-30am335x: Update list of defconfigsTom Rini1-2/+0
2020-06-16board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs memberTom Rini1-1/+0
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2-5/+5
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-10-11board: ti: am335x-ice: Configure the CDCE913 clock synthesizerTero Kristo1-0/+4
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-06-05board: am335x/mux: configure the pins for 8-bit data transfer on MMC1Jean-Jacques Hiblot1-0/+4
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-01-18configs: Remove unused am335x_evm defconfigsVignesh R1-3/+0