
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?
v2: - Changed email address, - There was incorrect rebase which I have fixed - correct sha1 now
Thanks. Michal
The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:
nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git zynq
for you to fetch changes up to 2d83d33a51926d6471eb9282d03d83783850d565:
zynq: Enable axi ethernet and emaclite driver initialization (2013-08-12 08:59:56 +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