summaryrefslogtreecommitdiff
path: root/board/ti/am335x/board.c
Commit message (Expand)AuthorAgeFilesLines
* board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper settingAmjad Ouled-Ameur2022-01-161-0/+18
* serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2021-09-041-1/+1
* Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2021-08-311-1/+1
* am335x: Drop non-DM_I2C codeTom Rini2021-08-301-18/+0
* Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-291-0/+2
|\
| * arm: dts: Import am335x-sancloud-bbe devicetreePaul Barker2021-07-271-0/+2
* | Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-281-2/+2
|/
* common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-111-1/+2
* am335x: add support for cape detect functionalityKory Maincent2021-05-131-0/+1
* arm: am335x: add support for i2c2 busKory Maincent2021-05-131-0/+2
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-4/+4
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* board: ti: am335x-ice: get CDCE913 clock deviceDario Binacchi2021-01-121-1/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-3/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-4/+4
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs memberTom Rini2020-06-161-1/+0
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-031-1/+1
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* board: ti: am335x-ice: Configure the CDCE913 clock synthesizerTero Kristo2019-10-111-0/+4
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* board: ti: am335x: Remove non DM_ETH codeFaiz Abbas2019-04-121-151/+0
* board: ti: am335x: Add platdata for cpsw in SPLFaiz Abbas2019-04-121-0/+49
* ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot2018-12-101-2/+15
* board: ti: am335x: add support to fixup phy addressSekhar Nori2018-09-251-0/+78
* Add Beaglebone Enhanced supportKoen Kooi2018-08-031-2/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: ti: Avoid serial calls when serial support is disabledAlex Kiernan2018-04-281-0/+2
* ti: am335x: Fix build when networking is disabledAlex Kiernan2018-04-081-4/+4
* Add support for BeagleBoard.org PocketBeagleJason Kridner2018-04-061-4/+6
* board: am335x: Set serial# variableSam Protsenko2018-03-161-0/+10
* spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas2018-03-051-3/+3
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-3/+3
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-1/+1
* board: ti: am335x: Fix scale_vcore for beaglebonesLokesh Vutla2017-06-121-11/+4
* arm: omap: Unify get_device_type() functionSemen Protsenko2017-06-091-0/+1
* i2c: omap: Modify code to work without CONFIG_I2C_HARDSimon Glass2017-05-151-1/+2
* arm: am33xx: Add support for mulitiple PLL input frequenciesLokesh Vutla2017-05-121-22/+52
* board: am335x: Introduce scale_vcoresLokesh Vutla2017-05-121-119/+148