summaryrefslogtreecommitdiff
path: root/arch/mips/cpu/mips32
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-3/+1
* config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-07-1/+2
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-1/+1
* 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-70/+6
* 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: 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: 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
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-291/+17
* MIPS: add dynamic relocation supportGabor Juhos2013-02-12-0/+28
* MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck2013-02-12-4/+3
* MIPS: start.S: optimize BSS initializationDaniel Schwierzeck2013-02-12-9/+11
* MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2013-02-12-150/+36
* MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck2013-02-12-9/+1
* MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos2013-01-30-0/+6
* MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos2013-01-30-4/+1
* MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos2013-01-27-10/+2
* MIPS: start.S: simplify relocation offset calculationGabor Juhos2013-01-27-9/+3
* MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos2013-01-27-2/+3
* MIPS: start.S: set sp register directlyGabor Juhos2013-01-27-2/+1
* MIPS: start.S: fix boundary check in relocate_codeGabor Juhos2013-01-27-1/+1
* MIPS: start{, 64}.S: fill branch delay slots with NOP instructionsGabor Juhos2013-01-22-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-11-27-1/+0
|\
| * MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2012-11-25-1/+0
* | usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-20-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-10-17-9/+9
|\
| * MIPS: don't use camel-case styleZhi-zhou Zhang2012-10-16-9/+9
* | split AU1X00 specific code from cmd_ide.cPavel Herrmann2012-10-17-1/+33
* | serial: Use default_serial_puts() in driversMarek Vasut2012-10-17-16/+2
|/
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-15-2/+2
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-15-64/+0
* serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driverMarek Vasut2012-10-15-6/+61
* serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driverMarek Vasut2012-10-15-10/+64
* MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefilesDaniel Schwierzeck2012-08-24-0/+2
* MIPS: factor out endianess flag handling to arch config.mkDaniel Schwierzeck2012-08-24-18/+1
* net: Fix remaining API interface breakageJoe Hershberger2012-05-23-1/+2
* MIPS: fix endianess handlingDaniel Schwierzeck2012-04-02-6/+15
* MIPS: fix inconsistency in config option for cache operation modeDaniel Schwierzeck2012-04-02-1/+5
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-14/+14
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-22-1/+0
* MIPS: mips32: fix wrong loop bound in flush_cache()Yao Cheng2011-09-03-0/+4