I've been trying to modify the device_srio_loopback.c to run in non-loopback mode to test external loopback on the EVM6678 eval kit and am having some issues decoding the SerDes register values. The values in the code don't seem to match the definitions in the sprugw1 documentation. The lines from the file are
CSL_BootCfgSetSRIOSERDESConfigPLL (0x235);
CSL_BootCfgSetSRIOSERDESRxConfig (0, 0x01C40495);
CSL_BootCfgSetSRIOSERDESTxConfig (0, 0x00780795);
Is there updated documentation for these?
Thanks,
Chris