HI! I'm working with my custom board using C6678 DSP based upon EVM6678 board design. In evmc6678l.gel GEL file for EVM6678 board I've found the settings for SGMII_SERDES_AUX_CFG_PORT0 and SGMII_SERDES_AUX_CFG_PORT1 registers located at 0x02090138 and 0x02090238. But in 1GE Switch Subsystem User Guide (sprugv9d) these addresses are marked as reserved (Table 3-7 at page 3-16). What are these registers for and how should I use them?
Another question: configSGMIISerdes() function at evmc6678l.gel GEL file for EVM6678 board configures MAC_CONTROL and MAC_RX_MAXLEN registers for both ports, but configSerdes() function at platform library from PDK_C6678_1_1_2_6 doesn't configure MAC ports. Why?