summaryrefslogtreecommitdiff
path: root/board/ti/am43xx
AgeCommit message (Expand)Author
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-07-22board: ti: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07board: ti: Remove <common.h> and add needed includesTom Rini
2024-05-06global: Audit usage of <eeprom.h>Tom Rini
2024-04-02usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadgetMarek Vasut
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-09MAINTAINERS: Update ARM TI entryLokesh Vutla
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini
2021-08-30am43xx: Drop non-DM_I2C codeTom Rini
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-12board: ti: am335x-ice: get CDCE913 clock deviceDario Binacchi
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-01-20board: ti: am43xx: remove net platform codeGrygorii Strashko
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-10-11board: ti: am43xx-idk: Configure the CDCE913 clock synthesizerTero Kristo
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-05-05board: ti: am43xx: Enable hardware levelingBrad Griffis
2019-01-18configs: Remove am43xx_evm_ethboot_defconfigVignesh R
2018-12-14board: ti: am43xx: turn on USB clocksJean-Jacques Hiblot
2018-12-10ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-06board: ti: am43: Fix DCDC3 voltage for epos-evmKeerthy
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-04-06board: ti: am43xx: Define embedded_dtb_select for runtime DTB selection in U-...Vignesh R
2018-04-06ARM: AM43xx: Add support for RTC only + DDR in self-refresh modeTero Kristo
2018-02-15usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup f...Faiz Abbas
2018-01-28ARM: AM43XX: Call hw_data_init() again after relocation to update *ctrlFaiz Abbas
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-22board: ti: am43xx: Add FDT fixup for HS devicesAndrew F. Davis
2017-07-22board: ti: am43xx: Add TEE loading and firewall setupAndrew F. Davis
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2017-06-09arm: omap: Unify get_device_type() functionSemen Protsenko