index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
cpu
/
mips64
Age
Commit message (
Expand
)
Author
2018-11-18
MIPS: fix linking of standalone programs
Daniel Schwierzeck
2018-11-18
Kbuild: add LDFLAGS_STANDALONE
Daniel Schwierzeck
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2015-01-30
MIPS: unify CPU code in arch/mips/cpu/
Daniel Schwierzeck
2015-01-29
MIPS: unify cache initialization code
Paul Burton
2015-01-29
MIPS: unify cache maintenance functions
Paul Burton
2015-01-21
MIPS: add support for pre-relocation malloc
Daniel Schwierzeck
2015-01-21
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
Daniel Schwierzeck
2015-01-21
MIPS: use common code from lib/time.c
Thomas Langer
2014-11-27
MIPS: fix setup of initial stack frame
Daniel Schwierzeck
2014-11-01
MIPS: refactor setting of compiler options
Daniel Schwierzeck
2014-04-20
MIPS: stub interrupt_init function
Paul Burton
2014-03-07
mips: move CONFIG_MIPS{32, 64} definition to config.mk
Masahiro Yamada
2014-03-07
config.mk: specify the exact path to standalone linker script
Masahiro Yamada
2014-02-19
kbuild: change out-of-tree build
Masahiro Yamada
2013-10-31
mips: convert makefiles to Kbuild style
Masahiro Yamada
2013-07-24
MIPS: mips64/interrupt.c: remove superfluous include
Gabor Juhos
2013-07-24
MIPS: mips64: fix typos in copyright text of start.S
Tom Rini
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-02-12
MIPS: add dynamic relocation support
Gabor Juhos
2013-02-12
MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation
Daniel Schwierzeck
2013-02-12
MIPS: start.S: optimize BSS initialization
Daniel Schwierzeck
2013-02-12
MIPS: start.S: unify and simplify reset vector handling
Daniel Schwierzeck
2013-01-30
MIPS: simplify relocated _G_O_T_ address calculation
Gabor Juhos
2013-01-27
MIPS: start.S: don't save flush_cache parameters in advance
Gabor Juhos
2013-01-27
MIPS: start.S: simplify relocation offset calculation
Gabor Juhos
2013-01-27
MIPS: start.S: save reused arguments earlier in relocate_code
Gabor Juhos
2013-01-27
MIPS: start.S: set sp register directly
Gabor Juhos
2013-01-27
MIPS: start.S: fix boundary check in relocate_code
Gabor Juhos
2013-01-22
MIPS: start{, 64}.S: fill branch delay slots with NOP instructions
Gabor Juhos
2012-12-08
MIPS: fix a latent bug on initialize $gp
Zhi-zhou Zhang
2012-11-25
MIPS: do not initialize timestamp variable before relocate_code
Zhi-zhou Zhang
2012-10-16
MIPS: add board qemu-mips64 support
Zhi-zhou Zhang