summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* am335x_evm: Add support to boot from NOR.Steve Kipisz2013-07-302-2/+6
* am335x_evm: Add support for the NOR module on the memory capeSteve Kipisz2013-07-302-0/+13
* am33xx: Correct gpmc_cfg->irqstatus/enableTom Rini2013-07-301-2/+2
* ARM: DRA7xx: Add CPSW support to DRA7xx EVMMugunthan V N2013-07-264-0/+40
* ARM: DRA7xx: Enable GMAC clock controlMugunthan V N2013-07-263-1/+12
* ARM: DRA7xx: Lock DPLL_GMACLokesh Vutla2013-07-264-0/+32
* omap3/sys_info: fix printout of OMAP36XX L3 freqencyAndreas Bießmann2013-07-261-3/+3
* arm: omap3: spl: Fix problem with 8bit NAND devicesStefan Roese2013-07-261-0/+12
* Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD2013-07-251610-25573/+2238
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-2510-23/+309
| |\
| | * nds32: Enable FPU if the version of CPU supportedken kuo2013-07-252-0/+52
| | * nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiersTom Rini2013-07-252-6/+2
| | * nds32: Convert Makefiles to use COBJS-y styleken kuo2013-07-254-13/+16
| | * nds32: ag101/ag102: Fix setting lastdec and now valuesAxel Lin2013-07-242-6/+8
| | * nds32: Enable the function of passing parameters to Linuxken kuo2013-07-241-0/+192
| | * nds32: Enable two banks of SDRAM on Andes boardken kuo2013-07-241-1/+5
| | * nds32: introduce macros for bit manipulationGabor Juhos2013-07-241-0/+37
| * | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2013-07-257-45/+76
| |\ \
| | * | MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos2013-07-241-4/+4
| | * | MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos2013-07-241-3/+3
| | * | MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos2013-07-241-1/+1
| | * | MIPS: xburst/start.S: rework relocation info checkGabor Juhos2013-07-241-3/+3
| | * | MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos2013-07-241-9/+9
| | * | MIPS: xburst/start.S: save gd in s0 registerGabor Juhos2013-07-241-1/+2
| | * | MIPS: xburst/start.S: save relocation offset in s1 registerGabor Juhos2013-07-241-6/+6
| | * | MIPS: xburst/start.S: save relocation address in s2 registerGabor Juhos2013-07-241-3/+5
| | * | MIPS: mips32/start.S: rework relocation info checkGabor Juhos2013-07-241-3/+3
| | * | MIPS: mips32/start.S: use t8 register for dynamic relocationGabor Juhos2013-07-241-9/+9
| | * | MIPS: mips32/cache.S: remove superfluous register assignmentGabor Juhos2013-07-241-2/+1
| | * | MIPS: mips64/interrupt.c: remove superfluous includeGabor Juhos2013-07-241-1/+0
| | * | MIPS: mips32/time.c: fix checkpatch errors/warningsGabor Juhos2013-07-241-2/+3
| | * | MIPS: qemu-malta: setup GT64120 registers as done by YAMONGabor Juhos2013-07-241-1/+3
| | * | MIPS: qemu-malta: enable flash supportGabor Juhos2013-07-241-0/+2
| | * | MIPS: qemu-malta: add reset supportGabor Juhos2013-07-241-0/+3
| | * | MIPS: qemu-malta: add support for emulated MIPS Malta boardGabor Juhos2013-07-241-0/+16
| | * | MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos2013-07-241-1/+7
| | * | MIPS: mips64: fix typos in copyright text of start.STom Rini2013-07-241-1/+1
| * | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-2432-76/+83
| |\ \ \ | | |/ / | |/| |
| | * | vf610: Add I2C support for Vybrid VF610 platformAlison Wang2013-07-235-0/+14
| | * | i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach2013-07-236-33/+5
| | * | i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2013-07-231-14/+0
| | * | i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-2313-17/+17
| | * | i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-234-15/+9
| | * | i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-236-8/+49
| | |/
| * | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241606-25430/+1771
| |/
* | ARM: highbank: avoid bss write in timer_initRob Herring2013-07-251-2/+0
* | ARM: highbank: set timer prescaler to 256Rob Herring2013-07-252-2/+6
* | ARM: highbank: fix get_tbclk value to timer rateRob Herring2013-07-251-1/+1
* | ARM: move interrupt_init to before relocationRob Herring2013-07-251-2/+1
|/
* powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPLPrabhakar Kushwaha2013-07-161-1/+3
OpenPOWER on IntegriCloud