xref: /freebsd-13-stable/sys/mips/conf/PB47 (revision 5510f79042fbd543de55807d0da7f8a2b8be2f89)
1#
2# Atheros PB47 reference board.
3#
4# * one MiniPCI+ slot (modified to allow two idsel lines
5#   on the one slot, for a specific kind of internal-only
6#   NIC;
7# * one XMII slot
8# * One ethernet PHY
9# * Akros Silicon AS1834
10# * 8MB NOR SPI flash
11# * 64MB RAM
12#
13#
14
15#NO_UNIVERSE
16
17include		"AR71XX_BASE"
18ident		"PB47"
19hints		"PB47.hints"
20
21# Enable the uboot environment stuff rather then the
22# redboot stuff.
23options 	AR71XX_ENV_UBOOT
24
25# XXX TODO: add uboot boot parameter parsing to extract MAC, RAM.
26# Right now it will just detect 32mb out of 64mb, as well as
27# return a garbage MAC address.
28options 	AR71XX_REALMEM=64*1024*1024
29
30# For DOS - enable if required
31options 	MSDOSFS
32
33# uncompress - to boot read-only lzma natively from flash
34device		xz
35options 	GEOM_UZIP
36
37# Used for the static uboot partition map
38device		geom_map
39
40# Boot off of the rootfs, as defined in the geom_map setup.
41options 	ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
42