CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: simonb Date: Tue May 25 09:19:28 UTC 2021 Modified Files: src/sys/arch/mips/conf: files.mips Log Message: Alignment nit. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/mips/conf/files.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: simonb Date: Tue May 11 09:21:25 UTC 2021 Modified Files: src/sys/arch/mips/conf: std.octeon Log Message: Revert rev 1.5 - put the NOFPU option back. Older cnMIPS cores don't have an FPU. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/conf/std.octeon Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: christos Date: Mon Apr 26 00:28:01 UTC 2021 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: Produce elf32 images for mipsn64eb too To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: christos Date: Sun Apr 25 23:24:00 UTC 2021 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: use ${MACHINE_MIPS64} To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: simonb Date: Sun Apr 18 12:05:29 UTC 2021 Modified Files: src/sys/arch/mips/conf: std.octeon Log Message: Delete the NOFPU option. These CPUs do have an FPU. Allows o32 binaries to work now. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/conf/std.octeon Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: simonb Date: Tue Mar 23 11:41:53 UTC 2021 Modified Files: src/sys/arch/mips/conf: files.mips Log Message: Remove duplicate out-of-place comment. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/arch/mips/conf/files.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: skrll Date: Sun Aug 9 08:49:00 UTC 2020 Modified Files: src/sys/arch/mips/conf: files.mips Log Message: More whitespace To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/mips/conf/files.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: skrll Date: Sun Aug 9 08:48:25 UTC 2020 Modified Files: src/sys/arch/mips/conf: files.mips Log Message: defflag foo on each line to make searching easier. sort some lines and fix some indentation while I'm here. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/mips/conf/files.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: simonb Date: Wed Jun 24 12:43:40 UTC 2020 Modified Files: src/sys/arch/mips/conf: files.octeon Log Message: Redo cnmac attachments - cnmacM @ gmxN @ pip0 @ iobus Missed one file - thanks martin@. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/conf/files.octeon Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: christos Date: Tue Jun 5 11:39:49 UTC 2018 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: use the compiler way of passing arguments to the linker. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: maya Date: Wed Feb 22 13:34:39 UTC 2017 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: leave the part for GCC >= 5.3 in. Was a little over-eager and accidentally removed the else case. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: maya Date: Wed Feb 22 13:17:29 UTC 2017 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: GC workaround for GCC 4.8 fixed in GCC 5+ To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: macallan Date: Tue Mar 29 18:40:32 UTC 2016 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: make sure we compile mips_fpu.c and fp.S with -mhard-float To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: martin Date: Mon Mar 28 08:10:57 UTC 2016 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: Restrict float format hacks to gcc 4.8 To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: macallan Date: Thu Feb 18 20:50:44 UTC 2016 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: gcc does not pass floating point options to the assembler by default, because it is afraid that the stricter tests will break userland code. The new binutils is pickier about this. Gcc 5.x fixes the issue so for now, set explicitly the assembler soft-float flags when we build the kernel. see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64569 To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: matt Date: Sat Jun 6 04:34:23 UTC 2015 Modified Files: src/sys/arch/mips/conf: files.octeon Log Message: Add a wdog for octeon To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/conf/files.octeon Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: matt Date: Mon May 25 23:47:01 UTC 2015 Modified Files: src/sys/arch/mips/conf: std.octeon Log Message: Switch to MIPS64R2 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/conf/std.octeon Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: matt Date: Tue May 19 07:08:21 UTC 2015 Modified Files: src/sys/arch/mips/conf: std.octeon Log Message: Let the compiler/assembler know we compiling for octeon. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/conf/std.octeon Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: macallan Date: Tue Mar 10 18:16:20 UTC 2015 Modified Files: src/sys/arch/mips/conf: files.ingenic Log Message: config goop for dme To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/conf/files.ingenic Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: macallan Date: Sat Dec 6 14:36:53 UTC 2014 Modified Files: src/sys/arch/mips/conf: files.ingenic Log Message: config goop for apbus and dwc2/usb To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/conf/files.ingenic Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: uebayasi Date: Sat Nov 15 15:01:41 UTC 2014 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: LINKSCRIPT is set only once, so use = not +=. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: uebayasi Date: Sat Nov 15 12:29:02 UTC 2014 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: Use LINKSCRIPT. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: matt Date: Mon Apr 28 22:59:49 UTC 2014 Modified Files: src/sys/arch/mips/conf: files.ralink Log Message: Add pci attachment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/conf/files.ralink Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: christos Date: Fri Oct 4 15:02:43 UTC 2013 Modified Files: src/sys/arch/mips/conf: stand.ldscript Log Message: discard eh sections To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/conf/stand.ldscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: cliff Date: Tue Aug 2 03:40:01 UTC 2011 Modified Files: src/sys/arch/mips/conf: files.ralink Log Message: CFI NOR support for mips/ralink To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/conf/files.ralink Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: cliff Date: Thu Apr 14 05:07:00 UTC 2011 Modified Files: src/sys/arch/mips/conf: files.mips Log Message: - option MIPS_DDB_WATCH is deprecated, removed To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/mips/conf/files.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: matt Date: Wed Apr 6 05:47:54 UTC 2011 Modified Files: src/sys/arch/mips/conf: files.mips Log Message: slight reordering. no functional change. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/mips/conf/files.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: dyoung Date: Mon Apr 4 20:01:14 UTC 2011 Modified Files: src/sys/arch/mips/conf: files.adm5120 Log Message: Make usb_dma a dependency of ahci(4), since it needs usb_allocmem(9). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/conf/files.adm5120 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: cliff Date: Fri Mar 18 02:13:46 UTC 2011 Modified Files: src/sys/arch/mips/conf: files.rmixl Log Message: - add config for gpio - add config for iobus, nand, flash To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/conf/files.rmixl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: matt Date: Sat Mar 5 15:19:44 UTC 2011 Modified Files: src/sys/arch/mips/conf: kern.ldscript Log Message: Add missing .debug lines from usr/libdata/ldscripts Add missing .mdebug lines from usr/libdata/ldscripts Fixes PR/40522 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/conf/kern.ldscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: matt Date: Tue Feb 1 06:18:40 UTC 2011 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: Use elf32-ntrad{little,big}mips To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/conf
Module Name:src Committed By: tsutsui Date: Tue May 4 15:00:39 UTC 2010 Modified Files: src/sys/arch/mips/conf: stand.ldscript Log Message: Merge .rodata.* sections (like .rodata.str1.4) into .rodata section. Newer binutils creates such sections and old firmware might be confused. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/conf/stand.ldscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.