summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap-common
Commit message (Expand)AuthorAgeFilesLines
* Replace __bss_end__ with __bss_endSimon Glass2013-03-151-1/+1
* arm: Move lastinc to arch_global_dataSimon Glass2013-02-011-5/+6
* arm: Move tbl to arch_global_dataSimon Glass2013-02-011-7/+8
* omap: emif: configure emif only when requiredLokesh Vutla2012-12-101-5/+36
* OMAP: Tweak omap-common/Makefile since reset.S -> reset.cRobert P. J. Day2012-12-101-3/+2
* OMAP: include sys_proto.h from boot-commonIlya Yanok2012-12-101-0/+1
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* arm: Remove additional config flagsMichal Simek2012-10-041-9/+0
* am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XXJoel A Fernandes2012-10-011-2/+3
* SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2012-09-272-108/+0
* SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-271-0/+3
* SPL: Move the omap SPL framework to common/splTom Rini2012-09-277-447/+3
* ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini2012-09-272-1/+7
* ARM: SPL: Start hooking in the current SPI SPL supportTom Rini2012-09-271-0/+5
* ARM: SPL: Clean up spl.c / spl_nand.c slightlyTom Rini2012-09-272-16/+8
* ARM: SPL: Make spl_mmc.c more genericTom Rini2012-09-272-21/+18
* ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini2012-09-275-4/+5
* ARM: SPL: Only call mem_malloc_init if configuredTom Rini2012-09-271-0/+2
* ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.cTom Rini2012-09-271-10/+3
* ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini2012-09-273-3/+3
* ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini2012-09-274-5/+5
* omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.Pavel Machek2012-09-271-3/+3
* omap-common: Fix typo in save_boot_params() in lowlevel_init.STom Rini2012-09-271-1/+1
* omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini2012-09-272-6/+8
* spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORTTom Rini2012-09-271-0/+4
* omap4/5/am33xx: Make lowlevel_init available to all armv7 platformsTom Rini2012-09-011-18/+0
* dm: Move OMAP GPIO driver to drivers/gpio/Marek Vasut2012-09-012-246/+0
* omap: am33xx: enable gpio supportSteve Sakoman2012-09-011-1/+1
* ARM: OMAP4+: Move external phy initialisations to arch specific place.SRICHARAN R2012-07-071-26/+6
* omap: emif: fix bug in manufacturer code testSteve Sakoman2012-07-071-1/+1
* omap: emif: deal with rams that return duplicate mr data on all byte lanesSteve Sakoman2012-07-071-1/+6
* OMAP4+: Force DDR in self-refresh after warm resetLokesh Vutla2012-07-072-0/+25
* OMAP4+: Handle sdram init after warm resetLokesh Vutla2012-07-071-4/+6
* ARM: OMAP3+: Detect reset typeLokesh Vutla2012-07-071-0/+5
* OMAP5: DPLL core lock for OMAP5432Lokesh Vutla2012-07-072-6/+15
* OMAP5: EMIF: Add support for DDR3 deviceLokesh Vutla2012-07-071-3/+102
* ARM: OMAP5: Align memory used for testing to the power of 2SRICHARAN R2012-07-071-0/+3
* ARM: OMAP4+: dmm: Take care of overlapping dmm and trap sections.SRICHARAN R2012-07-071-2/+18
* omap4+: Remove CONFIG_ARCH_CPU_INITTom Rini2012-05-151-10/+0
* armv7: add appropriate headers for assembly functionsAneesh V2012-05-151-7/+7
* OMAP3+: reset: Create a common reset layer.SRICHARAN R2012-05-151-16/+14
* arm: omap5: correct boot device mode7 for eMMCBalaji T K2012-05-152-0/+2
* OMAP4/5: device: Add support to get the device type.SRICHARAN R2012-05-151-1/+5
* OMAP5: palmas: Configure nominal opp vdd valuesSRICHARAN R2012-05-151-9/+2
* OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.SRICHARAN R2012-05-152-7/+52
* OMAP5: clocks: Change clock settings as required for ES1.0 silicon.SRICHARAN R2012-05-151-0/+5
* OMAP4460: TPS Ensure SET1 is selected after voltage configurationNishanth Menon2012-05-151-1/+18
* OMAP3+: Introduce generic logic for OMAP voltage controllerNishanth Menon2012-05-153-43/+144
* ARM:OMAP+:MMC: Add parameters to MMC initJonathan Solnit2012-05-151-2/+2
* CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZEMarek Vasut2012-04-191-1/+1
OpenPOWER on IntegriCloud