History log of /netbsd-src/sys/arch/sgimips/conf/std.sgimips (Results 1 – 18 of 18)
Revision Date Author Comments
# b73781ae 20-Feb-2009 sekiya <sekiya@NetBSD.org>

Pull in Atheros HAL.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 7e71f567 17-Sep-2005 yamt <yamt@NetBSD.org>

include "conf/std".


# 6e2ad239 15-Jan-2004 pooka <pooka@NetBSD.org>

Remove historic remnant that treated the O2 load address as the
sgimips standard. Define it in the respective config file.


# c023b418 30-Aug-2003 chs <chs@NetBSD.org>

add "makeoptions MACHINE_ARCH=..." in std.* for mips ports
where it is constant (to ease cross-building).


# 6a5e492b 09-Dec-2002 simonb <simonb@NetBSD.org>

Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel
builds and use the endianness of the toolchain being used to determine
the endianness of the kernel.


# 60ae7111 22-Nov-2001 soren <soren@NetBSD.org>

Change the kernel load address offset from 512K to 420K, the Irix
convention for debugging kernels.


# b2fe046c 22-Nov-2001 thorpej <thorpej@NetBSD.org>

Move the kernel forward in memory, starting it 512K in from the
bottom of RAM. The bootloader is now loaded 2K in from the bottom
of RAM, so we need to make space for it.


# 03aef472 20-Nov-2001 lukem <lukem@NetBSD.org>

cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
optio

cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""

show more ...


# db0828bd 19-Nov-2001 soren <soren@NetBSD.org>

Remove driver options that don't belong in std.sgimips.


# 90a2bc2c 23-Oct-2001 thorpej <thorpej@NetBSD.org>

For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,
explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will
then set all of the internal variables it needs to a

For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,
explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will
then set all of the internal variables it needs to accordingly.

show more ...


# c68eb333 11-May-2001 thorpej <thorpej@NetBSD.org>

Delete __NO_SOFT_SERIAL_INTERRUPT.


# 825cb46d 03-Dec-2000 matt <matt@NetBSD.org>

Revert back to a machinearch (really cputype) of mips. Put ENDIAN back.


# 866f93d6 03-Dec-2000 matt <matt@NetBSD.org>

Change arch from mips to mipsel/mipseb as appropriate. Nuke the ENDIAN
makeoption. Key off MACHINE_ARCH for adding -EB/-EL to CFLAGS/AFLAGS/LD/
LINKFLAGS.


# 5e67131b 03-Dec-2000 matt <matt@NetBSD.org>

Start using a Makefile.mips. Use a combination of makeoptions and
Makefile.sgimips.inc which has sgimips specific stuff.


# 026723bc 08-Aug-2000 soren <soren@NetBSD.org>

Update for counter interrupt PSL change.


# 1ee7d22c 22-Jun-2000 fvdl <fvdl@NetBSD.org>

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.


# abe9dea1 14-Jun-2000 soren <soren@NetBSD.org>

Initial commit.