index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
linker: Modify linker scripts to be more generic
Tom Rini
2019-01-26
1
-2
/
+2
*
MIPS: optimize and fix ELF sections
Daniel Schwierzeck
2019-01-16
2
-68
/
+136
*
MIPS: move create_tlb() in an proper header: mipsregs.h
Gregory CLEMENT
2018-12-19
1
-10
/
+0
*
MIPS: fix linking of standalone programs
Daniel Schwierzeck
2018-11-18
2
-14
/
+0
*
Kbuild: add LDFLAGS_STANDALONE
Daniel Schwierzeck
2018-11-18
2
-4
/
+4
*
MIPS: make size of relocation table fixed but configurable
Daniel Schwierzeck
2018-11-02
1
-7
/
+13
*
MIPS: start.S: make boot config at offset 0x10 configurable
Daniel Schwierzeck
2018-09-22
1
-16
/
+5
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
10
-24
/
+10
*
MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds
Paul Burton
2017-11-28
1
-6
/
+0
*
mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
Andy Yan
2017-07-27
1
-3
/
+3
*
MIPS: Stop building position independent code
Paul Burton
2017-07-25
2
-162
/
+9
*
MIPS: add initial infrastructure for Broadcom MIPS SoCs
Álvaro Fernández Rojas
2017-05-10
1
-0
/
+5
*
MIPS: allow using generic sysreset drivers
Álvaro Fernández Rojas
2017-05-10
1
-0
/
+2
*
MIPS: call debug_uart_init right before board_init_f
Daniel Schwierzeck
2017-05-10
1
-0
/
+14
*
MIPS: add possibility to setup initial stack and global data in SRAM
Daniel Schwierzeck
2016-11-30
1
-0
/
+7
*
MIPS: factor out code for initial stack and global data
Daniel Schwierzeck
2016-11-30
1
-26
/
+30
*
MIPS: fix iand optimize setup of CP0 registers
Daniel Schwierzeck
2016-11-30
1
-24
/
+50
*
MIPS: fix ROM exception vectors
Daniel Schwierzeck
2016-11-30
1
-10
/
+19
*
MIPS: make inclusion of ROM exception vectors configurable
Daniel Schwierzeck
2016-11-30
1
-3
/
+8
*
MIPS: Hang if run on a secondary CPU
Paul Burton
2016-09-21
1
-1
/
+20
*
MIPS: Fix cache maintenance in relocate_code & simplify
Paul Burton
2016-09-21
2
-26
/
+21
*
MIPS: Ensure Config.K0=2 applies before any memory accesses
Paul Burton
2016-09-21
1
-0
/
+1
*
MIPS: Map CM Global Control Registers
Paul Burton
2016-09-21
3
-0
/
+53
*
MIPS: If we don't need DDR for cache init, init cache first
Paul Burton
2016-09-21
1
-0
/
+9
*
MIPS: Preserve Config implementation-defined bits
Paul Burton
2016-09-21
1
-2
/
+3
*
MIPS: Enable use of the instruction cache earlier
Paul Burton
2016-09-21
1
-8
/
+0
*
MIPS: Probe cache line sizes once during boot
Paul Burton
2016-09-21
1
-0
/
+7
*
MIPS: provide a default u-boot-spl.lds
Daniel Schwierzeck
2016-05-31
1
-0
/
+90
*
MIPS: Use unchecked immediate addition/subtraction
Paul Burton
2016-05-21
1
-10
/
+12
*
mips: Fix compiler warning in cpu.c
Marek Vasut
2016-05-21
1
-1
/
+0
*
Use correct spelling of "U-Boot"
Bin Meng
2016-02-06
1
-1
/
+1
*
MIPS: start.S: fix and optimize instructions
Daniel Schwierzeck
2016-02-01
1
-11
/
+11
*
MIPS: initialize board_init_f() argument to zero.
Purna Chandra Mandal
2016-02-01
1
-1
/
+1
*
MIPS: fix annotation of _start and relocate_code
Daniel Schwierzeck
2016-01-16
1
-7
/
+5
*
MIPS: unify CPU code in arch/mips/cpu/
Daniel Schwierzeck
2015-01-30
11
-385
/
+11
*
MIPS: move au1x00 SoC code to arch/mips/mach-au1x00
Daniel Schwierzeck
2015-01-30
9
-2493
/
+0
*
MIPS: handle mips64 ST0_KX bit in mips32 start.S
Paul Burton
2015-01-30
1
-1
/
+3
*
MIPS: handle mips64 relocs in mips32 start.S
Paul Burton
2015-01-30
1
-2
/
+17
*
MIPS: use asm.h macros in mips32 start.S
Paul Burton
2015-01-30
1
-55
/
+61
*
MIPS: unify cache initialization code
Paul Burton
2015-01-29
4
-489
/
+2
*
MIPS: unify cache maintenance functions
Paul Burton
2015-01-29
2
-167
/
+0
*
MIPS: avoid .set ISA for cache operations
Paul Burton
2015-01-29
2
-38
/
+20
*
MIPS: add support for pre-relocation malloc
Daniel Schwierzeck
2015-01-21
2
-2
/
+46
*
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
Daniel Schwierzeck
2015-01-21
2
-2
/
+12
*
MIPS: use common code from lib/time.c
Thomas Langer
2015-01-21
2
-110
/
+8
*
MIPS: fix setup of initial stack frame
Daniel Schwierzeck
2014-11-27
2
-4
/
+10
*
kbuild: use SoC-specific CONFIG to descend into SoC directory
Masahiro Yamada
2014-11-23
1
-1
/
+1
*
kbuild: Descend into SOC directory from CPU directory
Masahiro Yamada
2014-11-23
1
-0
/
+2
*
include: move various macros to include/linux/kernel.h
Masahiro Yamada
2014-11-20
1
-2
/
+0
*
MIPS: add .padding section to linker script
Daniel Schwierzeck
2014-11-01
1
-0
/
+18
[next]