aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/cpu
AgeCommit message (Expand)AuthorFilesLines
2014-04-20MIPS: stub interrupt_init functionPaul Burton2-0/+10
2014-04-20mips: xburst: remove remainders of dead boardMasahiro Yamada7-842/+0
2014-04-20MIPS: always keep all sections in u-boot ELF binary.Daniel Schwierzeck1-26/+30
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-98/+1
2014-03-07mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada2-6/+2
2014-03-07config.mk: specify the exact path to standalone linker scriptMasahiro Yamada3-3/+6
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada3-3/+3
2013-11-09qemu-malta: rename to just "malta"Paul Burton1-1/+1
2013-11-09mips32: detect L1 cache sizes if they're not definedPaul Burton2-19/+144
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada5-119/+11
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
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: 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-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk32-537/+32
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-12MIPS: add dynamic relocation supportGabor Juhos3-0/+92
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck4-16/+9
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck1-0/+2
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck1-5/+6
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57
2013-02-12MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck1-9/+1
2013-02-12MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck1-3/+3
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass1-6/+6
2013-02-01arm: Move tbl to arch_global_dataSimon Glass1-6/+6
2013-01-31MIPS: add unified u-boot.lds fileGabor Juhos1-0/+84
2013-01-30MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos2-0/+12
2013-01-30MIPS: xburst: simplify relocation offset calculationGabor Juhos1-9/+3
2013-01-30MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos3-12/+3
2013-01-27MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos2-20/+4
2013-01-27MIPS: start.S: simplify relocation offset calculationGabor Juhos2-18/+6
2013-01-27MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos2-4/+6
2013-01-27MIPS: start.S: set sp register directlyGabor Juhos2-4/+2
2013-01-27MIPS: start.S: fix boundary check in relocate_codeGabor Juhos3-3/+3