From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request for ARM zynq
Date: Thu, 13 Sep 2012 08:24:42 +0200 [thread overview]
Message-ID: <50517C2A.4020800@monstr.eu> (raw)
Hi Albert, CC: Joe and Tom
a month ago I have sent 4 Xilinx ARM zynq patches to mailing list (v2) (reminder yesterday)
and I haven't got any reaction from anybody. The first patches were commented
by Joe and problems fixed in the next version.
There is one network driver which should require ACK from Joe
and others from ARM maintainer.
I would like to get these patches to mainline.
Albert and Tom: Can you please look at these patches and tell me what you thing?
The best will be if you can pull them to your trees.
Here are links to patchwork
http://patchwork.ozlabs.org/patch/177907/
http://patchwork.ozlabs.org/patch/177908/
http://patchwork.ozlabs.org/patch/177909/
http://patchwork.ozlabs.org/patch/177910/
Thanks,
Michal
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-avr32
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git master-zynq
Michal Simek (4):
serial: Add Zynq serial driver
net: Add driver for Zynq Gem IP
arm: Support new Xilinx Zynq platform
xilinx: Add new Zynq board
arch/arm/cpu/armv7/zynq/Makefile | 52 ++++
arch/arm/cpu/armv7/zynq/lowlevel_init.S | 27 ++
arch/arm/cpu/armv7/zynq/timer.c | 151 ++++++++++
board/xilinx/zynq/Makefile | 54 ++++
board/xilinx/zynq/board.c | 64 +++++
boards.cfg | 1 +
drivers/net/Makefile | 1 +
drivers/net/zynq_gem.c | 453 +++++++++++++++++++++++++++++++
drivers/serial/Makefile | 1 +
drivers/serial/serial_zynq.c | 200 ++++++++++++++
include/configs/zynq.h | 110 ++++++++
include/netdev.h | 2 +-
12 files changed, 1115 insertions(+), 1 deletions(-)
create mode 100644 arch/arm/cpu/armv7/zynq/Makefile
create mode 100644 arch/arm/cpu/armv7/zynq/lowlevel_init.S
create mode 100644 arch/arm/cpu/armv7/zynq/timer.c
create mode 100644 board/xilinx/zynq/Makefile
create mode 100644 board/xilinx/zynq/board.c
create mode 100644 drivers/net/zynq_gem.c
create mode 100644 drivers/serial/serial_zynq.c
create mode 100644 include/configs/zynq.h
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
next reply other threads:[~2012-09-13 6:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-13 6:24 Michal Simek [this message]
2013-02-07 8:22 ` [U-Boot] Pull request for ARM zynq Michal Simek
2013-02-12 7:40 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50517C2A.4020800@monstr.eu \
--to=monstr@monstr.eu \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox