aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap3/board.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platformsTom Rini1-434/+0
2016-06-09mtd: nand: omap: allow to switch to BCH16Heiko Schocher1-2/+4
2015-10-22omap-common: Common function to display die id, replacing omap3-specific versionPaul Kocialkowski1-1/+1
2015-08-12gpio: omap: Drop 'method' parameterTom Rini1-12/+12
2015-07-27omap-common: Common boot code OMAP3 support and cleanupPaul Kocialkowski1-59/+0
2015-03-13ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon1-25/+20
2015-03-13ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon1-21/+10
2015-03-13ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1Nishanth Menon1-4/+2
2015-03-05omap: gpmc: 'nandecc sw' can use HAM1 or BCH8Ash Charles1-1/+10
2015-03-04ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACKSimon Glass1-4/+6
2015-01-16TI ARMv7: Don't use GD before crt0.S has set itTom Rini1-8/+1
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-1/+25
2014-10-25omap3: board: add missing include and protoJeroen Hofstee1-0/+1
2014-10-25omap3: make local functions staticJeroen Hofstee1-1/+1
2014-10-23dm: omap3: Move to driver model for GPIO and serialSimon Glass1-1/+25
2014-07-01Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+2
2014-06-19omap3: board: trivial: add void for no argsJeroen Hofstee1-2/+2
2014-06-11am33xx/omap: Allow cache enable for all Sitara/OMAPSimon Glass1-8/+0
2014-04-17ARM: OMAP: remove sr32() from OMAP board codeWolfgang Denk1-2/+2
2013-11-13i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-08omap_gpmc: change nandecc commandAndreas Bießmann1-8/+23
2013-03-11OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.Enric Balletbo i Serra1-1/+1
2013-03-08omap_hsmmc: add driver check for write protectionNikita Kiryanov1-2/+2
2013-03-08omap_hsmmc: implement driver check for card detectionNikita Kiryanov1-2/+2
2012-12-10omap3: Add a few comments to "#endif"s for readability.Robert P. J. Day1-2/+2
2012-10-30omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFFTom Rini1-13/+15
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-0/+4
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini1-1/+1
2012-09-27ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini1-0/+3
2012-09-27ARM: SPL: Make spl_mmc.c more genericTom Rini1-0/+15
2012-09-27ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini1-0/+1
2012-09-27ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.cTom Rini1-3/+0
2012-09-27ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini1-1/+1
2012-09-27ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini1-2/+2
2012-05-15omap3: Introduce weak misc_init_rTom Rini1-0/+12
2012-03-27OMAP3: SPL: do not call I2C init if no I2C is set.Stefano Babic1-0/+2
2012-02-27armv7: omap3: leave outer cache enabledAneesh V1-1/+1
2012-02-12omap3: fix comment typosPeter Meerwald1-2/+2
2012-02-12OMAP3+: Clock: Adding ehci clock enablingGovindraj.R1-0/+4
2012-01-16OMAP SPL: call timer_init in s_init to make udelay work earlierAndreas Müller1-0/+2
2011-12-06OMAP3: Add SPL_BOARD_INIT hookTom Rini1-0/+5
2011-11-29OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that.Alexander Holler1-11/+1
2011-10-27OMAP3 SPL: Provide weak omap_rev_stringTom Rini1-6/+0
2011-09-30omap-common: add nand spl supportSimon Schwarz1-2/+48
2011-09-04omap: enable caches at system start-upAneesh V1-0/+8
2011-09-04omap: fix gpio related build breaksAneesh V1-1/+1
2011-08-03omap: reuse omap3 gpio support in omap4Aneesh V1-0/+12
2011-07-04armv7: adapt omap3 to the new cache maintenance frameworkAneesh V1-19/+117