aboutsummaryrefslogtreecommitdiff
path: root/board/overo
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-02common: Move serial functions out of common.hSimon Glass1-0/+1
2019-08-12Merge branch '2019-08-11-ti-imports'Tom Rini2-14/+26
2019-08-12ARM: omap3: overo: Fix MMC init for SPLAnselm Busse2-14/+26
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-22/+22
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-2/+2
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini1-3/+3
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-2/+2
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher1-1/+2
2016-03-14ARM: Various: Future-proof serial platdataAdam Ford1-3/+3
2015-11-21ns16550: unify serial_omapThomas Chou1-1/+1
2015-10-22omap-common: Common function to display die id, replacing omap3-specific versionPaul Kocialkowski1-1/+1
2015-05-10overo: Fix regression introduced in a6b541bArun Bharadwaj1-14/+0
2015-05-10overo: Split overo.c into spl.c, common.c and overo.cArun Bharadwaj5-379/+425
2015-05-10overo: Add support for Palo35 expansion boardAsh Charles1-0/+1
2015-05-10omap3: overo: Add DTS support for TobiDuo expansionArun Bharadwaj1-0/+1
2015-05-10omap3: overo: Set the Arbor43C 'expansionname'Ash Charles1-0/+1
2014-12-04omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski1-0/+7
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2-104/+183
2014-10-23dm: omap3: Move to driver model for GPIO and serialSimon Glass1-0/+13
2014-10-23omap3: overo: Add usb host supportStefan Herbrechtsmeier1-0/+34
2014-10-23omap3: overo: Separate module and expansion board MUX configurationStefan Herbrechtsmeier2-75/+102
2014-10-23omap3: overo: Move ethernet setup to board_eth_init functionStefan Herbrechtsmeier1-29/+47
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-2/+0
2014-08-30omap3: kconfig: move board select menu and common settingsMasahiro Yamada1-8/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+19
2014-06-19omap3: overo: Select fdtfile for expansion boardAsh Charles1-0/+14
2014-05-23OMAP3: overo: add some Gumstix expansion boardsAsh Charles2-2/+56
2014-05-23Add Board Revision for Wireless chipAsh Charles2-0/+2
2014-03-04mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta1-1/+0
2013-11-13i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher1-1/+1
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-19/+1
2013-08-15omap: overo: Use 200MHz SDRC timings for revision 1, 2 & 3 boardsAsh Charles1-8/+8
2013-08-15omap: overo: update support for Micron 1GB POPSteve Sakoman2-0/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk3-51/+3
2013-04-08asm/omap_gpmc.h: consolidate common definesAndreas Bießmann1-1/+1
2013-03-08omap_hsmmc: add driver check for write protectionNikita Kiryanov1-1/+1
2013-03-08omap_hsmmc: implement driver check for card detectionNikita Kiryanov1-2/+1
2012-12-10Pass sdrc timing values through board_sdrc_timings structurePeter Barada1-19/+18
2012-09-27omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini1-10/+0