AP96 revision 234235
1#
2# Specific board setup for the Atheros AP96 reference board.
3#
4# The AP96 has the following hardware:
5#
6# + AR7161 CPU SoC
7# + AR9223 2.4GHz 11n
8# + AR9220 5GHz 11n
9# + AR8316 10/100/1000 switch
10# + m25p64 based 8MB flash
11# + 64mb RAM
12# + uboot environment
13
14# $FreeBSD: head/sys/mips/conf/AP96 234235 2012-04-13 20:23:32Z adrian $
15
16include		"AR71XX_BASE"
17ident		"AP96"
18hints		"AP96.hints"
19
20options		AR71XX_REALMEM=64*1024*1024
21
22options		AR71XX_ENV_UBOOT
23
24# For DOS - enable if required
25options 	GEOM_PART_BSD
26options 	GEOM_PART_MBR
27options 	MSDOSFS
28
29# uncompress - to boot read-only lzma natively from flash
30device		geom_uzip
31options 	GEOM_UZIP
32
33# Used for the static uboot partition map
34device          geom_map
35
36# Boot off of the rootfs, as defined in the geom_map setup.
37options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
38
39# Options needed for the EEPROM based calibration/PCI configuration data.
40options 	AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
41options 	ATH_EEPROM_FIRMWARE	# Use EEPROM from flash
42device		firmware		# Used by the above
43