index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
MIPS: refactor setting of compiler options
Daniel Schwierzeck
2014-11-01
2
-28
/
+0
*
MIPS: drop incaip board
Daniel Schwierzeck
2014-04-20
6
-649
/
+0
*
MIPS: define __init_end in u-boot.lds
Paul Burton
2014-04-20
1
-0
/
+1
*
MIPS: stub interrupt_init function
Paul Burton
2014-04-20
2
-0
/
+10
*
mips: xburst: remove remainders of dead board
Masahiro Yamada
2014-04-20
7
-842
/
+0
*
MIPS: always keep all sections in u-boot ELF binary.
Daniel Schwierzeck
2014-04-20
1
-26
/
+30
*
usb: create common header virtual root hub descriptors
Stephen Warren
2014-03-10
1
-98
/
+1
*
mips: move CONFIG_MIPS{32, 64} definition to config.mk
Masahiro Yamada
2014-03-07
2
-6
/
+2
*
config.mk: specify the exact path to standalone linker script
Masahiro Yamada
2014-03-07
3
-3
/
+6
*
kbuild: change out-of-tree build
Masahiro Yamada
2014-02-19
3
-3
/
+3
*
qemu-malta: rename to just "malta"
Paul Burton
2013-11-09
1
-1
/
+1
*
mips32: detect L1 cache sizes if they're not defined
Paul Burton
2013-11-09
2
-19
/
+144
*
mips: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
5
-119
/
+11
*
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-10-20
1
-1
/
+1
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
1
-1
/
+1
*
MIPS: mips32/cache.S: use v1 register for indirect function calls
Gabor Juhos
2013-07-24
1
-4
/
+4
*
MIPS: mips32/cache.S: store cache line size in t8 register
Gabor Juhos
2013-07-24
1
-3
/
+3
*
MIPS: mips32/cache.S: save return address in t9 register
Gabor Juhos
2013-07-24
1
-1
/
+1
*
MIPS: xburst/start.S: rework relocation info check
Gabor Juhos
2013-07-24
1
-3
/
+3
*
MIPS: xburst/start.S: use t8 register for dynamic relocation
Gabor Juhos
2013-07-24
1
-9
/
+9
*
MIPS: xburst/start.S: save gd in s0 register
Gabor Juhos
2013-07-24
1
-1
/
+2
*
MIPS: xburst/start.S: save relocation offset in s1 register
Gabor Juhos
2013-07-24
1
-6
/
+6
*
MIPS: xburst/start.S: save relocation address in s2 register
Gabor Juhos
2013-07-24
1
-3
/
+5
*
MIPS: mips32/start.S: rework relocation info check
Gabor Juhos
2013-07-24
1
-3
/
+3
*
MIPS: mips32/start.S: use t8 register for dynamic relocation
Gabor Juhos
2013-07-24
1
-9
/
+9
*
MIPS: mips32/cache.S: remove superfluous register assignment
Gabor Juhos
2013-07-24
1
-2
/
+1
*
MIPS: mips64/interrupt.c: remove superfluous include
Gabor Juhos
2013-07-24
1
-1
/
+0
*
MIPS: mips32/time.c: fix checkpatch errors/warnings
Gabor Juhos
2013-07-24
1
-2
/
+3
*
MIPS: start.S: emulate REVISION register for qemu-malta
Gabor Juhos
2013-07-24
1
-1
/
+7
*
MIPS: mips64: fix typos in copyright text of start.S
Tom Rini
2013-07-24
1
-1
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
32
-537
/
+32
*
Refactor linker-generated arrays
Albert ARIBAUD
2013-03-12
1
-1
/
+1
*
MIPS: add dynamic relocation support
Gabor Juhos
2013-02-12
3
-0
/
+92
*
MIPS: u-boot.lds: add relocation specific sections
Gabor Juhos
2013-02-12
1
-1
/
+41
[next]