Module Name: src Committed By: ozaki-r Date: Wed Feb 26 03:58:33 UTC 2014
Modified Files: src/sys/arch/arm/omap: if_cpsw.c if_cpswreg.h Log Message: Make cpsw driver work without uboot support On some eval boards such as BeagleBone, the cpsw device is initialized rightly by the uboot of the boards so that the cpsw driver doesn't need to do some initializations but works fine. The patch adds initializations to make the driver work solely. It also adds support for 1000BaseT (RGMII) PHY that is equipped on some boards, e.g., CKB-3352. Reviewed by christos@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/if_cpsw.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/if_cpswreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.