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

custom.txt (1495B)


      1 # Custom settings Header, DO NOT alter
      2 0x50434945
      3 0x41524753
      4 0x00000000
      5 0x00000000
      6 # End of Custom settings Header
      7 
      8 # User Settings
      9 # Optional control setting. The first word is magic number
     10 0x4354524C
     11 # Controls: (ctrl1)
     12 #   bit[0]       - Ignore enabling hotswap
     13 #   bit[1]       - Ignore PERST status initial check
     14 #   bit[7:4]     - Link Speed (PCIE generation) override,
     15 #                   1 - 2.5G, 2 - 5G, 3 - 8G, 0 - unconfigured
     16 #   bit[11:8]    - Link width override, 1, 2 or 4 lanes are valid
     17 0x00000430
     18 # Controls: (ctrl2) for future usage
     19 0x00000000
     20 
     21 # Optional Pre FW load settings, to be loaded before SerDes FW loadin
     22 # Preload ID 0x5052454c, followed by {register type: 0 - MAC, 1 - PHY, 32bit register address and 32bit data in hexadecimal format} sets
     23 0x5052454c
     24 # Disable parity matching for Gen3 TS1s, symbols 6 through 9, required for systems with PLX switches.
     25 # Type
     26 0x00000000
     27 # Address
     28 0x00001838
     29 # Data
     30 0x82084000
     31 
     32 # Optional Post FW load settings, to be loaded after SerDes FW loading
     33 # Post load ID 0x504f5354, followed by {register type: 0 - MAC, 1 - PHY, 32bit register address and 32bit data in hexadecimal format} sets
     34 0x504f5354
     35 # Example for unicast(register 0xd0b0 second lane)
     36 # Type
     37 0x00000001
     38 # Address
     39 0x0001d0b0
     40 # Data
     41 0x00002480
     42 # Example for broadcast(register 0xd0b1 all lanes)
     43 # Type
     44 0x00000001
     45 #Address
     46 0x01ffd0b1
     47 # Data
     48 0x00000007
     49 #End of User Settings
     50 
     51 # Custom settings footer, DO NOT alter
     52 0x00454E44
     53 0x41524753
     54 # End of Custom settings footer