summaryrefslogtreecommitdiff
path: root/arch/mips/cpu
Commit message (Expand)AuthorAgeLines
* usb: create common header virtual root hub descriptorsStephen Warren2014-03-10-98/+1
* mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada2014-03-07-6/+2
* config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-07-3/+6
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-3/+3
* qemu-malta: rename to just "malta"Paul Burton2013-11-09-1/+1
* mips32: detect L1 cache sizes if they're not definedPaul Burton2013-11-09-19/+144
* mips: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-119/+11
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos2013-07-24-4/+4
* MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos2013-07-24-3/+3
* MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos2013-07-24-1/+1
* MIPS: xburst/start.S: rework relocation info checkGabor Juhos2013-07-24-3/+3
* MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos2013-07-24-9/+9
* MIPS: xburst/start.S: save gd in s0 registerGabor Juhos2013-07-24-1/+2
* MIPS: xburst/start.S: save relocation offset in s1 registerGabor Juhos2013-07-24-6/+6
* MIPS: xburst/start.S: save relocation address in s2 registerGabor Juhos2013-07-24-3/+5
* MIPS: mips32/start.S: rework relocation info checkGabor Juhos2013-07-24-3/+3
* MIPS: mips32/start.S: use t8 register for dynamic relocationGabor Juhos2013-07-24-9/+9
* MIPS: mips32/cache.S: remove superfluous register assignmentGabor Juhos2013-07-24-2/+1
* MIPS: mips64/interrupt.c: remove superfluous includeGabor Juhos2013-07-24-1/+0
* MIPS: mips32/time.c: fix checkpatch errors/warningsGabor Juhos2013-07-24-2/+3
* MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos2013-07-24-1/+7
* MIPS: mips64: fix typos in copyright text of start.STom Rini2013-07-24-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-537/+32
* Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-1/+1
* MIPS: add dynamic relocation supportGabor Juhos2013-02-12-0/+92
* MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos2013-02-12-1/+41
* MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck2013-02-12-16/+9
* MIPS: start.S: optimize BSS initializationDaniel Schwierzeck2013-02-12-28/+35
* MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2013-02-12-0/+2
* MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2013-02-12-5/+6
* MIPS: compute num_got_entries from .got section's sizeGabor Juhos2013-02-12-4/+2
* MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2013-02-12-176/+57
* MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck2013-02-12-9/+1
* MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2013-02-12-3/+3
* arm: Move lastinc to arch_global_dataSimon Glass2013-02-01-6/+6
* arm: Move tbl to arch_global_dataSimon Glass2013-02-01-6/+6
* MIPS: add unified u-boot.lds fileGabor Juhos2013-01-31-0/+84
* MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos2013-01-30-0/+12
* MIPS: xburst: simplify relocation offset calculationGabor Juhos2013-01-30-9/+3
* MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos2013-01-30-12/+3
* MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos2013-01-27-20/+4
* MIPS: start.S: simplify relocation offset calculationGabor Juhos2013-01-27-18/+6
* MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos2013-01-27-4/+6
* MIPS: start.S: set sp register directlyGabor Juhos2013-01-27-4/+2
* MIPS: start.S: fix boundary check in relocate_codeGabor Juhos2013-01-27-3/+3
* MIPS: start{, 64}.S: fill branch delay slots with NOP instructionsGabor Juhos2013-01-22-0/+3
* MIPS: fix a latent bug on initialize $gpZhi-zhou Zhang2012-12-08-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-11-27-2/+0
|\