summaryrefslogtreecommitdiff
path: root/arch/mips/cpu
Commit message (Expand)AuthorAgeFilesLines
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* mips: add a option to support not reserving malloc space on initial stackWeijie Gao2020-04-271-2/+4
* mips: add an option to support initialize SRAM for initial stackWeijie Gao2020-04-271-0/+7
* mips: add an option to enable u_boot_list section for SPL loaders in u-boot-s...Weijie Gao2020-04-271-1/+1
* mips: enable support for appending dtb to spl binaryWeijie Gao2020-04-271-0/+2
* mips: start.S: avoid overwriting outside gd when clearing global data in stackWeijie Gao2020-04-271-1/+2
* MIPS: allow override of get_tbclk()Alex Nemirovsky2020-04-091-1/+1
* common: Move get_tbclk() to time.hSimon Glass2020-01-171-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* 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