public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request for ARM zynq
@ 2012-09-13  6:24 Michal Simek
  2013-02-07  8:22 ` Michal Simek
  2013-02-12  7:40 ` Michal Simek
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2012-09-13  6:24 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Pull request for ARM zynq
  2012-09-13  6:24 [U-Boot] Pull request for ARM zynq Michal Simek
@ 2013-02-07  8:22 ` Michal Simek
  2013-02-12  7:40 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2013-02-07  8:22 UTC (permalink / raw)
  To: u-boot

Hi Albert,

please pull these three patches to your arm custodian tree.
All of them are related to xilinx zynq.
Also after my discussion with Wolfgang Denk I have enabled DCC for zynq
because we are using it in one configuration and this driver
is not compiled by any platform.

Thanks,
Michal


The following changes since commit d62ef5619c9249772247d6af3b8e65207ae0c871:
   Jagannadha Sutradharudu Teki (1):
         sf: stmicro: Add support for N25Q256A

are available in the git repository at:

   git://www.denx.de/git/u-boot-microblaze.git mainline/arm

Michal Simek (3):
       xilinx: zynq: Enable DCC and create new zynq_dcc board
       arm: zynq: Add SLCR support with system reset
       arm: zynq: Add lowlevel initialization to C

  arch/arm/cpu/armv7/zynq/Makefile           |    1 +
  arch/arm/cpu/armv7/zynq/cpu.c              |   28 +++++++++-
  arch/arm/cpu/armv7/zynq/slcr.c             |   63 ++++++++++++++++++++
  arch/arm/include/asm/arch-zynq/hardware.h  |   85 ++++++++++++++++++++++++++++
  arch/arm/include/asm/arch-zynq/sys_proto.h |   30 ++++++++++
  boards.cfg                                 |    1 +
  include/configs/zynq.h                     |    5 ++
  7 files changed, 212 insertions(+), 1 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/zynq/slcr.c
  create mode 100644 arch/arm/include/asm/arch-zynq/hardware.h
  create mode 100644 arch/arm/include/asm/arch-zynq/sys_proto.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Pull request for ARM zynq
  2012-09-13  6:24 [U-Boot] Pull request for ARM zynq Michal Simek
  2013-02-07  8:22 ` Michal Simek
@ 2013-02-12  7:40 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2013-02-12  7:40 UTC (permalink / raw)
  To: u-boot

Hi Albert and Tom,

can you please look at my pull request?

Thanks,
Michal

2012/9/13 Michal Simek <monstr@monstr.eu>:
> 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



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-12  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13  6:24 [U-Boot] Pull request for ARM zynq Michal Simek
2013-02-07  8:22 ` Michal Simek
2013-02-12  7:40 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox