Hello net11,
Standard Suite includes unlimited C compiler in contrast to Special edition.
So in case your code size has more then 128KB you cannot build it using Special Edition.
Regarding Ethernet controller routines: I'd suggest you check MQX OS web pages (freescale.com/mqx)
MQX is free tool so you can download and install it
MQX includes drivers for several different Ethernet phyters: (see <MQX instal>\mqx\source\io\enet\Phy\)
phy_dp83xxx.c
phy_dp83xxx.h
phy_ksz8041.c
phy_ksz8041.h
phy_lan8710.c
phy_lan8710.h
phy_lxt971.h
phy_mcf5223x.c
phy_mcf5223x.h
phy_dp83xxx.c
phy_dp83xxx.h
phy_ksz8041.c
phy_ksz8041.h
phy_lan8710.c
phy_lan8710.h
phy_lxt971.h
phy_mcf5223x
cphy_mcf5223x.h
Currently M5234BCC is not directly supported by the MQX. Anyway, you might reuse some existing routines...
Stanish