summaryrefslogtreecommitdiff
path: root/arch/mips/cpu
Commit message (Expand)AuthorAgeLines
* MIPS: add possibility to setup initial stack and global data in SRAMDaniel Schwierzeck2016-11-30-0/+7
* MIPS: factor out code for initial stack and global dataDaniel Schwierzeck2016-11-30-26/+30
* MIPS: fix iand optimize setup of CP0 registersDaniel Schwierzeck2016-11-30-24/+50
* MIPS: fix ROM exception vectorsDaniel Schwierzeck2016-11-30-10/+19
* MIPS: make inclusion of ROM exception vectors configurableDaniel Schwierzeck2016-11-30-3/+8
* MIPS: Hang if run on a secondary CPUPaul Burton2016-09-21-1/+20
* MIPS: Fix cache maintenance in relocate_code & simplifyPaul Burton2016-09-21-26/+21
* MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton2016-09-21-0/+1
* MIPS: Map CM Global Control RegistersPaul Burton2016-09-21-0/+53
* MIPS: If we don't need DDR for cache init, init cache firstPaul Burton2016-09-21-0/+9
* MIPS: Preserve Config implementation-defined bitsPaul Burton2016-09-21-2/+3
* MIPS: Enable use of the instruction cache earlierPaul Burton2016-09-21-8/+0
* MIPS: Probe cache line sizes once during bootPaul Burton2016-09-21-0/+7
* MIPS: provide a default u-boot-spl.ldsDaniel Schwierzeck2016-05-31-0/+90
* MIPS: Use unchecked immediate addition/subtractionPaul Burton2016-05-21-10/+12
* mips: Fix compiler warning in cpu.cMarek Vasut2016-05-21-1/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-1/+1
* MIPS: start.S: fix and optimize instructionsDaniel Schwierzeck2016-02-01-11/+11
* MIPS: initialize board_init_f() argument to zero.Purna Chandra Mandal2016-02-01-1/+1
* MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2016-01-16-7/+5
* MIPS: unify CPU code in arch/mips/cpu/Daniel Schwierzeck2015-01-30-385/+11
* MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck2015-01-30-2493/+0
* MIPS: handle mips64 ST0_KX bit in mips32 start.SPaul Burton2015-01-30-1/+3
* MIPS: handle mips64 relocs in mips32 start.SPaul Burton2015-01-30-2/+17
* MIPS: use asm.h macros in mips32 start.SPaul Burton2015-01-30-55/+61
* MIPS: unify cache initialization codePaul Burton2015-01-29-489/+2
* MIPS: unify cache maintenance functionsPaul Burton2015-01-29-167/+0
* MIPS: avoid .set ISA for cache operationsPaul Burton2015-01-29-38/+20
* MIPS: add support for pre-relocation mallocDaniel Schwierzeck2015-01-21-2/+46
* MIPS: add support for CONFIG_SYS_INIT_SP_ADDRDaniel Schwierzeck2015-01-21-2/+12
* MIPS: use common code from lib/time.cThomas Langer2015-01-21-110/+8
* MIPS: fix setup of initial stack frameDaniel Schwierzeck2014-11-27-4/+10
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-23-1/+1
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-23-0/+2
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-20-2/+0
* MIPS: add .padding section to linker scriptDaniel Schwierzeck2014-11-01-0/+18
* MIPS: refactor setting of compiler optionsDaniel Schwierzeck2014-11-01-28/+0
* MIPS: drop incaip boardDaniel Schwierzeck2014-04-20-649/+0
* MIPS: define __init_end in u-boot.ldsPaul Burton2014-04-20-0/+1
* MIPS: stub interrupt_init functionPaul Burton2014-04-20-0/+10
* mips: xburst: remove remainders of dead boardMasahiro Yamada2014-04-20-842/+0
* MIPS: always keep all sections in u-boot ELF binary.Daniel Schwierzeck2014-04-20-26/+30
* usb: create common header virtual root hub descriptorsStephen Warren2014-03-10-98/+1
* mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada2014-03-07-6/+2
* config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-07-3/+6
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-3/+3
* qemu-malta: rename to just "malta"Paul Burton2013-11-09-1/+1
* mips32: detect L1 cache sizes if they're not definedPaul Burton2013-11-09-19/+144
* mips: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-119/+11
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-1/+1