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
*
MIPS: implement bit manipulating I/O accessors
Daniel Schwierzeck
2016-01-16
1
-0
/
+55
*
MIPS: fix SPDX license identifier in remaining arch header files
Daniel Schwierzeck
2016-01-16
14
-55
/
+32
*
MIPS: sync processor and register definitions with linux-4.4
Daniel Schwierzeck
2016-01-16
8
-553
/
+1211
*
MIPS: sync I/O related header files with linux-4.4
Daniel Schwierzeck
2016-01-16
10
-364
/
+941
*
MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFT
Daniel Schwierzeck
2016-01-16
2
-10
/
+25
*
MIPS: Kconfig: optimize gcc -march and -mtune setup
Daniel Schwierzeck
2016-01-16
4
-15
/
+24
*
MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/
Daniel Schwierzeck
2016-01-16
4
-3
/
+3
*
MIPS: Kconfig: refactor machine setup
Daniel Schwierzeck
2016-01-16
1
-1
/
+6
*
MIPS: add initial infrastructure for device-tree files
Daniel Schwierzeck
2016-01-16
5
-0
/
+42
*
MIPS: do not build position-independent executables for SPL
Daniel Schwierzeck
2016-01-16
1
-4
/
+14
*
MIPS: create .text sub-sections for assembler functions
Daniel Schwierzeck
2016-01-16
1
-1
/
+3
*
MIPS: fix annotation of _start and relocate_code
Daniel Schwierzeck
2016-01-16
2
-7
/
+11
*
MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.
Purna Chandra Mandal
2016-01-16
1
-0
/
+1
*
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2016-01-14
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2015-11-06
1
-104
/
+92
|
\
|
*
MIPS: bootm: use CONFIG_IS_ENABLED() everywhere
Daniel Schwierzeck
2015-11-06
1
-19
/
+14
|
*
MIPS: bootm: rework and fix broken bootm code
Daniel Schwierzeck
2015-11-06
1
-85
/
+78
*
|
mips: Use the generic bitops headers
Fabio Estevam
2015-11-05
1
-0
/
+5
|
/
*
MIPS: fix syntax for fdt_chosen/initrd.
Govindraj Raja
2015-08-21
1
-2
/
+2
*
mips: Use unsigned int when reading c0 registers
Chris Packham
2015-08-21
1
-2
/
+2
*
MIPS: change 'extern inline' to 'static inline'
Daniel Schwierzeck
2015-07-02
2
-9
/
+9
*
MIPS: fix missing semicolon in cacheops.h
Tony Wu
2015-07-02
1
-1
/
+1
*
Move default y configs out of arch/board Kconfig
Joe Hershberger
2015-06-25
1
-3
/
+0
*
arch: Make board selection choices optional
Joe Hershberger
2015-05-12
1
-0
/
+1
*
MIPS: implement device-tree handover to Linux kernel
Daniel Schwierzeck
2015-04-24
2
-7
/
+8
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-5
/
+7
*
net: Provide a function to get the current MAC address
Joe Hershberger
2015-04-18
1
-1
/
+1
*
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Masahiro Yamada
2015-03-28
1
-2
/
+0
*
MIPS: unify CPU code in arch/mips/cpu/
Daniel Schwierzeck
2015-01-30
12
-389
/
+13
*
MIPS: move au1x00 SoC code to arch/mips/mach-au1x00
Daniel Schwierzeck
2015-01-30
10
-10
/
+8
*
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
*
malta: IDE support
Paul Burton
2015-01-29
1
-0
/
+5
*
MIPS: clear TagLo select 2 during cache init
Paul Burton
2015-01-29
1
-2
/
+8
*
MIPS: allow systems to skip loads during cache init
Paul Burton
2015-01-29
2
-6
/
+19
*
MIPS: inline mips_init_[id]cache functions
Paul Burton
2015-01-29
1
-58
/
+28
*
MIPS: refactor cache loops to a macro
Paul Burton
2015-01-29
1
-17
/
+13
*
MIPS: refactor L1 cache config reads to a macro
Paul Burton
2015-01-29
1
-56
/
+41
*
MIPS: unify cache initialization code
Paul Burton
2015-01-29
5
-224
/
+15
*
MIPS: unify cache maintenance functions
Paul Burton
2015-01-29
4
-167
/
+119
*
MIPS: avoid .set ISA for cache operations
Paul Burton
2015-01-29
3
-38
/
+33
*
MIPS: add support for pre-relocation malloc
Daniel Schwierzeck
2015-01-21
3
-4
/
+46
*
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
Daniel Schwierzeck
2015-01-21
2
-2
/
+12
*
MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE
Daniel Schwierzeck
2015-01-21
1
-0
/
+4
*
MIPS: replace $(CPU) with Kconfig symbols
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: bootm: add bootstage reporting
Daniel Schwierzeck
2015-01-21
1
-2
/
+6
*
MIPS: bootm: prepare a flattened device tree for the kernel
Daniel Schwierzeck
2015-01-21
2
-2
/
+47
*
MIPS: bootm: add mem, rd_start and rd_size to kernel command line
Daniel Schwierzeck
2015-01-21
1
-0
/
+26
[next]