summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/mips32
Commit message (Expand)AuthorAgeFilesLines
* MIPS: drop incaip boardDaniel Schwierzeck2014-04-206-649/+0
* MIPS: stub interrupt_init functionPaul Burton2014-04-201-0/+5
* usb: create common header virtual root hub descriptorsStephen Warren2014-03-101-98/+1
* mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada2014-03-071-3/+1
* config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-071-1/+2
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* qemu-malta: rename to just "malta"Paul Burton2013-11-091-1/+1
* mips32: detect L1 cache sizes if they're not definedPaul Burton2013-11-092-19/+144
* mips: convert makefiles to Kbuild styleMasahiro Yamada2013-10-313-70/+6
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* 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: 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: mips32/time.c: fix checkpatch errors/warningsGabor Juhos2013-07-241-2/+3
* MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos2013-07-241-1/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2417-291/+17
* MIPS: add dynamic relocation supportGabor Juhos2013-02-121-0/+28
* MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck2013-02-121-4/+3
* MIPS: start.S: optimize BSS initializationDaniel Schwierzeck2013-02-121-9/+11
* MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2013-02-121-150/+36
* MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck2013-02-121-9/+1
* MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos2013-01-301-0/+6
* MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos2013-01-301-4/+1
* MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos2013-01-271-10/+2
* MIPS: start.S: simplify relocation offset calculationGabor Juhos2013-01-271-9/+3
* MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos2013-01-271-2/+3
* MIPS: start.S: set sp register directlyGabor Juhos2013-01-271-2/+1
* MIPS: start.S: fix boundary check in relocate_codeGabor Juhos2013-01-271-1/+1
* MIPS: start{, 64}.S: fill branch delay slots with NOP instructionsGabor Juhos2013-01-221-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-11-271-1/+0
|\
| * MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2012-11-251-1/+0
* | usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-201-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-10-172-9/+9
|\
| * MIPS: don't use camel-case styleZhi-zhou Zhang2012-10-162-9/+9
* | split AU1X00 specific code from cmd_ide.cPavel Herrmann2012-10-172-1/+33
* | serial: Use default_serial_puts() in driversMarek Vasut2012-10-172-16/+2
|/
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-2/+2
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-152-64/+0
* serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driverMarek Vasut2012-10-151-6/+61
* serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driverMarek Vasut2012-10-151-10/+64
* MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefilesDaniel Schwierzeck2012-08-241-0/+2
* MIPS: factor out endianess flag handling to arch config.mkDaniel Schwierzeck2012-08-241-18/+1
* net: Fix remaining API interface breakageJoe Hershberger2012-05-231-1/+2
* MIPS: fix endianess handlingDaniel Schwierzeck2012-04-021-6/+15
* MIPS: fix inconsistency in config option for cache operation modeDaniel Schwierzeck2012-04-021-1/+5
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-191-14/+14
OpenPOWER on IntegriCloud