aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck5-6/+0
2012-09-25ARM: arm1176: Define arch_cpu_init() at the SoC levelStephen Warren3-8/+25
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini37-926/+1359
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-20Flex bus definition update for Coldfire 5253.Jason Jin1-0/+68
2012-09-20ColdFire: Queued SPI driverRichard Retanubun3-2/+41
2012-09-20ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455Alison Wang5-187/+201
2012-09-20ColdFire: Clean up checkpatch warnings for MCF547x and MCF548xAlison Wang5-112/+122
2012-09-20ColdFire: Clean up checkpatch warnings for MCF523xAlison Wang4-84/+96
2012-09-20ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301xAlison Wang4-203/+226
2012-09-20ColdFire: Clean up checkpatch warnings for MCF52x2Alison Wang4-197/+229
2012-09-20ColdFire: Clean up checkpatch warnings for MCF5227xAlison Wang4-101/+107
2012-09-20ColdFire: Add clear and set bits macros for ColdFire platformAlison Wang1-1/+37
2012-09-20ColdFire: Update the bitops for ColdFire platformAlison Wang1-32/+27
2012-09-18ARM: Remove apollon boardMarek Vasut1-10/+0
2012-09-18dm: sparc: Fixup the compile warnings in sparc codeMarek Vasut3-7/+6
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-14Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini10-29/+151
2012-09-12Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2-4/+4
2012-09-11microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASEMichal Simek1-4/+6
2012-09-11microblaze: Clean microblaze initializationMichal Simek3-15/+7
2012-09-11microblaze: timer: Prepare for device-tree initializationMichal Simek3-38/+39
2012-09-11microblaze: intc: Coding style cleanupMichal Simek1-13/+13
2012-09-11microblaze: intc: Registering interrupt should return valueMichal Simek2-8/+19
2012-09-11microblaze: board: Remove compilation warningMichal Simek1-1/+2
2012-09-11microblaze: Add support for device tree driven board configurationMichal Simek4-0/+28
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