aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini6-153/+277
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Remove linker lists (LGAs) from SPL linker scriptsAlbert ARIBAUD1-4/+0
2013-03-12arm: omap: map u_boot_lists section to .sramAlbert ARIBAUD1-1/+1
2013-03-11arm: dra7xx: Add silicon id support for DRA752 socLokesh Vutla1-2/+7
2013-03-11arm: dra7xx: Add DDR related data for DRA752 ES1.0Lokesh Vutla1-1/+1
2013-03-11arm: dra7xx: clock: Add the dplls dataLokesh Vutla1-1/+25
2013-03-11ARM: OMAP5: srcomp: enable slew rate compensation cells after powerupLokesh Vutla1-0/+6
2013-03-11ARM: OMAP4/5: clocks: Add the required OPP settings as per the latest addendumSRICHARAN R1-5/+4
2013-03-11ARM: OMAP4+: Make control module register structure genericLokesh Vutla1-4/+1
2013-03-11ARM: OMAP4+: Cleanup emif specific filesLokesh Vutla1-37/+9
2013-03-11ARM: OMAP4+: Clean up the pmic codeSRICHARAN R1-26/+57
2013-03-11ARM: OMAP4+: Cleanup the clocks layerSRICHARAN R1-8/+81
2013-03-11ARM: OMAP4+: Change the PRCM structure prototype common for all SocsSRICHARAN R4-60/+64
2013-03-11ARM: OMAP4+: emif: Detect SDRAM from SDRAM config registerLokesh Vutla2-5/+19
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
2013-02-18am33xx: support for booting via usbethIlya Yanok1-0/+3
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass1-5/+6
2013-02-01arm: Move tbl to arch_global_dataSimon Glass1-7/+8
2012-12-10omap: emif: configure emif only when requiredLokesh Vutla1-5/+36
2012-12-10OMAP: Tweak omap-common/Makefile since reset.S -> reset.cRobert P. J. Day1-3/+2
2012-12-10OMAP: include sys_proto.h from boot-commonIlya Yanok1-0/+1
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-04arm: Remove additional config flagsMichal Simek1-9/+0
2012-10-01am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XXJoel A Fernandes1-2/+3
2012-09-27SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2-108/+0
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-0/+3
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini7-447/+3
2012-09-27ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini2-1/+7
2012-09-27ARM: SPL: Start hooking in the current SPI SPL supportTom Rini1-0/+5
2012-09-27ARM: SPL: Clean up spl.c / spl_nand.c slightlyTom Rini2-16/+8
2012-09-27ARM: SPL: Make spl_mmc.c more genericTom Rini2-21/+18
2012-09-27ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini5-4/+5
2012-09-27ARM: SPL: Only call mem_malloc_init if configuredTom Rini1-0/+2
2012-09-27ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.cTom Rini1-10/+3
2012-09-27ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini3-3/+3
2012-09-27ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini4-5/+5
2012-09-27omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.Pavel Machek1-3/+3
2012-09-27omap-common: Fix typo in save_boot_params() in lowlevel_init.STom Rini1-1/+1
2012-09-27omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini2-6/+8
2012-09-27spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORTTom Rini1-0/+4
2012-09-01omap4/5/am33xx: Make lowlevel_init available to all armv7 platformsTom Rini1-18/+0
2012-09-01dm: Move OMAP GPIO driver to drivers/gpio/Marek Vasut2-246/+0
2012-09-01omap: am33xx: enable gpio supportSteve Sakoman1-1/+1
2012-07-07ARM: OMAP4+: Move external phy initialisations to arch specific place.SRICHARAN R1-26/+6
2012-07-07omap: emif: fix bug in manufacturer code testSteve Sakoman1-1/+1
2012-07-07omap: emif: deal with rams that return duplicate mr data on all byte lanesSteve Sakoman1-1/+6
2012-07-07OMAP4+: Force DDR in self-refresh after warm resetLokesh Vutla2-0/+25
2012-07-07OMAP4+: Handle sdram init after warm resetLokesh Vutla1-4/+6