Deleted Added
full compact
AP93 (291049) AP93 (295945)
1#
2# Specific board setup for the Atheros AP91 reference board.
3#
4# The AP93 has the following hardware:
5#
6# + AR7240 CPU SoC
7# + AR9280 Wifi
8# + Integrated switch (XXX speed?)
9# + 16MB flash
10# + 64MB RAM
11# + uboot environment
12
1#
2# Specific board setup for the Atheros AP91 reference board.
3#
4# The AP93 has the following hardware:
5#
6# + AR7240 CPU SoC
7# + AR9280 Wifi
8# + Integrated switch (XXX speed?)
9# + 16MB flash
10# + 64MB RAM
11# + uboot environment
12
13# $FreeBSD: head/sys/mips/conf/AP93 291049 2015-11-19 01:58:12Z imp $
13# $FreeBSD: head/sys/mips/conf/AP93 295945 2016-02-24 00:39:36Z sobomax $
14
15#NO_UNIVERSE
16
17include "AR724X_BASE"
18ident "AP93"
19hints "AP93.hints"
20
21options AR71XX_REALMEM=64*1024*1024
22
23options AR71XX_ENV_UBOOT
24
25# For DOS - enable if required
26options MSDOSFS
27
28# uncompress - to boot read-only lzma natively from flash
14
15#NO_UNIVERSE
16
17include "AR724X_BASE"
18ident "AP93"
19hints "AP93.hints"
20
21options AR71XX_REALMEM=64*1024*1024
22
23options AR71XX_ENV_UBOOT
24
25# For DOS - enable if required
26options MSDOSFS
27
28# uncompress - to boot read-only lzma natively from flash
29device geom_uncompress
30options GEOM_UNCOMPRESS
31options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
29device geom_uzip
30options GEOM_UZIP
31options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
32
33# Used for the static uboot partition map
34device geom_map
35
36# Options needed for the EEPROM based calibration/PCI configuration data.
37options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
38options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
39device firmware # Used by the above
40
41# Options required for miiproxy and mdiobus
42options ARGE_MDIO # Export an MDIO bus separate from arge
43device miiproxy # MDIO bus <-> MII PHY rendezvous
44
45device etherswitch
46device arswitch
32
33# Used for the static uboot partition map
34device geom_map
35
36# Options needed for the EEPROM based calibration/PCI configuration data.
37options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
38options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
39device firmware # Used by the above
40
41# Options required for miiproxy and mdiobus
42options ARGE_MDIO # Export an MDIO bus separate from arge
43device miiproxy # MDIO bus <-> MII PHY rendezvous
44
45device etherswitch
46device arswitch