# BCM94780 default NVRAM settings.
# This is used to create a cfedefault.bin file that
# can be pre-programmed on a Flash.
#
# System programmed with cfedefault.bin can be
# updated with board-specific unique cfe image.
#
# IMPORTANT - For this, cfe_configuration_state should
# be set to 'not_initialized'. Also, set the lan_ip_addr
# to be suitable for the network that will be used to
# load the board specific file.  Other than these, 
# everything else should be exactly the same as what
# is in the normal text file.
#
# $Id$
boardtype=0x042f
boardnum=0
# 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

# 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 not-initialized
# state for it to wait for board specific image
cfe_configuration_state=not_initialized

# Set this for the CFE initialization state to get 
# IP via DHCP
cfe_mfg_lan_proto=dhcp_client

# 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=

