From e72559bcd408a6154b20579ea88035da529ae5b3 Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 10 Mar 2009 21:49:51 +0000 Subject: configure flash support --- sys/arm/conf/CAMBRIA | 2 ++ sys/arm/conf/CAMBRIA.hints | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'sys/arm/conf') diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA index 0fdc34e..468e8a2 100644 --- a/sys/arm/conf/CAMBRIA +++ b/sys/arm/conf/CAMBRIA @@ -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 diff --git a/sys/arm/conf/CAMBRIA.hints b/sys/arm/conf/CAMBRIA.hints index 208029f..a01093a 100644 --- a/sys/arm/conf/CAMBRIA.hints +++ b/sys/arm/conf/CAMBRIA.hints @@ -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" -- cgit v1.1