]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/PB47
cdn-patch: offer option to mount /etc/keys before attaching geli devices
[FreeBSD/FreeBSD.git] / sys / mips / conf / PB47
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 # $FreeBSD$
14 #
15
16 #NO_UNIVERSE
17
18 include         "AR71XX_BASE"
19 ident           "PB47"
20 hints           "PB47.hints"
21
22 # Enable the uboot environment stuff rather then the
23 # redboot stuff.
24 options         AR71XX_ENV_UBOOT
25
26 # XXX TODO: add uboot boot parameter parsing to extract MAC, RAM.
27 # Right now it will just detect 32mb out of 64mb, as well as
28 # return a garbage MAC address.
29 options         AR71XX_REALMEM=64*1024*1024
30
31 # For DOS - enable if required
32 options         MSDOSFS
33
34 # uncompress - to boot read-only lzma natively from flash
35 device          xz
36 options         GEOM_UZIP
37
38 # Used for the static uboot partition map
39 device          geom_map
40
41 # Boot off of the rootfs, as defined in the geom_map setup.
42 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"