All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Zynq patches
Date: Mon, 10 Feb 2014 10:25:19 +0100	[thread overview]
Message-ID: <52F89AFF.90402@monstr.eu> (raw)

Hi Albert,

here are all patches which I have in my queue for Xilinx Zynq.

clk changes depends on clk command which has been added recently.
(common/cmd_clk.c) that's why this tree is based on 3 days old
Tom's tree.

Thanks,
Michal


The following changes since commit dbf3de2dd26cae37d16b00b348828c883b658cc5:

  include/usb/s3c_udc.h: Add <asm/sizes.h> (2014-02-06 14:26:05 -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 229f856da6f12ee30d43bcdf8111816f7945ccbe:

  zynq: Add support for U-BOOT SPL (2014-02-10 10:01:13 +0100)

----------------------------------------------------------------
Michal Simek (13):
      zynq: Do not explicitely enable icache
      zynq: Enable dcache support
      zynq: Fix incorrect header name
      zynq: Extend kernel image size to 20MB
      zynq: Use full tftpboot command instead of shortcut tftp
      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: Fix elf header generation
      zynq: Add support for U-BOOT SPL

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            |  13 +-
 arch/arm/cpu/armv7/zynq/u-boot-spl.lds     |  61 +++++++
 arch/arm/cpu/armv7/zynq/u-boot.lds         |  99 ++++++++++++
 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              | 106 ++++++++++---
 include/configs/zynq_zc70x.h               |   2 +-
 include/configs/zynq_zed.h                 |   2 +-
 21 files changed, 1156 insertions(+), 74 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/cpu/armv7/zynq/u-boot.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/20140210/5e662f48/attachment.pgp>

             reply	other threads:[~2014-02-10  9:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-10  9:25 Michal Simek [this message]
2014-02-10  9:44 ` [U-Boot] [GIT PULL] Zynq patches 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       ` [U-Boot] [GIT PULL] Zynq patches v2 Michal Simek
2014-02-19 11:03         ` 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-24  8:38 ` Albert ARIBAUD
2014-05-24  8:40   ` Albert ARIBAUD
2014-07-23 13:53 Michal Simek
2014-07-28  8:10 ` Albert ARIBAUD
2014-08-19  7:57 Michal Simek
     [not found] <53F30357.4030307@xilinx.com>
2014-08-29 10:39 ` Michal Simek
2014-11-11 10:22 Michal Simek
2014-11-11 20:47 ` Tom Rini
2014-11-13 12:24   ` Michal Simek
2014-11-13 15:33 ` Tom Rini

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=52F89AFF.90402@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.