openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

reload.soc (932B)


      1 #
      2 # 
      3 #
      4 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      5 # 
      6 # Copyright 2007-2019 Broadcom Inc. All rights reserved.
      7 
      8 *:warmboot on
      9 *:init noreset
     10 
     11 if $?feature_cancun \
     12     "cancun load cmh;" \
     13     "cancun load cch;" \
     14     "cancun load ceh;" \
     15 
     16 *:init misc
     17 if $?feature_cancun \
     18     "cancun load cih;" \
     19     "cancun load cfh;"\
     20     "cancun stat;"
     21 *:init mmu
     22 # Note: Un-comment the following debug verbose and dbm bcm lines to get more debug info.
     23 #       They are turned off by default to reduce init time.
     24 
     25 #debug +verbose
     26 #dbm bcm fp VVERbose
     27 MCSMsg INIT;
     28 MCSMsg 0;
     29 if !$?rcpu_only && $?num_ucs\
     30     'if !"expr $num_ucs > 1" "MCSMsg 1";'\
     31     'if !"expr $num_ucs > 2" "MCSMsg 2";'
     32 *:init bcm
     33 #dbm bcm -fp -VVERbose
     34 #debug -verbose
     35 *:linkscan 250000
     36 if $?feature_arl_hashed && !$?simulator && !$?rcpu_only \
     37     "l2mode interval=3000000"
     38 sleep 1