aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2012-10-01am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XXJoel A Fernandes2-2/+4
2012-10-01OMAP: networking support for SPLIlya Yanok1-0/+1
2012-09-30Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD186-70236/+587
2012-09-29Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2-0/+11
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini150-69488/+0
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini5-41/+83
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 Rini7-11/+90
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini10-489/+5
2012-09-27ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini3-1/+10
2012-09-27ARM: SPL: Start hooking in the current SPI SPL supportTom Rini2-0/+8
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 Rini5-26/+38
2012-09-27ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini13-76/+203
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 Rini3-14/+3
2012-09-27ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini5-5/+5
2012-09-27ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini6-8/+8
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 Rini5-9/+9
2012-09-27spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORTTom Rini1-0/+4
2012-09-25ARM: arm1176: Define arch_cpu_init() at the SoC levelStephen Warren3-8/+25
2012-09-24dm: net: Move IXP NPE to drivers/net/Marek Vasut150-69488/+0
2012-09-24i.MX: shut down video before launch of O/SEric Nelson1-0/+9
2012-09-23mx51evk: Add CONFIG_REVISION_TAGBenoît Thébaudeau1-0/+2
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini43-269/+448
2012-09-21Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD19-190/+218
2012-09-18ARM: Remove apollon boardMarek Vasut1-10/+0
2012-09-17Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-1/+2
2012-09-17MX6: drop binary constants from iomux headerStefano Babic1-62/+62
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren14-43/+171
2012-09-10tegra20: usb: rework set_host_modeLucas Stach1-16/+21
2012-09-10MX: set a common place to share code for Freescale i.MXStefano Babic7-1/+3
2012-09-07tegra: nand: Add Tegra NAND driverJim Lin1-0/+1
2012-09-07tegra: fdt: Add NAND controller binding and definitionsSimon Glass1-0/+7
2012-09-07tegra: Add NAND support to funcmuxSimon Glass2-0/+10
2012-09-06mx31: Define default SoC input clock frequenciesBenoît Thébaudeau3-10/+24
2012-09-06Fix mx31_decode_pllBenoît Thébaudeau1-3/+5
2012-09-06mx35 timer: Switch to 32-kHz sourceBenoît Thébaudeau1-17/+27
2012-09-06mx35: Define default SoC input clock frequenciesBenoît Thébaudeau3-28/+31
2012-09-06mx25: Define default SoC input clock frequenciesBenoît Thébaudeau3-9/+23
2012-09-06mx35: Fix clock dividersBenoît Thébaudeau2-59/+31
2012-09-06mx35: Add definitions for clock gate valuesBenoît Thébaudeau1-0/+6
2012-09-06mx35: Fix decode_pllBenoît Thébaudeau1-3/+6
2012-09-06omap4 i2c: add support for i2c bus 4Koen Kooi2-1/+2
2012-09-05mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung2-4/+4
2012-09-05Merge remote-tracking branch 'u-boot-ti/master' into mAlbert ARIBAUD3-21/+15
2012-09-04am33xx: Remove redundant timer configTom Rini1-20/+0
2012-09-04OMAP3: video: add macros to set display parametersStefano Babic1-0/+10