I have a embedded board loosly derived from the Am572x EVM. We have changed the PHY for the ethernet to be an MII rather RGMII as we only need ethernet for debug/initialisation. I'm having problems getting SPL (from am57xx-evm-linux-sdk-src-03.00.00.04/u-boot-2016.05+gitAUTOINC+b4e185a8c3-gb4e185a8c3) to configure the CPSW/GEMAC to operate in MII 100Mbps mode. The PHY is detected by the SPL and also by u-boot (when loaded from the UART) and the mii dump shows the correct configuration. However when looking at the other end of the ethernet cable I see no packets. The MII_TXCLK is 25MHz bu the bit timings on the MII_TXDn look like 5MHz i.e. 2.5MHz x 2 i.e. 10Mhz RMII How is the AM57x ethernet configured for MII?