summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/mips32
Commit message (Expand)AuthorAgeFilesLines
* 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
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-221-1/+0
* MIPS: mips32: fix wrong loop bound in flush_cache()Yao Cheng2011-09-031-0/+4
* MIPS: make cache operation mode configurableDaniel Schwierzeck2011-07-311-1/+5
* MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFGDaniel Schwierzeck2011-07-311-3/+10
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-261-6/+0
* Timer: Remove set_timer completelyGraeme Russ2011-07-261-6/+0
* MIPS: Move timer code to arch/mips/cpu/$(CPU)/Shinya Kuribayashi2011-05-102-1/+99
* MIPS: Coding style cleanups on common assembly filesShinya Kuribayashi2011-05-072-107/+93
* MIPS: Remove mips_cache_lock() featureShinya Kuribayashi2011-05-072-100/+0
OpenPOWER on IntegriCloud