summaryrefslogtreecommitdiff
path: root/arch/mips/cpu
Commit message (Expand)AuthorAgeFilesLines
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-2/+2
* MIPS: optimize and fix ELF sectionsDaniel Schwierzeck2019-01-162-68/+136
* MIPS: move create_tlb() in an proper header: mipsregs.hGregory CLEMENT2018-12-191-10/+0
* MIPS: fix linking of standalone programsDaniel Schwierzeck2018-11-182-14/+0
* Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck2018-11-182-4/+4
* MIPS: make size of relocation table fixed but configurableDaniel Schwierzeck2018-11-021-7/+13
* MIPS: start.S: make boot config at offset 0x10 configurableDaniel Schwierzeck2018-09-221-16/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0710-24/+10
* MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.ldsPaul Burton2017-11-281-6/+0
* mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan2017-07-271-3/+3
* MIPS: Stop building position independent codePaul Burton2017-07-252-162/+9
* MIPS: add initial infrastructure for Broadcom MIPS SoCsÁlvaro Fernández Rojas2017-05-101-0/+5
* MIPS: allow using generic sysreset driversÁlvaro Fernández Rojas2017-05-101-0/+2
* MIPS: call debug_uart_init right before board_init_fDaniel Schwierzeck2017-05-101-0/+14
* MIPS: add possibility to setup initial stack and global data in SRAMDaniel Schwierzeck2016-11-301-0/+7
* MIPS: factor out code for initial stack and global dataDaniel Schwierzeck2016-11-301-26/+30
* MIPS: fix iand optimize setup of CP0 registersDaniel Schwierzeck2016-11-301-24/+50
* MIPS: fix ROM exception vectorsDaniel Schwierzeck2016-11-301-10/+19
* MIPS: make inclusion of ROM exception vectors configurableDaniel Schwierzeck2016-11-301-3/+8
* MIPS: Hang if run on a secondary CPUPaul Burton2016-09-211-1/+20
* MIPS: Fix cache maintenance in relocate_code & simplifyPaul Burton2016-09-212-26/+21
* MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton2016-09-211-0/+1
* MIPS: Map CM Global Control RegistersPaul Burton2016-09-213-0/+53
* MIPS: If we don't need DDR for cache init, init cache firstPaul Burton2016-09-211-0/+9
* MIPS: Preserve Config implementation-defined bitsPaul Burton2016-09-211-2/+3
* MIPS: Enable use of the instruction cache earlierPaul Burton2016-09-211-8/+0
* MIPS: Probe cache line sizes once during bootPaul Burton2016-09-211-0/+7
* MIPS: provide a default u-boot-spl.ldsDaniel Schwierzeck2016-05-311-0/+90
* MIPS: Use unchecked immediate addition/subtractionPaul Burton2016-05-211-10/+12
* mips: Fix compiler warning in cpu.cMarek Vasut2016-05-211-1/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* MIPS: start.S: fix and optimize instructionsDaniel Schwierzeck2016-02-011-11/+11
* MIPS: initialize board_init_f() argument to zero.Purna Chandra Mandal2016-02-011-1/+1
* MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2016-01-161-7/+5
* MIPS: unify CPU code in arch/mips/cpu/Daniel Schwierzeck2015-01-3011-385/+11
* MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck2015-01-309-2493/+0
* MIPS: handle mips64 ST0_KX bit in mips32 start.SPaul Burton2015-01-301-1/+3
* MIPS: handle mips64 relocs in mips32 start.SPaul Burton2015-01-301-2/+17
* MIPS: use asm.h macros in mips32 start.SPaul Burton2015-01-301-55/+61
* MIPS: unify cache initialization codePaul Burton2015-01-294-489/+2
* MIPS: unify cache maintenance functionsPaul Burton2015-01-292-167/+0
* MIPS: avoid .set ISA for cache operationsPaul Burton2015-01-292-38/+20
* MIPS: add support for pre-relocation mallocDaniel Schwierzeck2015-01-212-2/+46
* MIPS: add support for CONFIG_SYS_INIT_SP_ADDRDaniel Schwierzeck2015-01-212-2/+12
* MIPS: use common code from lib/time.cThomas Langer2015-01-212-110/+8
* MIPS: fix setup of initial stack frameDaniel Schwierzeck2014-11-272-4/+10
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-231-1/+1
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-231-0/+2
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-201-2/+0
* MIPS: add .padding section to linker scriptDaniel Schwierzeck2014-11-011-0/+18