aboutsummaryrefslogtreecommitdiff
path: root/cpu/mips
AgeCommit message (Expand)AuthorFilesLines
2009-05-16MIPS: Implement ethernet halt for au1x00Thomas Lange1-0/+4
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-04-28Replace __attribute references with __attribute__Peter Tyser1-4/+4
2009-02-21MIPS: cpu/mips/Makefile: Add a missing START lineShinya Kuribayashi1-0/+1
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger1-4/+2
2009-01-27MIPS: Add flush_dcache_range() and invalidate_dcache_range()Stefan Roese1-0/+28
2008-12-10MIPS: Flush data cache upon relocationStefan Roese1-7/+21
2008-12-10MIPS: Add CONFIG_SKIP_LOWLEVEL_INITStefan Roese1-0/+4
2008-11-09net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi2-1/+10
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-2/+2
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher5-17/+17
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD5-17/+17
2008-10-14The PIPE_INTERRUPT flag is used wrongRemy Bohmer1-4/+5
2008-08-06Fix merge problemsStefan Roese1-1/+1
2008-06-07[MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate linesShinya Kuribayashi5-18/+10
2008-06-07[MIPS] Rename Alchemy processor configs into CONFIG_SOC_*Shinya Kuribayashi3-9/+9
2008-06-05[MIPS] Update <asm/addrspace.h> headerShinya Kuribayashi1-3/+3
2008-06-05[MIPS] Kill unused <version.h> inclusionsShinya Kuribayashi3-3/+0
2008-05-30[MIPS] <asm/mipsregs.h>: Update coprocessor register access macrosShinya Kuribayashi1-5/+5
2008-05-21Fix some whitespace issuesWolfgang Denk1-3/+3
2008-05-21Big white-space cleanup.Wolfgang Denk4-136/+136
2008-05-06[MIPS] cpu/mips/cache.S: Fix build warningShinya Kuribayashi1-2/+4
2008-05-05Allow building mips versions with ELDK 3.1.1Vlad Lungu1-3/+6
2008-05-03[MIPS] cpu/mips/config.mk: Fix GNU assembler minor version pickerShinya Kuribayashi1-1/+1
2008-05-03[MIPS] cpu/mips/cache.S: Add dcache_enableShinya Kuribayashi1-0/+16
2008-04-18Use jr as register jump instructionShinya Kuribayashi3-6/+6
2008-04-17cpu/mips/cpu.c: Fix flush_cache bugShinya Kuribayashi1-2/+2
2008-03-25[MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kBShinya Kuribayashi1-5/+9
2008-03-25[MIPS] Fix dcache_status()Shinya Kuribayashi1-3/+7
2008-03-25[MIPS] Introduce _machine_restartShinya Kuribayashi1-7/+6
2008-03-25[MIPS] Cleanup CP0 Status initializationShinya Kuribayashi1-9/+25
2008-03-25[MIPS] Initialize CP0 Cause before setting up CP0 Status registerShinya Kuribayashi1-3/+3
2008-03-25[MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()Shinya Kuribayashi1-8/+0
2008-03-25[MIPS] Implement flush_cache()Shinya Kuribayashi1-0/+22
2008-03-25[MIPS] Fix I-/D-cache initialization loopsShinya Kuribayashi1-39/+76
2008-03-25[MIPS] Replace memory clearance code with f_fill64Shinya Kuribayashi1-15/+28
2008-03-25[MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macrosShinya Kuribayashi1-18/+7
2008-03-25[MIPS] Request for the 'mips_cache_lock()' removalShinya Kuribayashi2-0/+4
2008-02-23cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.Shinya Kuribayashi1-1/+1
2007-11-17[MIPS] cpu/mips/config.mk: Fix GNU assembler minor version pickerShinya Kuribayashi1-2/+1
2007-11-17[MIPS] Remove useless instructions for initializing $gp.Shinya Kuribayashi1-3/+1
2007-11-17[MIPS] MIPS 4K core: Coding style cleanupsShinya Kuribayashi3-47/+39
2007-11-17[MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.Shinya Kuribayashi1-1/+1
2007-11-17[MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build errorShinya Kuribayashi1-59/+59
2007-10-21[MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanupShinya Kuribayashi1-1/+1
2007-10-21[MIPS] Fix $gp usageShinya Kuribayashi1-6/+13
2007-07-09cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-4/+4
2007-07-04cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-9/+13