summaryrefslogtreecommitdiff
path: root/board/ti/am335x
AgeCommit message (Expand)AuthorFilesLines
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-1/+1
2021-09-01Convert 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...Tom 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-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: 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-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-04mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2-5/+5
2019-12-03common: 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-12env: 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
2018-12-10ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot2-2/+26
2018-09-26board: ti: am335x: add support to fixup phy addressSekhar Nori1-0/+78
2018-08-04Add Beaglebone Enhanced supportKoen Kooi3-3/+18
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf1-15/+21
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2018-04-29spl: ti: Avoid serial calls when serial support is disabledAlex Kiernan1-0/+2
2018-04-09ti: am335x: Fix build when networking is disabledAlex Kiernan1-4/+4
2018-04-07Add support for BeagleBoard.org PocketBeagleJason Kridner3-5/+15
2018-03-16Convert all of CONFIG_CONS_INDEX to KconfigTom Rini1-10/+0
2018-03-16board: am335x: Set serial# variableSam Protsenko1-0/+10
2018-03-05spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas1-3/+3
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1