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
Commit message (
Expand
)
Author
Age
Files
Lines
*
board_f: Rename initdram() to dram_init()
Simon Glass
2017-04-13
3
-3
/
+3
*
board_f: Drop return value from initdram()
Simon Glass
2017-04-05
2
-4
/
+10
*
board_f: Drop board_type parameter from initdram()
Simon Glass
2017-04-05
2
-2
/
+2
*
mips: Use common _AC macro now.
Tom Rini
2017-01-10
1
-3
/
+0
*
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Masahiro Yamada
2016-12-02
1
-2
/
+0
*
MIPS: Fix map_physmem for cached mappings
Paul Burton
2016-11-30
1
-1
/
+1
*
MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve
Paul Burton
2016-11-30
1
-1
/
+1
*
mips: Let cache.h be included from assembly source
Marek Vasut
2016-11-30
1
-0
/
+2
*
MIPS: add handling for generic and EJTAG exceptions
Daniel Schwierzeck
2016-11-30
5
-0
/
+344
*
MIPS: reserve space for exception vectors
Daniel Schwierzeck
2016-11-30
2
-0
/
+20
*
MIPS: add asm-offsets for struct pt_regs
Daniel Schwierzeck
2016-11-30
2
-0
/
+66
*
MIPS: add possibility to setup initial stack and global data in SRAM
Daniel Schwierzeck
2016-11-30
2
-0
/
+18
*
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
2
-24
/
+51
*
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
4
-3
/
+32
*
Fix spelling of "resetting".
Vagrant Cascadian
2016-10-31
1
-1
/
+2
*
efi: Use asmlinkage for EFIAPI
Simon Glass
2016-10-19
1
-0
/
+0
*
Remove arch/${ARCH}/include/asm/errno.h
Masahiro Yamada
2016-09-23
1
-1
/
+0
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
MIPS: Hang if run on a secondary CPU
Paul Burton
2016-09-21
2
-1
/
+27
*
MIPS: Fix cache maintenance in relocate_code & simplify
Paul Burton
2016-09-21
2
-26
/
+21
*
boston: Introduce support for the MIPS Boston development board
Paul Burton
2016-09-21
3
-0
/
+241
*
MIPS: Ensure cache ops complete in mips_cache_reset
Paul Burton
2016-09-21
1
-0
/
+2
*
MIPS: Clear hazard between TagLo writes & cache ops
Paul Burton
2016-09-21
1
-0
/
+1
*
MIPS: Ensure Config.K0=2 applies before any memory accesses
Paul Burton
2016-09-21
1
-0
/
+1
*
MIPS: Malta: Enable CM & L2 support
Paul Burton
2016-09-21
1
-0
/
+2
*
MIPS: Join the coherent domain when a CM is present
Paul Burton
2016-09-21
2
-0
/
+43
*
MIPS: L2 cache support
Paul Burton
2016-09-21
6
-6
/
+291
*
MIPS: Map CM Global Control Registers
Paul Burton
2016-09-21
5
-0
/
+88
*
MIPS: Define register names for cache init
Paul Burton
2016-09-21
1
-19
/
+23
*
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
2
-2
/
+4
*
MIPS: Enable use of the instruction cache earlier
Paul Burton
2016-09-21
2
-8
/
+13
*
MIPS: Probe cache line sizes once during boot
Paul Burton
2016-09-21
4
-18
/
+45
*
MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init
Paul Burton
2016-09-21
1
-1
/
+1
*
mips: Add MIPSfpga platform support
Zubair Lutfullah Kakakhel
2016-09-21
1
-0
/
+15
*
mips: xilfpga: Add device tree files
Zubair Lutfullah Kakakhel
2016-09-21
3
-0
/
+84
*
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2016-08-15
1
-8
/
+17
*
libfdt: Introduce new ARCH_FIXUP_FDT option
Michal Simek
2016-07-31
1
-0
/
+2
*
clk: convert API to match reset/mailbox style
Stephen Warren
2016-06-19
1
-17
/
+28
*
MIPS: Make CONFIG_SYS_DCACHE_LINE_SIZE int, not hex
Paul Burton
2016-06-10
1
-1
/
+1
*
MIPS: Fix invalidate_dcache_range to operate on L1 Dcache
Paul Burton
2016-06-10
1
-1
/
+1
*
mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro define
Wills Wang
2016-05-31
2
-1
/
+2
*
mips: ath79: Add support for ungating USB and ethernet on qca953x
Wills Wang
2016-05-31
1
-0
/
+50
*
mips: ath79: ap121: Enable ethernet
Wills Wang
2016-05-31
2
-2
/
+7
*
mips: ath79: Rename get_bootstrap into ath79_get_bootstrap
Wills Wang
2016-05-31
9
-28
/
+15
*
MIPS: Abstract cache op loops with a macro
Paul Burton
2016-05-31
1
-41
/
+18
*
MIPS: Split I & D cache line size config
Paul Burton
2016-05-31
4
-20
/
+25
*
MIPS: Move cache sizes to Kconfig
Paul Burton
2016-05-31
3
-4
/
+32
[next]