Date: Sat, 31 Dec 2011 13:51:10 +0000 From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Adrian Chadd <adrian@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228944 - head/sys/mips/conf Message-ID: <EB5C3176-71FB-4B22-9D0D-A6E9C6A5543F@lists.zabbadoz.net> In-Reply-To: <201112290551.pBT5pnbp041788@svn.freebsd.org> References: <201112290551.pBT5pnbp041788@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 29. Dec 2011, at 05:51 , Adrian Chadd wrote: > Author: adrian > Date: Thu Dec 29 05:51:48 2011 > New Revision: 228944 > URL: http://svn.freebsd.org/changeset/base/228944 >=20 > Log: > Break out the AR71XX config file into _BASE and board specific > bits. >=20 > The ROUERSTATION and RSPRO variants contain: >=20 > * the board specific bits (eg the RTC for RSPRO, later on it'll > include the GPIO/LED definitions); > * the boot specific bits (eg, on-board flash, usb flash, etc). >=20 > For now the AR71XX_BASE file contains the common board config, > drivers and net80211/ath wireless drivers. >=20 > I'll follow this up with config files for the other boards I > have (eg the Ubiquiti LSSR71, as well as some Mikrotik boards > that use the AR71XX and atheros reference boards) which will > be quite easy to do now. >=20 > Added: > head/sys/mips/conf/AR71XX_BASE (contents, props changed) > head/sys/mips/conf/AR71XX_BASE.hints (contents, props changed) > head/sys/mips/conf/ROUTERSTATION (contents, props changed) > head/sys/mips/conf/ROUTERSTATION.hints (contents, props changed) > head/sys/mips/conf/ROUTERSTATION_MFS (contents, props changed) > head/sys/mips/conf/RSPRO (contents, props changed) > head/sys/mips/conf/RSPRO.hints (contents, props changed) > head/sys/mips/conf/RSPRO_MFS (contents, props changed) > head/sys/mips/conf/RSPRO_STANDALONE (contents, props changed) > Deleted: > head/sys/mips/conf/AR71XX > head/sys/mips/conf/AR71XX.hints >=20 > Added: head/sys/mips/conf/ROUTERSTATION > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sys/mips/conf/ROUTERSTATION Thu Dec 29 05:51:48 2011 = (r228944) > @@ -0,0 +1,24 @@ > +# > +# Ubiquiti Routerstation: Boot from onboard flash > +# > +# $FreeBSD$ > +# > + > +include "UBNT_AR71XX_BASE" That file does not exist causing the build and universe to fail. > +ident "ROUTERSTATION" > +hints "ROUTERSTATION.hints" > + > +# XXX Is there an RTC on the RS? > + > +# GEOM modules > +device geom_redboot # to get access to the SPI flash = partitions > +device geom_uzip # compressed in-memory = filesystem support > +options GEOM_UZIP > + > +# For DOS > +options GEOM_PART_BSD > +options GEOM_PART_MBR > +options MSDOSFS > + > +# Boot path - redboot MFS > +options ROOTDEVNAME=3D\"ufs:redboot/rootfs.uzip\" --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EB5C3176-71FB-4B22-9D0D-A6E9C6A5543F>