Hi Experts
There is a source file named "emac_drv.c" in the path "C:\ti\pdk_C6657_1_1_2_6\packages\ti\drv\emac\src\", and in line 1099 to line 1114 in function emac_open, it is for SGMII configuration. Based on the code, if define C6657, then EMAC port must be configured in disable master mode and auto negotiation mode, but according to keystone EMAC userguide, it should also support non-auto negotiation mode with master enabled mode, my questions is why the PDK MUST use this mode(disable master mode and auto negotiation mode) for C6657 in emac_open functions.I attached PDK code snapshot and userguide snapshot here for your quick reference.
Thanks