summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/am33xx/board.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-04am33xx: Provide a function to set up the debug UARTSimon Glass1-3/+15
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06arm: omap2: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-18am33xx: ignore return value from usb_ether_init()Trevor Woerner1-5/+1
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2022-12-23global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFGTom Rini1-2/+2
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-3/+3
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini1-16/+16
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-2/+2
2022-04-01am33xx: musb: Remove unused configuration logicTom Rini1-76/+6
2022-03-18Convert CONFIG_AM335X_USB0 et al to KconfigTom Rini1-4/+4
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+3
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-3/+3
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass1-1/+1
2021-07-15am335x, guardian: mem: Add board dependent mem valuesMoses Christopher1-0/+4
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-5/+5
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-5/+5
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-09-15arm: mach-omap2: am33xx: Add device structure for spiFaiz Abbas1-0/+18
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-2/+2
2019-07-11arm: mach-omap2: am33xx: Init pinmux before clockMarek Vasut1-1/+1
2019-05-05arm: mach-omap2: am33xx: Disable EMIF_DEVOFF immediately before hw levelingBrad Griffis1-3/+0
2019-05-05arm: mach-omap2: am33xx: Enable HW Leveling in the rtc+ddr pathBrad Griffis1-1/+29
2018-12-14arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROLJean-Jacques Hiblot1-8/+50
2018-12-10omap: detect the board after DM is availableJean-Jacques Hiblot1-3/+6
2018-12-10am335x: Register the I2C controllers if DM_I2C is used.Jean-Jacques Hiblot1-0/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06ARM: am33xx: Inhibit re-initialization of DDR during RTC-onlyRuss Dill1-0/+14
2018-04-06ARM: AM43xx: Add support for RTC only + DDR in self-refresh modeTero Kristo1-8/+102
2018-01-28am33xx: board: Call spl_early_init() to support sdram_init()Faiz Abbas1-0/+3
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-07-11am33xx: board: Refactor USB initialization into separate functionAlexandru Gagniuc1-4/+10
2017-07-10arm: omap: Detect boot mode very earlyLokesh Vutla1-0/+8
2017-06-09arm: omap: Unify get_device_type() functionSemen Protsenko1-0/+3
2017-06-05ti816x: Rework DDR initialization sequenceTom Rini1-0/+21
2017-05-12arm: amx3xx: Add support for early debugLokesh Vutla1-0/+4
2017-05-12arm: am33xx: Add support for mulitiple PLL input frequenciesLokesh Vutla1-2/+0
2017-05-11arch: arm: omap: Declare size of ddr very earlyLokesh Vutla1-0/+4
2017-03-19ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot1-1/+1
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher1-6/+12