Index: head/sys/mips/conf/MALTA =================================================================== --- head/sys/mips/conf/MALTA (revision 309054) +++ head/sys/mips/conf/MALTA (revision 309055) @@ -1,11 +1,11 @@ -# MALTA -- Kernel config for MALTA boards +# MALTA -- Kernel config for MALTA endian-big boards # # $FreeBSD$ ident MALTA include "std.MALTA" -machine mips mipsel # Malta supports both, so it isn't in std.malta +machine mips mips makeoptions KERNLOADADDR=0x80100000 Index: head/sys/mips/conf/MALTA64 =================================================================== --- head/sys/mips/conf/MALTA64 (revision 309054) +++ head/sys/mips/conf/MALTA64 (revision 309055) @@ -1,13 +1,13 @@ -# MALTA64 -- 64-bit kernel config for MALTA boards +# MALTA64 -- 64-bit kernel config for MALTA endian-big boards # # $FreeBSD$ ident MALTA64 include "std.MALTA" -machine mips mips64el # Malta supports both, so it isn't in std.malta +machine mips mips64 makeoptions ARCH_FLAGS="-march=mips64 -mabi=64" makeoptions KERNLOADADDR=0xffffffff80100000 Index: head/sys/mips/conf/MALTA64EL =================================================================== --- head/sys/mips/conf/MALTA64EL (nonexistent) +++ head/sys/mips/conf/MALTA64EL (revision 309055) @@ -0,0 +1,13 @@ +# MALTA64 -- 64-bit kernel config for MALTA endian-little boards +# +# $FreeBSD$ + +ident MALTA64 + +include "std.MALTA" + +machine mips mips64el + +makeoptions ARCH_FLAGS="-march=mips64 -mabi=64" + +makeoptions KERNLOADADDR=0xffffffff80100000 Property changes on: head/sys/mips/conf/MALTA64EL ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sys/mips/conf/MALTAEL =================================================================== --- head/sys/mips/conf/MALTAEL (nonexistent) +++ head/sys/mips/conf/MALTAEL (revision 309055) @@ -0,0 +1,11 @@ +# MALTA -- Kernel config for MALTA endian-little boards +# +# $FreeBSD$ + +ident MALTA + +include "std.MALTA" + +machine mips mipsel + +makeoptions KERNLOADADDR=0x80100000 Property changes on: head/sys/mips/conf/MALTAEL ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property