# BCM94780nas board
# $Id$
boardtype=0x042f
boardnum=${serno}
# Board revision 1.0
boardrev=0x10
# No switch
boardflags=0

# MIPS clock frequency in MHz
clkfreq=264

# 64 MB DDR SDRAM (16 Meg x 16 x 2)
sdram_init=0x0009
sdram_config=0x0062
sdram_refresh=0x0000
sdram_ncdl=0

# Ethernet 
et0macaddr=00:10:18:00:${maclo}
et0phyaddr=5
et0mdcport=0

#Broadnas Unique ID
#Currently set to MAC address.
broadnas_unique_id=00:10:18:00:${maclo}

# BCM94780NAS does not have a second PHY
# Hence, this is pseudo setup
# MAC address of 40:... -> local address
# PHY address of 31 means no PHY
et1macaddr=40:10:18:00:${maclo}
et1phyaddr=30
et1mdcport=1

# Watchdog timer in ms
watchdog=0

# Reset 
reset_gpio=7

# CFE variables
dl_ram_addr=a0001000
os_ram_addr=80001000
os_flash_addr=bfc40000
scratch=a0180000
boot_wait=off
wait_time=5

# Set these for CFE to get into CFE initialized
# state
cfe_configuration_state=initialized

# Set this for the manufacturing test state to 
# get IP via DHCP
cfe_mfg_lan_proto=dhcp_client

# Set this for the system to enter into
# manufacturing test state after the CFE
# initialization is done.  The value of
# this variable should be set to the pattern
# with which the rest of the unused Flash is
# padded with (including the run-time NVRAM 
# regions. eg. goto_mfgstate_pattern=0x78563412
goto_mfgstate_pattern=0

# Variables used by CFE and run-time OS image
# which may be modified by the run-time OS image
lan_ipaddr=192.168.1.1
lan_netmask=255.255.255.0

# Variables used only by the run-time OS image
# which may be modified by the run-time OS image
wlan_ipaddr=192.168.21.1
wlan_netmask=255.255.255.0

# Variables used only by the run-time OS image
# but never modified by the run-time OS image
lan_ifnames=eth0 eth2
lan_ifname=eth0
wlan_ifname=eth2
wan_ifname=eth1
wlan_hardware_present=no

# Variables used by the run-time OS image to 
# set up factory default values of variables
# that may be modified by the run-time OS image
# IMPORTANT - DO NOT change the prefix "default_"
default_physical_authentication_enable=disabled
default_http_username=
default_http_passwd=nasoc
default_workgroup=WORKGROUP
default_start_page=/setup/initial_setup.asp
default_new_disk_action=no_action
default_primary_pool_name=
default_primary_share_name=

