PERFORCE change 154131 for review
Sam Leffler
sam at FreeBSD.org
Fri Dec 5 10:39:40 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154131
Change 154131 by sam at 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
More information about the p4-projects
mailing list