summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: bootm: drop obsolete Qemu specific bootm implementationDaniel Schwierzeck2013-08-132-66/+0
* MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck2013-08-131-2/+20
* MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck2013-08-132-2/+7
* MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck2013-08-131-33/+29
* MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck2013-08-131-47/+83
* MIPS: bootm: add support for LMBDaniel Schwierzeck2013-08-132-0/+23
* MIPS: bootm: optimize kernel entry callDaniel Schwierzeck2013-08-131-7/+4
* MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck2013-08-131-6/+7
* 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: xburst/start.S: rework relocation info checkGabor Juhos2013-07-241-3/+3
* MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos2013-07-241-9/+9
* MIPS: xburst/start.S: save gd in s0 registerGabor Juhos2013-07-241-1/+2
* MIPS: xburst/start.S: save relocation offset in s1 registerGabor Juhos2013-07-241-6/+6
* MIPS: xburst/start.S: save relocation address in s2 registerGabor Juhos2013-07-241-3/+5
* 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: mips64/interrupt.c: remove superfluous includeGabor Juhos2013-07-241-1/+0
* MIPS: mips32/time.c: fix checkpatch errors/warningsGabor Juhos2013-07-241-2/+3
* MIPS: qemu-malta: setup GT64120 registers as done by YAMONGabor Juhos2013-07-241-1/+3
* MIPS: qemu-malta: enable flash supportGabor Juhos2013-07-241-0/+2
* MIPS: qemu-malta: add reset supportGabor Juhos2013-07-241-0/+3
* MIPS: qemu-malta: add support for emulated MIPS Malta boardGabor Juhos2013-07-241-0/+16
* MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos2013-07-241-1/+7
* MIPS: mips64: fix typos in copyright text of start.STom Rini2013-07-241-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2444-725/+44
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-2/+2
* MIPS: asm/errno.h: switch to asm-generic/errno.hDaniel Schwierzeck2013-06-081-143/+1
* MIPS: fix __raw_* IO accessorsGabor Juhos2013-06-081-13/+13
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | Change stub example to use asm-generic/sections.hSimon Glass2013-03-151-2/+2
* | Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+27
|/
* MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck2013-02-151-8/+0
* MIPS: add dynamic relocation supportGabor Juhos2013-02-126-12/+94
* MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos2013-02-121-1/+41
* MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck2013-02-125-19/+9
* MIPS: start.S: optimize BSS initializationDaniel Schwierzeck2013-02-123-28/+35
* MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck2013-02-121-2/+3
* MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2013-02-122-0/+8
* MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2013-02-122-5/+18
* 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-122-3/+6
* mips: Use generic global_dataSimon Glass2013-02-041-33/+1
* mips: Move per_clk and dev_clk to arch_global_dataSimon Glass2013-02-041-4/+5
OpenPOWER on IntegriCloud