head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2013.04.06.00.28.52;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2013.04.05.00.53.40;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.03.29.00.36.03;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249124
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#
# AP121 - the AP121 reference board from Qualcomm Atheros includes:
#
# * AR9330 SoC
# * 16MB RAM
# * 4MB flash
# * Integrated 1x1 2GHz wifi and 10/100 bridge
#
# $FreeBSD: head/sys/mips/conf/AP121 249124 2013-04-05 01:38:13Z adrian $
#

# Include the default AR933x parameters
include         "AR933X_BASE"

ident           AP121

# Override hints with board values
hints           "AP121.hints"

# Force the board memory - the base AP121 only has 16MB RAM
options         AR71XX_REALMEM=(16*1024*1024)

# i2c GPIO bus
#device		gpioiic
#device		iicbb
#device		iicbus
#device		iic

# Options required for miiproxy and mdiobus
options 	ARGE_MDIO	# Export an MDIO bus separate from arge
device		miiproxy	# MDIO bus <-> MII PHY rendezvous

device		etherswitch
device		arswitch

# read MSDOS formatted disks - USB
#options		MSDOSFS

# Enable the uboot environment stuff rather then the
# redboot stuff.
options		AR71XX_ENV_UBOOT

# uzip - to boot natively from flash
device		geom_uncompress
options 	GEOM_UNCOMPRESS

# Used for the static uboot partition map
device          geom_map

# Boot off of the rootfs, as defined in the geom_map setup.
options		ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249117
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d9 1
a9 1
# $FreeBSD: head/sys/mips/conf/AP121 249117 2013-04-05 00:21:17Z adrian $
d21 1
a21 1
options         AR71XX_REALMEM=16*1024*1024
d29 3
a31 2
# ethernet switch device
#device		etherswitch
d33 2
a34 2
# RTL8366RB support
#device		rtl8366rb
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248853
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d9 1
a9 1
# $FreeBSD: head/sys/mips/conf/AP121 248853 2013-03-28 20:48:58Z adrian $
d43 2
a44 2
#device		geom_uzip
#options		GEOM_UZIP
d50 1
a50 1
options		ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
@

