summaryrefslogtreecommitdiff
path: root/sys/arch/mips/conf
AgeCommit message (Expand)Author
2003-12-12Remove preprocessor conditional MIPS3_L2CACHE_ABSENT, which was renderedsekiya
2003-11-08Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00simonb
2003-10-29add compat_16_machdep.cchristos
2003-10-25Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict withsimonb
2003-10-05Define ELF2ECOFF here for native build.tsutsui
2003-10-05Add R10000 cache ops, written by KIYOHARA Takashi and posted on port-sgimips.tsutsui
2003-07-04Add some dependancies on assym.h; helps "make -j N" kernel builds.simonb
2003-04-01s/ohci.c/ohci_aubus.c/hpeyerl
2003-03-08Add support for R5k secondary caches, from code Chris Sekiya sent me a longrafal
2002-12-09Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernelsimonb
2002-11-15Put the MIPS64_SB1 option in opt_cputype.h.simonb
2002-11-12Add support for the ST M41T81 RTC found on pass 2 swarm boards.simonb
2002-11-09Build with kernel with -msoft-float.thorpej
2002-11-09* Add -mno-abicalls to AFLAGS.thorpej
2002-11-09Nuke the CROSSDIR stuff.thorpej
2002-11-09No need to pass -mno-half-pic; NetBSD's compiler does not generatethorpej
2002-11-09- Make monolistic files into smaller manageable pieces, resultingnisimura
2002-11-08Note a new MIPS64_SB1 option that should be included in opt_cputype.hsimonb
2002-10-10Install the kernel linker script in /usr/lkm/ldscript so that modload(8)simonb
2002-07-31Add support for the watchdog timers on the BCM1xxx parts.simonb
2002-07-29Add support for the the Alchemy Semiconductor Au1x00 series on-chipsimonb
2002-07-06Overhaul the emulation facility. We do this by:gmcgarry
2002-06-04Don't use -traditional-cpp if HAVE_GCC3.thorpej
2002-06-04Add an extremely rough SMBus handler and RTC driver. This will besimonb
2002-06-01Use the current MIPS in_cksum for in4_cksum too.simonb
2002-04-03Don't make arch/mips/mips/mips_mcclock.c mandatory for all mips portssimonb
2002-03-13All the mips ports had an identical procfs_machdep.c, so use a commonsimonb
2002-03-05Add support for the on-chip peripherals on the Broadcom SiByte SB1250 CPUsimonb
2002-03-05Add support for MIPS32 and MIPS64 architectures:simonb
2002-03-05Don't explicitly depend locore_*.S and fp.S on assym.h - this is donesimonb
2002-01-14Options MIPS3_5200 and MIPS3_L2CACHE_PRESENT are gone.soren
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-02TX39, R5900 cache configuration.uch
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-26Added COMPAT_IRIX (being developped, not functionnal at that time)manu
2001-11-20cleanup:lukem
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-10-26remove " in assignment of ENDIAN.shin
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,thorpej
2001-10-23Use MACHINE, not TARGET_MACHINE.thorpej
2001-10-16R5900 support.uch
2001-10-08Use a separate variable (${KERNLDSCRIPT}) for the name of the kernelsimonb
2001-10-05Use ".-include" instead of the ".if exists(...) ..." dance.simonb
2001-10-05Use a single ldscript instead of separate scripts for either endianness;simonb
2001-09-23Moved COMPAT_LINUX config stuff from arch/sgimips to arch/mips, so that it'smanu
2001-07-19By adding a well-placed space or two, 'make depend' no longer losesoster
2001-07-15Suppress warning message:takemura
2001-06-01Remove 4096-byte gap between .reginfo and .data, suggested bythorpej
2001-05-29define _KERNEL_OPT as well as _KERNEL. we will use this in the future tomrg