aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2011-12-08arch/mips/lib/board.c: Fix GCC 4.6 build warningWolfgang Denk1-4/+6
2011-12-08arch/mips/lib/board.c: make (mostly) checkpatch cleanWolfgang Denk1-64/+60
2011-10-23mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-23mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+36
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-1/+0
2011-10-10MIPS: Ingenic XBurst Jz4740 processor supportXiangfu Liu9-0/+2081
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2011-09-03MIPS: mips32: fix wrong loop bound in flush_cache()Yao Cheng1-0/+4
2011-07-31MIPS: make cache operation mode configurableDaniel Schwierzeck1-1/+5
2011-07-31MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFGDaniel Schwierzeck1-3/+10
2011-07-28unify version_stringAndreas Bießmann1-4/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-6/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-6/+0
2011-05-10MIPS: Move timer code to arch/mips/cpu/$(CPU)/Shinya Kuribayashi3-2/+1
2011-05-10MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck1-0/+2
2011-05-07MIPS: Coding style cleanups on common assembly filesShinya Kuribayashi2-107/+93
2011-05-07MIPS: Remove mips_cache_lock() featureShinya Kuribayashi2-100/+0
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1
2011-04-02MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectoryDaniel Schwierzeck7-2/+69
2011-04-02MIPS: IncaIP: Move all IncaIP specific code to separate subdirectoryDaniel Schwierzeck7-2/+70
2011-04-02MIPS: Optimize the setup of CPU optimization flagsDaniel Schwierzeck1-7/+8
2011-04-02MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32Daniel Schwierzeck14-0/+0
2011-04-02MIPS: Purple: Remove Purple supportDaniel Schwierzeck6-140/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-4/+4
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2-2/+4
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk3-1/+3
2010-10-19board_init_r: Removed unused cmdtp variableRichard Retanubun1-1/+0
2010-09-19common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher1-8/+0
2010-09-19relocation: fixup cmdtableHeiko Schocher1-24/+4
2010-09-19arm: get rid of bi_envHeiko Schocher1-2/+0
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-6/+7
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-2/+3
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk2-2/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk3-3/+3
2010-04-13mips: Move cpu/mips/* to arch/mips/cpu/*Peter Tyser14-0/+4305
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser26-0/+8438
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-0/+887