index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
2012-04-02
MIPS: fix endianess handling
Daniel Schwierzeck
2012-04-02
MIPS: fix inconsistency in config option for cache operation mode
Daniel Schwierzeck
2012-04-02
MIPS: board.c: fix init of flash data in bd_info
Daniel Schwierzeck
2012-03-18
usb: replace wait_ms() with mdelay()
Mike Frysinger
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
2011-12-08
arch/mips/lib/board.c: Fix GCC 4.6 build warning
Wolfgang Denk
2011-12-08
arch/mips/lib/board.c: make (mostly) checkpatch clean
Wolfgang Denk
2011-10-23
mips: Use getenv_ulong() in place of getenv(), strtoul
Simon Glass
2011-10-23
mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment
Anton Staaf
2011-10-21
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-10
MIPS: Ingenic XBurst Jz4740 processor support
Xiangfu Liu
2011-10-05
net: drop !NET_MULTI code
Mike Frysinger
2011-10-05
image: push default arch values to arch headers
Mike Frysinger
2011-10-05
console: Implement pre-console buffer
Graeme Russ
2011-09-03
MIPS: mips32: fix wrong loop bound in flush_cache()
Yao Cheng
2011-07-31
MIPS: make cache operation mode configurable
Daniel Schwierzeck
2011-07-31
MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG
Daniel Schwierzeck
2011-07-28
unify version_string
Andreas Bießmann
2011-07-26
Timer: Remove reset_timer() for non-Nios2 arches
Graeme Russ
2011-07-26
Timer: Remove set_timer completely
Graeme Russ
2011-05-09
MIPS: Move timer code to arch/mips/cpu/$(CPU)/
Shinya Kuribayashi
2011-05-09
MIPS: Introduce --gc-sections for MIPS
Daniel Schwierzeck
2011-05-06
MIPS: Coding style cleanups on common assembly files
Shinya Kuribayashi
2011-05-06
MIPS: Remove mips_cache_lock() feature
Shinya Kuribayashi
2011-04-12
Make STANDALONE_LOAD_ADDR configurable per board
Wolfgang Denk
2011-04-02
MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory
Daniel Schwierzeck
2011-04-02
MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory
Daniel Schwierzeck
2011-04-02
MIPS: Optimize the setup of CPU optimization flags
Daniel Schwierzeck
2011-04-02
MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32
Daniel Schwierzeck
2011-04-02
MIPS: Purple: Remove Purple support
Daniel Schwierzeck
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-10-26
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-19
board_init_r: Removed unused cmdtp variable
Richard Retanubun
2010-09-19
common: move TOTAL_MALLOC_LEN to include/common.h
Heiko Schocher
2010-09-19
relocation: fixup cmdtable
Heiko Schocher
2010-09-19
arm: get rid of bi_env
Heiko Schocher
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-09-19
Make getenv() work before relocation.
Wolfgang Denk
2010-08-09
miiphy: constify device name
Mike Frysinger
2010-08-03
Rename getenv_r() into getenv_f()
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-04-13
mips: Move cpu/mips/* to arch/mips/cpu/*
Peter Tyser
2010-04-13
Move architecture-specific includes to arch/$ARCH/include/asm
Peter Tyser
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser