svn commit: r189652 - head/sys/arm/conf
Sam Leffler
sam at FreeBSD.org
Tue Mar 10 14:49:53 PDT 2009
Author: sam
Date: Tue Mar 10 21:49:51 2009
New Revision: 189652
URL: http://svn.freebsd.org/changeset/base/189652
Log:
configure flash support
Modified:
head/sys/arm/conf/CAMBRIA
head/sys/arm/conf/CAMBRIA.hints
Modified: head/sys/arm/conf/CAMBRIA
==============================================================================
--- head/sys/arm/conf/CAMBRIA Tue Mar 10 21:49:22 2009 (r189651)
+++ head/sys/arm/conf/CAMBRIA Tue Mar 10 21:49:51 2009 (r189652)
@@ -67,6 +67,8 @@ device pci
device uart
device ixpwdog # watchdog timer
+
+options IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
device cfi # flash support
device cfid # flash disk support
device geom_redboot # redboot fis parser
Modified: head/sys/arm/conf/CAMBRIA.hints
==============================================================================
--- head/sys/arm/conf/CAMBRIA.hints Tue Mar 10 21:49:22 2009 (r189651)
+++ head/sys/arm/conf/CAMBRIA.hints Tue Mar 10 21:49:51 2009 (r189652)
@@ -27,6 +27,10 @@ hint.npe.0.phy=1
#hint.npe.1.mii="C"
#hint.npe.1.phy=2
+# FLASH
+hint.cfi.0.at="ixp0"
+hint.cfi.0.addr=0x50000000
+
# CF IDE controller
hint.ata_avila.0.at="ixp0"
More information about the svn-src-head
mailing list