u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Zynq patches v2
Date: Wed, 19 Feb 2014 09:48:13 +0100	[thread overview]
Message-ID: <53046FCD.9020903@monstr.eu> (raw)
In-Reply-To: <20140213173313.5dd6e410@lilith>

Hi Albert,

here is the second pull request with the rest of changes for zynq which
haven't been applied. I have rebased my repo based on your master/next branch.

As I wrote this pull request has on more patch from Siva about fixing bug in lldiv
function. Compare to the first there is just 11 my patches because 2 were already
applied.

Please ping me if there is something wrong.

Thanks,
Michal

The following changes since commit a87a0ce7028d5371c81d77ba72c1ba43a1ca77bc:

  Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master' (2014-02-19 07:15:01 +0100)

are available in the git repository at:


  git://www.denx.de/git/u-boot-microblaze.git zynq

for you to fetch changes up to e158665c1e4c4665302f0d95e26b7c7e6b70a83c:

  arm: zynq: correct the argument to lldiv (2014-02-19 09:41:22 +0100)

----------------------------------------------------------------
Michal Simek (11):
      zynq: Do not explicitely enable icache
      zynq: Enable dcache support
      zynq: Fix incorrect header name
      zynq: Extend kernel image size to 20MB
      zynq: Enable tftp put command
      zynq: Use board_eth_init if CMD_NET is not enabled
      zynq: Move bootmode to headers
      zynq: serial: Simplify serial driver initialization
      zynq: timer: Fix hangs if network activity attempted after about one hour
      zynq: Update CLK in bdinfo
      zynq: Add support for U-BOOT SPL

Siva Durga Prasad Paladugu (1):
      arm: zynq: correct the argument to lldiv

Soren Brinkmann (7):
      common: Provide DIV_ROUND_CLOSEST macro
      zynq: Provide a framework to read clock frequencies
      zynq: timer: Migrate to zynq clock framework
      net: zynq_gem: Move RCLK details out of driver
      net: zynq_gem: Calculate clock dividers dynamically
      serial_zynq: Migrate to Zynq clock framework
      zynq: Implement dump clock command

 arch/arm/cpu/armv7/zynq/Makefile           |   2 +
 arch/arm/cpu/armv7/zynq/clk.c              | 664 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/zynq/cpu.c              |  14 ++-
 arch/arm/cpu/armv7/zynq/slcr.c             |  17 +--
 arch/arm/cpu/armv7/zynq/spl.c              |  69 +++++++++++
 arch/arm/cpu/armv7/zynq/timer.c            |  14 ++-
 arch/arm/cpu/armv7/zynq/u-boot-spl.lds     |  61 ++++++++++
 arch/arm/include/asm/arch-zynq/clk.h       |  29 +++++
 arch/arm/include/asm/arch-zynq/hardware.h  |  40 ++++++-
 arch/arm/include/asm/arch-zynq/spl.h       |  18 +++
 arch/arm/include/asm/arch-zynq/sys_proto.h |   2 +-
 board/xilinx/zynq/Makefile                 |   1 +
 board/xilinx/zynq/board.c                  |  10 --
 board/xilinx/zynq/ps7_init.c               |  12 ++
 drivers/net/zynq_gem.c                     |  20 ++--
 drivers/serial/serial_zynq.c               |  33 +++--
 include/common.h                           |  16 +++
 include/configs/zynq-common.h              | 102 +++++++++++++---
 include/configs/zynq_zc70x.h               |   2 +-
 include/configs/zynq_zed.h                 |   2 +-
 20 files changed, 1055 insertions(+), 73 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/zynq/clk.c
 create mode 100644 arch/arm/cpu/armv7/zynq/spl.c
 create mode 100644 arch/arm/cpu/armv7/zynq/u-boot-spl.lds
 create mode 100644 arch/arm/include/asm/arch-zynq/clk.h
 create mode 100644 arch/arm/include/asm/arch-zynq/spl.h
 create mode 100644 board/xilinx/zynq/ps7_init.c

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140219/e4069879/attachment.pgp>

  reply	other threads:[~2014-02-19  8:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-10  9:25 [U-Boot] [GIT PULL] Zynq patches Michal Simek
2014-02-10  9:44 ` Albert ARIBAUD
2014-02-10  9:50   ` Michal Simek
2014-02-13 15:12 ` Albert ARIBAUD
2014-02-13 15:30   ` Michal Simek
2014-02-13 16:33     ` Albert ARIBAUD
2014-02-19  8:48       ` Michal Simek [this message]
2014-02-19 11:03         ` [U-Boot] [GIT PULL] Zynq patches v2 Albert ARIBAUD
2014-02-19 11:38           ` Michal Simek
  -- strict thread matches above, loose matches on Subject: below --
2014-05-14  6:09 [U-Boot] [GIT PULL] Zynq patches Michal Simek
2014-05-20 13:21 ` [U-Boot] [GIT PULL] Zynq patches v2 Michal Simek
2014-05-20 19:38   ` Albert ARIBAUD
2014-05-24  8:38   ` Albert ARIBAUD

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=53046FCD.9020903@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;
as well as URLs for NNTP newsgroup(s).