
Hi Albert,
please pull these 3 zynq patches to your arm tree.
There is still pending the arm: lds: Remove libgcc eabi exception handling tables patch. Have you considered to also add it?
Thanks. Michal
The following changes since commit c85c7faf476a3f77389f71d898ced6a326a8c691:
nds32: fix the missing COBJS-y change (2013-08-12 07:55:48 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git zynq
for you to fetch changes up to 7264e506bdc529c142b4377e4e7c8f8fdc1b1230:
zynq: Enable axi ethernet and emaclite driver initialization (2013-08-12 07:56:23 +0200)
---------------------------------------------------------------- Michal Simek (3): zynq: Add new ddrc driver for ECC support zynq: slcr: Wait 100ms till clk is properly setup zynq: Enable axi ethernet and emaclite driver initialization
arch/arm/cpu/armv7/zynq/Makefile | 1 + arch/arm/cpu/armv7/zynq/ddrc.c | 50 ++++++++++++++++++++++++++++++ arch/arm/cpu/armv7/zynq/slcr.c | 2 +- arch/arm/include/asm/arch-zynq/hardware.h | 8 +++++ arch/arm/include/asm/arch-zynq/sys_proto.h | 1 + board/xilinx/zynq/board.c | 19 ++++++++++++ 6 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 arch/arm/cpu/armv7/zynq/ddrc.c