summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck2013-02-124-16/+9
* MIPS: start.S: optimize BSS initializationDaniel Schwierzeck2013-02-123-28/+35
* MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2013-02-121-0/+2
* MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2013-02-121-5/+6
* MIPS: compute num_got_entries from .got section's sizeGabor Juhos2013-02-121-4/+2
* MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2013-02-122-176/+57
* MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck2013-02-121-9/+1
* MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2013-02-121-3/+3
* arm: Move lastinc to arch_global_dataSimon Glass2013-02-011-6/+6
* arm: Move tbl to arch_global_dataSimon Glass2013-02-011-6/+6
* MIPS: add unified u-boot.lds fileGabor Juhos2013-01-311-0/+84
* MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos2013-01-302-0/+12
* MIPS: xburst: simplify relocation offset calculationGabor Juhos2013-01-301-9/+3
* MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos2013-01-303-12/+3
* MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos2013-01-272-20/+4
* MIPS: start.S: simplify relocation offset calculationGabor Juhos2013-01-272-18/+6
* MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos2013-01-272-4/+6
* MIPS: start.S: set sp register directlyGabor Juhos2013-01-272-4/+2
* MIPS: start.S: fix boundary check in relocate_codeGabor Juhos2013-01-273-3/+3
* MIPS: start{, 64}.S: fill branch delay slots with NOP instructionsGabor Juhos2013-01-222-0/+3
* MIPS: fix a latent bug on initialize $gpZhi-zhou Zhang2012-12-081-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-11-272-2/+0
|\
| * MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2012-11-252-2/+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-1711-17/+819
|\
| * MIPS: add board qemu-mips64 supportZhi-zhou Zhang2012-10-167-0/+802
| * MIPS: don't use camel-case styleZhi-zhou Zhang2012-10-164-17/+17
* | split AU1X00 specific code from cmd_ide.cPavel Herrmann2012-10-172-1/+33
* | serial: Use default_serial_puts() in driversMarek Vasut2012-10-173-23/+3
|/
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-2/+2
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-153-96/+0
* serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driverMarek Vasut2012-10-151-6/+61
* 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-242-0/+4
* MIPS: factor out endianess flag handling to arch config.mkDaniel Schwierzeck2012-08-242-20/+2
* dm: mips: Fix lb60 timer codeMarek Vasut2012-08-171-6/+6
* dm: mips: Fix lb60 WDT controlMarek Vasut2012-08-171-1/+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: Ingenic XBurst Jz4740 processor supportXiangfu Liu2011-10-107-0/+920
* 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
OpenPOWER on IntegriCloud