aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-08-09powerpc/rman: fix RMan support for t4240 and b4860Minghuan Lian2-8/+8
2013-08-09powerpc/asm: Move function declaration of 'serdes_get_prtcl' to fsl_serdes.hShaveta Leekha2-1/+1
2013-08-09powerpc/mpc85xx: Add defines for serdes RSTCTL registerShaveta Leekha1-1/+3
2013-08-09board/bsc9132qds: Configure DSP DDR controllerPriyanka Jain1-0/+6
2013-08-09board/bsc9132qds: Add DSP side tlb and lawsPriyanka Jain2-1/+9
2013-08-09powerpc/srio-pcie-boot: Avoid the NOR_BOOT macro when boot from SRIO/PCIELiu Gang1-1/+2
2013-08-09powerpc/mpc85xx: Workaround for A-005812York Sun4-0/+29
2013-08-09powerpc/mpc8xxx: Add memory reset controlYork Sun7-13/+102
2013-08-09powerpc/mpc8xxx: Add x4 DDR device supportYork Sun6-0/+13
2013-08-09powerpc/mpc8xxx: Set inactive csn_bnds to 0xffffffffYork Sun2-3/+9
2013-08-09powerpc/corenet: Move RCW print to cpu.cYork Sun1-4/+19
2013-08-09mpc85xx: Base emulator supportYork Sun4-1/+19
2013-08-09powerpc/corenet: Move CONFIG_FSL_CORENET out of board header fileYork Sun1-0/+5
2013-08-09powerpc/t4: Correct LIODN assignment for SRIOLiu Gang2-2/+3
2013-08-09powerpc/b4860: Correct LIODN assignment for SRIOLiu Gang2-2/+3
2013-08-09powerpc/srio: Update the SRIO LIODN registers and ID table macroLiu Gang2-0/+23
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren5-57/+0
2013-07-31blackfin: Fix using gd->baudrate before setting its valueAxel Lin1-2/+1
2013-07-31blackfin: gpio: Use proper mask for comparing functionAxel Lin1-5/+6
2013-07-31blackfin: gpio: Unreserve gpio in special_gpio_free()Axel Lin1-2/+2
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini10-23/+309
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini7-45/+76
2013-07-25nds32: Enable FPU if the version of CPU supportedken kuo2-0/+52
2013-07-25nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiersTom Rini2-6/+2
2013-07-25nds32: Convert Makefiles to use COBJS-y styleken kuo4-13/+16
2013-07-24MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos1-4/+4
2013-07-24MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos1-3/+3
2013-07-24MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos1-1/+1
2013-07-24MIPS: xburst/start.S: rework relocation info checkGabor Juhos1-3/+3
2013-07-24MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos1-9/+9
2013-07-24MIPS: xburst/start.S: save gd in s0 registerGabor Juhos1-1/+2
2013-07-24MIPS: xburst/start.S: save relocation offset in s1 registerGabor Juhos1-6/+6
2013-07-24MIPS: xburst/start.S: save relocation address in s2 registerGabor Juhos1-3/+5
2013-07-24MIPS: mips32/start.S: rework relocation info checkGabor Juhos1-3/+3
2013-07-24MIPS: mips32/start.S: use t8 register for dynamic relocationGabor Juhos1-9/+9
2013-07-24MIPS: mips32/cache.S: remove superfluous register assignmentGabor Juhos1-2/+1
2013-07-24MIPS: mips64/interrupt.c: remove superfluous includeGabor Juhos1-1/+0
2013-07-24MIPS: mips32/time.c: fix checkpatch errors/warningsGabor Juhos1-2/+3
2013-07-24MIPS: qemu-malta: setup GT64120 registers as done by YAMONGabor Juhos1-1/+3
2013-07-24MIPS: qemu-malta: enable flash supportGabor Juhos1-0/+2
2013-07-24MIPS: qemu-malta: add reset supportGabor Juhos1-0/+3
2013-07-24MIPS: qemu-malta: add support for emulated MIPS Malta boardGabor Juhos1-0/+16
2013-07-24MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos1-1/+7
2013-07-24MIPS: mips64: fix typos in copyright text of start.STom Rini1-1/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini32-76/+83
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1606-25430/+1771
2013-07-24nds32: ag101/ag102: Fix setting lastdec and now valuesAxel Lin2-6/+8
2013-07-24nds32: Enable the function of passing parameters to Linuxken kuo1-0/+192
2013-07-24nds32: Enable two banks of SDRAM on Andes boardken kuo1-1/+5
2013-07-24nds32: introduce macros for bit manipulationGabor Juhos1-0/+37