
Hi Tom,
please pull these patches to your tree. I have added there 2 patches for serial. Zynq is only one platform which is using this driver.
Thanks, Michal
The following changes since commit 92fa7f53f1f3f03296f8ffb14bdf1baefab83368:
Prepare v2015.01 (2015-01-12 09:39:08 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git zynq
for you to fetch changes up to 025216f78e0dacd491908d0d76a3642630cd84dc:
serial: Extend structure comments with register offset (2015-01-21 10:36:36 +0100)
---------------------------------------------------------------- Michal Simek (9): ARM: zynq: Remove empty line ARM: zynq: ddrc: Setup half of memory only for ECC case ARM: zynq: List nand, qspi and jtag boot modes ARM: zynq: List qspi, smc and nand baseaddresses ARM: zynq: Show board information by default ARM: zynq: Use CMD_FS_GENERIC ARM: zynq: Group ethernet configuration options together serial: zynq: Use global baudrate instead of hardcoded one serial: Extend structure comments with register offset
Siva Durga Prasad Paladugu (5): ARM: zynq: Enable the Neon instructions ARM: zynq: slcr: Dont modify the reserved bits ARM: zynq: provide config option to select emio ARM: zynq: Enable DFU functionality in zynq ARM: zynq: Add USB lthor download protocol support
arch/arm/cpu/armv7/zynq/Makefile | 1 + arch/arm/cpu/armv7/zynq/cpu.c | 4 ---- arch/arm/cpu/armv7/zynq/ddrc.c | 2 ++ arch/arm/cpu/armv7/zynq/lowlevel_init.S | 26 ++++++++++++++++++++++++++ arch/arm/cpu/armv7/zynq/slcr.c | 2 +- arch/arm/cpu/armv7/zynq/spl.c | 9 +++++++++ arch/arm/include/asm/arch-zynq/hardware.h | 5 +++++ board/xilinx/zynq/board.c | 14 ++++++++++++-- drivers/serial/serial_zynq.c | 30 +++++++----------------------- include/configs/zynq-common.h | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 10 files changed, 130 insertions(+), 40 deletions(-) create mode 100644 arch/arm/cpu/armv7/zynq/lowlevel_init.S