summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/am33xx
AgeCommit message (Expand)Author
2025-07-11global: Make ARCH_MISC_INIT a selected symbolTom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11xpl: Rename u_boot_first_phase to xpl_is_first_phase()Simon Glass
2024-08-06am33xx: Use regular spl_board_init instead of am33xx_spl_board_initPaul Kocialkowski
2024-07-15arm: mach: ti: Remove duplicate newlinesMarek Vasut
2024-07-04am33xx: Provide a function to set up the debug UARTSimon Glass
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-06arm: omap2: Remove <common.h> and add needed includesTom Rini
2024-01-22mtd: Make CONFIG_MTD be the gate symbol for the menuTom Rini
2023-11-22siemens,am335x: clean-up draco targetsEnrico Leto
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-18am33xx: ignore return value from usb_ether_init()Trevor Woerner
2023-08-31event: Convert existing spy records to simpleSimon Glass
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-05-31arm: Remove ti816x_evm board and ti816x SoC supportTom Rini
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass
2022-12-23global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFGTom Rini
2022-12-22arm: ti814x: Remove remaining support codeTom Rini
2022-12-07global: Remove extraneous DM_ETH imply/selectTom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30video: Drop CONFIG_AM335X_LCDSimon Glass
2022-10-30video: Move and rename DM_HX8238D optionSimon Glass
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-08-20arm: Remove cm_t335 boardTom Rini
2022-06-28siemens: Move CONFIG_FACTORYSET to KconfigTom Rini
2022-04-01Convert CONFIG_CLOCK_SYNTHESIZER to KconfigTom Rini
2022-04-01am33xx: musb: Remove unused configuration logicTom Rini
2022-03-18Convert CONFIG_AM335X_USB0 et al to KconfigTom Rini
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass
2021-07-19Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini
2021-07-15am335x, guardian: Enable panel driver Himax HX8238DGireesh Hiremath
2021-07-15am335x, guardian: mem: Add board dependent mem valuesMoses Christopher
2021-05-13am335x: add support for cape detect functionalityKory Maincent
2021-05-13arm: am335x: add support for i2c2 busKory Maincent
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk