[U-Boot] Pull request for ARM zynq

Michal Simek monstr at monstr.eu
Thu Sep 13 08:24:42 CEST 2012


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


More information about the U-Boot mailing list