summaryrefslogtreecommitdiffstats
path: root/board/overo
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* arm: Don't include common.h in header filesSimon Glass2020-05-181-0/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* Merge branch '2019-08-11-ti-imports'Tom Rini2019-08-122-14/+26
|\
| * ARM: omap3: overo: Fix MMC init for SPLAnselm Busse2019-08-122-14/+26
* | env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-041-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-22/+22
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-051-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-161-2/+2
|\
| * mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-151-2/+2
* | Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2017-05-151-3/+3
|/
* serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher2017-01-201-1/+2
* ARM: Various: Future-proof serial platdataAdam Ford2016-03-141-3/+3
* ns16550: unify serial_omapThomas Chou2015-11-211-1/+1
* omap-common: Common function to display die id, replacing omap3-specific versionPaul Kocialkowski2015-10-221-1/+1
* overo: Fix regression introduced in a6b541bArun Bharadwaj2015-05-101-14/+0
* overo: Split overo.c into spl.c, common.c and overo.cArun Bharadwaj2015-05-105-379/+425
* overo: Add support for Palo35 expansion boardAsh Charles2015-05-101-0/+1
* omap3: overo: Add DTS support for TobiDuo expansionArun Bharadwaj2015-05-101-0/+1
* omap3: overo: Set the Arbor43C 'expansionname'Ash Charles2015-05-101-0/+1
* omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski2014-12-041-0/+7
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-10-272-104/+183
|\
| * omap3: overo: Add usb host supportStefan Herbrechtsmeier2014-10-231-0/+34
| * omap3: overo: Separate module and expansion board MUX configurationStefan Herbrechtsmeier2014-10-232-75/+102
| * omap3: overo: Move ethernet setup to board_eth_init functionStefan Herbrechtsmeier2014-10-231-29/+47
* | dm: omap3: Move to driver model for GPIO and serialSimon Glass2014-10-231-0/+13
|/
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-2/+0
* omap3: kconfig: move board select menu and common settingsMasahiro Yamada2014-08-301-8/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-301-0/+6
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+19
* omap3: overo: Select fdtfile for expansion boardAsh Charles2014-06-191-0/+14
* OMAP3: overo: add some Gumstix expansion boardsAsh Charles2014-05-232-2/+56
* Add Board Revision for Wireless chipAsh Charles2014-05-232-0/+2
* mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta2014-03-041-1/+0
* i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher2013-11-131-1/+1
* board: arm: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-19/+1
* omap: overo: Use 200MHz SDRC timings for revision 1, 2 & 3 boardsAsh Charles2013-08-151-8/+8
* omap: overo: update support for Micron 1GB POPSteve Sakoman2013-08-152-0/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-243-51/+3
* asm/omap_gpmc.h: consolidate common definesAndreas Bießmann2013-04-081-1/+1
* omap_hsmmc: add driver check for write protectionNikita Kiryanov2013-03-081-1/+1
* omap_hsmmc: implement driver check for card detectionNikita Kiryanov2013-03-081-2/+1
* Pass sdrc timing values through board_sdrc_timings structurePeter Barada2012-12-101-19/+18
* omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini2012-09-271-10/+0