Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2008 18:39:40 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154131 for review
Message-ID:  <200812051839.mB5IdeOm021568@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=154131

Change 154131 by sam@sam_ebb on 2008/12/05 18:39:09

	o add std.ixp435 that defines CPU_XSCALE_IXP435 so we can get
	  NIRQ defined correctly
	o remove std.ixp425 include from std.avila so it can be used
	  by both AVILA and CAMBRIA
	o add std.ixp4xx include to AVILA and CAMBRIA config files
	
	May want to rethink this all for multi-board support.

Affected files ...

.. //depot/projects/vap/sys/arm/conf/AVILA#19 edit
.. //depot/projects/vap/sys/arm/conf/CAMBRIA#3 edit
.. //depot/projects/vap/sys/arm/xscale/ixp425/std.avila#4 edit
.. //depot/projects/vap/sys/arm/xscale/ixp425/std.ixp435#1 add

Differences ...

==== //depot/projects/vap/sys/arm/conf/AVILA#19 (text+ko) ====

@@ -20,6 +20,7 @@
 
 ident		AVILA
 
+include		"../xscale/ixp425/std.ixp425"
 # NB: memory mapping is defined in std.avila
 include		"../xscale/ixp425/std.avila"
 options 	XSCALE_CACHE_READ_WRITE_ALLOCATE

==== //depot/projects/vap/sys/arm/conf/CAMBRIA#3 (text+ko) ====

@@ -21,6 +21,7 @@
 machine		arm
 ident		CAMBRIA
 
+include		"../xscale/ixp425/std.ixp435"
 # NB: memory mapping is defined in std.avila
 include		"../xscale/ixp425/std.avila"
 options 	XSCALE_CACHE_READ_WRITE_ALLOCATE

==== //depot/projects/vap/sys/arm/xscale/ixp425/std.avila#4 (text+ko) ====

@@ -3,7 +3,6 @@
 #
 # Gateworks GW23XX board configuration
 #
-include		"../xscale/ixp425/std.ixp425"
 files		"../xscale/ixp425/files.avila"
 #
 # Physical memory starts at 0.  We assume images are loaded at


help

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