svn commit: r187934 - projects/cambria/sys/arm/conf
Sam Leffler
sam at FreeBSD.org
Fri Jan 30 10:34:55 PST 2009
Author: sam
Date: Fri Jan 30 18:34:54 2009
New Revision: 187934
URL: http://svn.freebsd.org/changeset/base/187934
Log:
o remove crypto stuff for now, doesn't build
o add cfi so I can start on flash support
Modified:
projects/cambria/sys/arm/conf/AVILA
projects/cambria/sys/arm/conf/AVILA.hints
Modified: projects/cambria/sys/arm/conf/AVILA
==============================================================================
--- projects/cambria/sys/arm/conf/AVILA Fri Jan 30 18:34:19 2009 (r187933)
+++ projects/cambria/sys/arm/conf/AVILA Fri Jan 30 18:34:54 2009 (r187934)
@@ -66,13 +66,15 @@ options BOOTP_COMPAT
device pci
device uart
+device ixpwdog # watchdog timer
+device cfi # flash support
+
# I2C Bus
device iicbus
device iicbb
device iic
device ixpiic # I2C bus glue
-device ixpwdog # watchdog timer
device ds1672 # DS1672 on I2C bus
device ad7418 # AD7418 on I2C bus
@@ -82,9 +84,9 @@ device ata
device atadisk # ATA disk drives
device avila_ata # Gateworks CF/IDE support
-device ixpcrypto # requires npe + qmgr
-device crypto
-device cryptodev
+#device ixpcrypto # requires npe + qmgr
+#device crypto
+#device cryptodev
device npe # Network Processing Engine
device npe_fw
Modified: projects/cambria/sys/arm/conf/AVILA.hints
==============================================================================
--- projects/cambria/sys/arm/conf/AVILA.hints Fri Jan 30 18:34:19 2009 (r187933)
+++ projects/cambria/sys/arm/conf/AVILA.hints Fri Jan 30 18:34:54 2009 (r187934)
@@ -29,6 +29,9 @@ hint.npe.1.mac="C"
hint.npe.1.mii="B"
hint.npe.1.phy=1
+# FLASH
+hint.cfi.0.at="ixp0"
+
# NPE crypto acceleration
hint.ixpcrypto.0.at="ixp0"
More information about the svn-src-projects
mailing list