aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-10-03kirkwood: use c-struct for access to SDRAM addr decode registersHolger Brunck1-6/+17
2012-10-03kirkwood: fix mpp.h coding styleLuka Perkov1-1/+1
2012-10-03ARM : Add GPIO Driver and IOMUX definition for S3C2440Gabriel Huau2-0/+371
2012-10-03rmobile: Fix build timer driver with BUILD_DIRNobuhiro Iwamatsu1-2/+8
2012-10-03arm: rmobile: Add cpu_eth_init functionNobuhiro Iwamatsu2-0/+37
2012-10-03arm: rmobile: Add support for ATMARK-TECHNO Armadillo-800EVA boardHideyuki Sano1-0/+13
2012-10-03arm: rmobile: Add support PFC of Renesas R8A7740Nobuhiro Iwamatsu4-1/+3200
2012-10-03arm: rmobile: Add support Renesas R8A7740Nobuhiro Iwamatsu6-0/+363
2012-10-03arm: rmobile: Add support TMU base timer functionNobuhiro Iwamatsu1-1/+2
2012-10-03arm: rmobile: Change initializing ICCICR registerNobuhiro Iwamatsu1-0/+3
2012-10-03arm: rmobile: kzm9g: separate cpu_rev to integer and fractionTetsuyuki Kobayashi2-9/+30
2012-10-03arm: rmobile: kzm9g: fix CPU infoTetsuyuki Kobayashi2-4/+4
2012-10-03arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdtTetsuyuki Kobayashi1-0/+2
2012-10-03arm: rmobile: Support build with gcc-4.6 or laterNobuhiro Iwamatsu2-1/+27
2012-10-03arm: rmobile: kzm9g: enable reset commandTetsuyuki Kobayashi1-0/+4
2012-10-03arm: rmobile: kzm9g: Adjust low level hardware settingTetsuyuki Kobayashi1-1/+3
2012-10-03arm: rmobile: Add supoprt for KMC KZM-A9-GT boardNobuhiro Iwamatsu1-0/+13
2012-10-03arm: rmobile: Add support PFC of Renesas SH73A0Nobuhiro Iwamatsu3-0/+2817
2012-10-03arm: rmobile: Add support Renesas SH73A0Nobuhiro Iwamatsu9-24/+1067
2012-10-03arm: rmobile: Add basic support for Renesas R-MobileNobuhiro Iwamatsu4-0/+227
2012-10-03ARMv7: Add register definition of global timerNobuhiro Iwamatsu1-0/+36
2012-10-02openrisc/bitops: add hweightX definesStefan Kristiansson1-0/+4
2012-10-02openrisc: implement get_ticks and get_tbclkStefan Kristiansson1-0/+10
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 ARIBAUD286-72207/+3379
2012-09-29sandbox: Add asm/errno.hSimon Glass1-0/+1
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-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