On Thu, May 29, 2014 at 11:10:01AM +0100, Alex Smith wrote: > Add interface mode detection for Octeon II. This is necessary to detect > the interface modes correctly on the UBNT E200 board. Code is taken > from the UBNT GPL source release, with some alterations: SRIO, ILK and > RXAUI interface modes are removed and instead return disabled as these > modes are not currently supported. > > Tested-by: David Daney <david.daney@xxxxxxxxxx> > Signed-off-by: Alex Smith <alex.smith@xxxxxxxxxx> I tried booting ebb6800 board with these patches. It hangs somewhere in __cvmx_helper_xaui_enable() with XAUI port. Looking at the UBNT GPL package, xaui init is quite different with 68XX specific code paths. Maybe those bits should be added too, or then disable XAUI support as well? A.