summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-08-13MIPS: bootm: drop obsolete Qemu specific bootm implementationDaniel Schwierzeck2-66/+0
2013-08-13MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck1-2/+20
2013-08-13MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck2-2/+7
2013-08-13MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck1-33/+29
2013-08-13MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck1-47/+83
2013-08-13MIPS: bootm: add support for LMBDaniel Schwierzeck2-0/+23
2013-08-13MIPS: bootm: optimize kernel entry callDaniel Schwierzeck1-7/+4
2013-08-13MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck1-6/+7
2013-07-24MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos1-4/+4
2013-07-24MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos1-3/+3
2013-07-24MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos1-1/+1
2013-07-24MIPS: xburst/start.S: rework relocation info checkGabor Juhos1-3/+3
2013-07-24MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos1-9/+9
2013-07-24MIPS: xburst/start.S: save gd in s0 registerGabor Juhos1-1/+2
2013-07-24MIPS: xburst/start.S: save relocation offset in s1 registerGabor Juhos1-6/+6
2013-07-24MIPS: xburst/start.S: save relocation address in s2 registerGabor Juhos1-3/+5
2013-07-24MIPS: mips32/start.S: rework relocation info checkGabor Juhos1-3/+3
2013-07-24MIPS: mips32/start.S: use t8 register for dynamic relocationGabor Juhos1-9/+9
2013-07-24MIPS: mips32/cache.S: remove superfluous register assignmentGabor Juhos1-2/+1
2013-07-24MIPS: mips64/interrupt.c: remove superfluous includeGabor Juhos1-1/+0
2013-07-24MIPS: mips32/time.c: fix checkpatch errors/warningsGabor Juhos1-2/+3
2013-07-24MIPS: qemu-malta: setup GT64120 registers as done by YAMONGabor Juhos1-1/+3
2013-07-24MIPS: qemu-malta: enable flash supportGabor Juhos1-0/+2
2013-07-24MIPS: qemu-malta: add reset supportGabor Juhos1-0/+3
2013-07-24MIPS: qemu-malta: add support for emulated MIPS Malta boardGabor Juhos1-0/+16
2013-07-24MIPS: start.S: emulate REVISION register for qemu-maltaGabor Juhos1-1/+7
2013-07-24MIPS: mips64: fix typos in copyright text of start.STom Rini1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk44-725/+44
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-2/+2
2013-06-09MIPS: asm/errno.h: switch to asm-generic/errno.hDaniel Schwierzeck1-143/+1
2013-06-09MIPS: fix __raw_* IO accessorsGabor Juhos1-13/+13
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Change stub example to use asm-generic/sections.hSimon Glass1-2/+2
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-13MIPS: add dynamic relocation supportGabor Juhos6-12/+94
2013-02-13MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-13MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck5-19/+9
2013-02-13MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-13MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-02-13MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2-0/+8
2013-02-13MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2-5/+18
2013-02-13MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-13MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57
2013-02-13MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck1-9/+1
2013-02-13MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2-3/+6
2013-02-04mips: Use generic global_dataSimon Glass1-33/+1
2013-02-04mips: Move per_clk and dev_clk to arch_global_dataSimon Glass1-4/+5