
Hi Albert,
please pull from u-boot-imx, thanks.
The following changes since commit 4608adb8f66f3a70379fcc108755f88454af0d08:
integrator: update the Integrator/CP config (2012-02-18 16:44:39 +0100)
are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master
Helmut Raiger (3): tt01: fix environment size tt01: add video support tt01: fix hush parser config, add release config
Troy Kisky (5): net: fec_mxc: add 1000 Mbps selection net: fec_mxc: add PHYLIB support net: phy: add support for Micrel's KSZ9021 net: phy: make board_phy_config responsible for calling drv->config i.mx6q: mx6qsabrelite: Update the network configuration
arch/arm/include/asm/arch-mx31/sys_proto.h | 1 + arch/arm/include/asm/arch-mx6/imx-regs.h | 1 + board/freescale/corenet_ds/eth_p4080.c | 2 + board/freescale/mpc8544ds/mpc8544ds.c | 2 + board/freescale/mx6qsabrelite/mx6qsabrelite.c | 47 ++----- board/hale/tt01/tt01.c | 21 +++ drivers/net/fec_mxc.c | 165 +++++++++++++++++-------- drivers/net/fec_mxc.h | 7 + drivers/net/phy/micrel.c | 87 +++++++++++++ drivers/net/phy/phy.c | 5 +- include/configs/mx6qsabrelite.h | 2 + include/configs/tt01.h | 40 ++++++- include/micrel.h | 16 +++ include/phy.h | 1 + 14 files changed, 307 insertions(+), 90 deletions(-) create mode 100644 include/micrel.h