- 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 618ba9f arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · 4 years, 3 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · 5 years ago
- fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
- 0de45b8 arm: mach-omap2: am33xx: Init pinmux before clock by Marek Vasut · 6 years ago
- d2e56a7 arm: mach-omap2: am33xx: Disable EMIF_DEVOFF immediately before hw leveling by Brad Griffis · 6 years ago
- 4b02508 arm: mach-omap2: am33xx: Enable HW Leveling in the rtc+ddr path by Brad Griffis · 6 years ago
- 103d003 arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
- 3a502f6 omap: detect the board after DM is available by Jean-Jacques Hiblot · 6 years ago
- bf92626 am335x: Register the I2C controllers if DM_I2C is used. by Jean-Jacques Hiblot · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- be5bacc ARM: am33xx: Inhibit re-initialization of DDR during RTC-only by Russ Dill · 7 years ago
- 5d6acae ARM: AM43xx: Add support for RTC only + DDR in self-refresh mode by Tero Kristo · 7 years ago
- 3e73a18 am33xx: board: Call spl_early_init() to support sdram_init() by Faiz Abbas · 7 years ago
- 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- ff16f88 am33xx: board: Refactor USB initialization into separate function by Alexandru Gagniuc · 8 years ago
- ca23da1 arm: omap: Detect boot mode very early by Lokesh Vutla · 7 years ago
- a8cb022 arm: omap: Unify get_device_type() function by Semen Protsenko · 7 years ago
- fbb2552 ti816x: Rework DDR initialization sequence by Tom Rini · 8 years ago
- 1d3bfcd arm: amx3xx: Add support for early debug by Lokesh Vutla · 8 years ago
- 6302e53 arm: am33xx: Add support for mulitiple PLL input frequencies by Lokesh Vutla · 8 years ago
- bed46ef arch: arm: omap: Declare size of ddr very early by Lokesh Vutla · 8 years ago
- e0e319a ti: boot: Register the MMC controllers in SPL in the same way as in u-boot by Jean-Jacques Hiblot · 8 years ago
- 06f108e serial, ns16550: bugfix: ns16550 fifo not enabled by Heiko Schocher · 8 years ago
- b2c8868 mmc: move more driver config options to Kconfig by Masahiro Yamada · 8 years ago
- 6ad84ba am33xx: board: init usb ether gadget for rndis support by Mugunthan V N · 8 years ago
- 9224f61 drivers: usb: musb: adopt musb backend driver to driver model by Mugunthan V N · 8 years ago
- 4b1d29a am33xx: board: probe misc drivers to register musb devices by Mugunthan V N · 8 years ago
- 6278106 am33xx: board: do not register usb devices when CONFIG_DM_USB is defined by Mugunthan V N · 8 years ago
- 28eec37 arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms by Tom Rini · 8 years ago[Renamed from arch/arm/cpu/armv7/am33xx/board.c]
- 93e0f5b board: ti: amx3xx: Remove multiple EEPROM reads by Lokesh Vutla · 8 years ago
- d33266b ARM: AMx3xx: Centralize early clock initialization by Lokesh Vutla · 8 years ago
- b505618 ARM: AMx3xx: Allow arch specific code to use early DM by Lokesh Vutla · 8 years ago
- 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- d1e22fa ARM: Various: Future-proof serial platdata by Adam Ford · 9 years ago
- 937fd03 am33xx/am43xx: Add platform data for GPIOs by Tom Rini · 9 years ago
- 18dc02e am33xx: Update serial pdata by Tom Rini · 9 years ago
- 4676aa7 am33xx: Remove serial_init in s_init for QSPI/NOR XIP boot by Vignesh R · 9 years ago
- 7bc2bca gpio: omap: Drop 'method' parameter by Tom Rini · 9 years ago
- 5ba1596 am33xx: Update DT files, add am335x_gp_evm_config target by Tom Rini · 9 years ago
- f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
- 0c078ea ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK by Simon Glass · 10 years ago
- c95d6c4 TI ARMv7: Don't use GD before crt0.S has set it by Tom Rini · 10 years ago
- 4176a25 am33xx: Drop timer_init call from s_init by Tom Rini · 10 years ago
- ccc03a7 dm: am33xx: Provide platform data for serial by Simon Glass · 10 years ago
- 91d0390 dm: am33xx: Provide platform data for GPIOs by Simon Glass · 10 years ago
- aa5121f am33xx/omap: Allow cache enable for all Sitara/OMAP by Simon Glass · 11 years ago
- 9fec9ae arm:am33xx: Rework s_init and add board_early_init_f by Tom Rini · 11 years ago
- cb23d3d arm:am33xx: Make dram_init call sdram_init() in some contexts by Tom Rini · 11 years ago
- 5248bba am43xx_evm: Add qspiboot target by Sourav Poddar · 11 years ago
- 8de09df am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT by Tom Rini · 11 years ago
- 35c616c am33xx: Rework #ifdef's around s_init for clarity by Tom Rini · 11 years ago
- 00822ca ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control by Dave Gerlach · 11 years ago
- e290d17 am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF by Tom Rini · 11 years ago
- 2233e46 arm, am33x: make RTC32K OSC enable configurable by Heiko Schocher · 11 years ago
- 56424eb am33xx, davinci: Create and use <asm/davinci_rtc.h> by Tom Rini · 11 years ago
- 5adac35 am335x:Handle worst case scenario for Errata 1.0.24 by Steve Kipisz · 11 years ago
- ac8fdf9 am33xx: Add am33xx_spl_board_init function, call by Tom Rini · 11 years ago
- b21f2ac ARM: AM33xx: Move s_init to a common place by Heiko Schocher · 11 years ago
- b1b6fba ARM: AM33xx: Cleanup clocks layer by Lokesh Vutla · 11 years ago
- c1399b4 am335x_evm: Add support to boot from NOR. by Steve Kipisz · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 57004c5 arm, am33xx: move uart soft reset code to common place by Heiko Schocher · 11 years ago
- 8aa1da9 arm, am33xx: move rtc32k_enable() to common place by Heiko Schocher · 11 years ago
- e24646f am33xx: convert defines from am33xx-specific to generic names by Matt Porter · 12 years ago
- 4be9dbc omap_hsmmc: add driver check for write protection by Nikita Kiryanov · 12 years ago
- 4eae05c omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · 12 years ago
- b56eeed Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
- 2ebbb86 am33xx: NAND support by Ilya Yanok · 12 years ago
- 7aa1a6e am33xx: init OTG hardware and new musb gadget driver by Ilya Yanok · 12 years ago
- aabb9f8 am33xx/board: use cpu_mmc_init() for default mmc initialization by Peter Korsgaard · 12 years ago
- 85ec2db am33xx: move ti i2c baseboard header handling to board/ti/am335x/ by Peter Korsgaard · 12 years ago
- a207efe am33xx/board.c: make wdtimer/uart_base static by Peter Korsgaard · 12 years ago
- 2d7da5f am335x: Enable RTC 32K OSC clock by Vaibhav Hiremath · 13 years ago
- a987464 am33xx: Enable DDR3 for DDR3 version of beaglebone by Joel A Fernandes · 12 years ago
- 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
- 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
- 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
- 63f4148 am33xx: Remove redundant timer config by Tom Rini · 12 years ago
- 0dc71d1 am33xx: Correct MMC1, remove MMC2 support by Tom Rini · 12 years ago
- 7a24772 am33xx: Rework pinmux functions by Tom Rini · 12 years ago
- 132b6db am33xx evm: Add CONFIG_CMD_EEPROM and related by Tom Rini · 12 years ago
- 4b30240 am33xx: Add support for TI AM335x StarterKit EVM by Tom Rini · 12 years ago
- 59c2cc9 am33xx: Remove board/ti/am335x/evm.c by Tom Rini · 12 years ago
- 3fd4456 am33xx: Pass to config_ddr the type of memory that is connected by Tom Rini · 12 years ago
- 6229e33 omap: am33xx: enable gpio support by Steve Sakoman · 12 years ago
- 5899cef am33xx: Do not call init_timer twice by Tom Rini · 13 years ago
- a9b0556 ARM:OMAP+:MMC: Add parameters to MMC init by Jonathan Solnit · 13 years ago
- 77a73fe ARM:AM33XX: Add SPL support for AM335X EVM by Chandan Nath · 13 years ago
- d6e97f8 ARM:AM33XX: Add mmc/sd support by Chandan Nath · 13 years ago
- 5b5c212 ARM:AM33XX: Fix ddr and timer register offset by Chandan Nath · 13 years ago
- 7d74410 ARM:AM33XX: Add support for TI AM335X EVM by Chandan Nath · 13 years ago