Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 11:56:22 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309055 - head/sys/mips/conf
Message-ID:  <201611231156.uANBuMkT006209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Wed Nov 23 11:56:22 2016
New Revision: 309055
URL: https://svnweb.freebsd.org/changeset/base/309055

Log:
  Split MALTA board config to big and little endian versions.
  
  This fixes compilation after r308807 ("Pass MACHINE_ARCH on
  command line for MIPS kernels.")
  
  Sponsored by:	DARPA, AFRL

Added:
  head/sys/mips/conf/MALTA64EL
     - copied, changed from r309054, head/sys/mips/conf/MALTA64
  head/sys/mips/conf/MALTAEL
     - copied, changed from r309054, head/sys/mips/conf/MALTA
Modified:
  head/sys/mips/conf/MALTA
  head/sys/mips/conf/MALTA64

Modified: head/sys/mips/conf/MALTA
==============================================================================
--- head/sys/mips/conf/MALTA	Wed Nov 23 11:32:57 2016	(r309054)
+++ head/sys/mips/conf/MALTA	Wed Nov 23 11:56:22 2016	(r309055)
@@ -1,4 +1,4 @@
-# MALTA -- Kernel config for MALTA boards
+# MALTA -- Kernel config for MALTA endian-big boards
 #
 # $FreeBSD$
  
@@ -6,6 +6,6 @@ ident		MALTA
 
 include		"std.MALTA"
  
-machine		mips mipsel	# Malta supports both, so it isn't in std.malta
+machine		mips mips
  
 makeoptions	KERNLOADADDR=0x80100000

Modified: head/sys/mips/conf/MALTA64
==============================================================================
--- head/sys/mips/conf/MALTA64	Wed Nov 23 11:32:57 2016	(r309054)
+++ head/sys/mips/conf/MALTA64	Wed Nov 23 11:56:22 2016	(r309055)
@@ -1,4 +1,4 @@
-# MALTA64 -- 64-bit kernel config for MALTA boards
+# MALTA64 -- 64-bit kernel config for MALTA endian-big boards
 #
 # $FreeBSD$
  
@@ -6,7 +6,7 @@ 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"
  

Copied and modified: head/sys/mips/conf/MALTA64EL (from r309054, head/sys/mips/conf/MALTA64)
==============================================================================
--- head/sys/mips/conf/MALTA64	Wed Nov 23 11:32:57 2016	(r309054, copy source)
+++ head/sys/mips/conf/MALTA64EL	Wed Nov 23 11:56:22 2016	(r309055)
@@ -1,4 +1,4 @@
-# MALTA64 -- 64-bit kernel config for MALTA boards
+# MALTA64 -- 64-bit kernel config for MALTA endian-little boards
 #
 # $FreeBSD$
  
@@ -6,7 +6,7 @@ ident		MALTA64
 
 include		"std.MALTA"
  
-machine		mips mips64el	# Malta supports both, so it isn't in std.malta
+machine		mips mips64el
  
 makeoptions	ARCH_FLAGS="-march=mips64 -mabi=64"
  

Copied and modified: head/sys/mips/conf/MALTAEL (from r309054, head/sys/mips/conf/MALTA)
==============================================================================
--- head/sys/mips/conf/MALTA	Wed Nov 23 11:32:57 2016	(r309054, copy source)
+++ head/sys/mips/conf/MALTAEL	Wed Nov 23 11:56:22 2016	(r309055)
@@ -1,4 +1,4 @@
-# MALTA -- Kernel config for MALTA boards
+# MALTA -- Kernel config for MALTA endian-little boards
 #
 # $FreeBSD$
  
@@ -6,6 +6,6 @@ ident		MALTA
 
 include		"std.MALTA"
  
-machine		mips mipsel	# Malta supports both, so it isn't in std.malta
+machine		mips mipsel
  
 makeoptions	KERNLOADADDR=0x80100000



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231156.uANBuMkT006209>