2011-12-30 09:48:35 +00:00
|
|
|
#
|
|
|
|
# Atheros PB47 reference board.
|
|
|
|
#
|
|
|
|
# * one MiniPCI+ slot (modified to allow two idsel lines
|
|
|
|
# on the one slot, for a specific kind of internal-only
|
|
|
|
# NIC;
|
|
|
|
# * one XMII slot
|
|
|
|
# * One ethernet PHY
|
|
|
|
# * Akros Silicon AS1834
|
|
|
|
# * 8MB NOR SPI flash
|
|
|
|
# * 64MB RAM
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
include "AR71XX_BASE"
|
|
|
|
ident "PB47"
|
|
|
|
hints "PB47.hints"
|
|
|
|
|
|
|
|
# Enable the uboot environment stuff rather then the
|
|
|
|
# redboot stuff.
|
|
|
|
options AR71XX_ENV_UBOOT
|
|
|
|
|
|
|
|
# XXX TODO: add uboot boot parameter parsing to extract MAC, RAM.
|
|
|
|
# Right now it will just detect 32mb out of 64mb, as well as
|
|
|
|
# return a garbage MAC address.
|
2012-01-05 07:19:05 +00:00
|
|
|
options AR71XX_REALMEM=64*1024*1024
|
2011-12-30 09:48:35 +00:00
|
|
|
|
|
|
|
# For DOS - enable if required
|
2012-01-05 07:19:05 +00:00
|
|
|
options MSDOSFS
|
2011-12-30 09:48:35 +00:00
|
|
|
|
2012-01-05 03:38:34 +00:00
|
|
|
# uncompress - to boot read-only lzma natively from flash
|
|
|
|
device geom_uncompress
|
|
|
|
options GEOM_UNCOMPRESS
|
2011-12-30 09:48:35 +00:00
|
|
|
|
|
|
|
# Used for the static uboot partition map
|
|
|
|
device geom_map
|
|
|
|
|
|
|
|
# Boot off of the rootfs, as defined in the geom_map setup.
|
2012-01-05 03:38:34 +00:00
|
|
|
options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
|