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


1.4
date	2012.11.17.01.52.48;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.04.13.18.01.53;	author adrian;	state Exp;
branches;
next	1.2;

1.2
date	2012.04.13.08.56.23;	author adrian;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.13.08.52.25;	author adrian;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switching exporter and resync
@
text
@#
# Specific board setup for the Atheros AP94 reference board.
#
# The AP94 has the following hardware:
#
# + AR7161 CPU SoC
# + AR9223 2.4GHz 11n
# + AR9220 5GHz 11n
# + AR8216 10/100 switch
# + m25p64 based 8MB flash
# + 32mb RAM
# + uboot environment

# $FreeBSD: head/sys/mips/conf/AP94 234232 2012-04-13 18:01:53Z adrian $

include		"AR71XX_BASE"
ident		"AP94"
hints		"AP94.hints"

# GEOM modules
device		geom_redboot	# to get access to the SPI flash partitions
device		geom_uzip	# compressed in-memory filesystem hackery!
options		GEOM_UZIP

options		ROOTDEVNAME=\"ufs:md0.uzip\"
options		AR71XX_REALMEM=32*1024*1024

options		AR71XX_ENV_UBOOT

# options		MD_ROOT
# options		MD_ROOT_SIZE="6144"

options		AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
options		ATH_EEPROM_FIRMWARE	# Use EEPROM from flash
device		firmware		# Used by the above
@


1.3
log
@SVN rev 234232 on 2012-04-13 18:01:53Z by adrian

* Enable ATH_EEPROM_FIRMWARE, now that it's a compile time option
* Tidy up things a bit.
@
text
@d14 1
a14 1
# $FreeBSD$
@


1.2
log
@SVN rev 234220 on 2012-04-13 08:56:23Z by adrian

These are uboot, so mark them as such or booting from flash will not work.
@
text
@d33 3
a35 2
options		AR71XX_ATH_EEPROM
device		firmware
@


1.1
log
@SVN rev 234219 on 2012-04-13 08:52:25Z by adrian

Introduce configuration files for AP94 and AP96.

This uses the new firmware(9) method for squirreling away the EEPROM
contents from SPI flash so ath(4) can get to them later.

It won't work out of the box just yet - you have to add this to
if_ath_pci.c:

#define ATH_EEPROM_FIRMWARE

.. until I've added it as a configuration option and updated things.
@
text
@d28 2
@

