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: Wed, 23 Jul 2014 15:53:07 +0200	[thread overview]
Message-ID: <53CFBE43.8070509@monstr.eu> (raw)

Hi Albert,

please pull these three patches to your tree.
2 of them are for moving to generic board and the last
one is about suppressing warning from out of tree files.

Thanks,
Michal

[u-boot]$ ./tools/buildman/buildman -b zynq zynq -sSed
Summary of 4 commits for 6 boards (6 threads, 2 jobs per thread)
01: Merge branch 'master' of git://git.denx.de/u-boot-i2c
02: ARM: zynq: Enable generic board for Xilinx Zynq
       arm: (for 6/6 boards)  all +1073.7  bss +2.0  data +188.7  rodata -236.3  spl/u-boot-spl:all +94.7  spl/u-boot-spl:data +52.0  spl/u-boot-spl:text +42.7  text +1119.3
            zynq_zc70x     :  all +1114  bss +20  data +192  rodata -242  spl/u-boot-spl:all +116  spl/u-boot-spl:data +52  spl/u-boot-spl:text +64  text +1144
            zynq_zed       :  all +1086  bss -8  data +192  rodata -242  spl/u-boot-spl:all +116  spl/u-boot-spl:data +52  spl/u-boot-spl:text +64  text +1144
            zynq_zc770_xm010:  all +1070  data +188  rodata -242  spl/u-boot-spl:all +116  spl/u-boot-spl:data +52  spl/u-boot-spl:text +64  text +1124
            zynq_microzed  :  all +1070  data +188  rodata -242  spl/u-boot-spl:all +116  spl/u-boot-spl:data +52  spl/u-boot-spl:text +64  text +1124
            zynq_zc770_xm012:  all +1120  data +188  rodata -208  spl/u-boot-spl:all +52  spl/u-boot-spl:data +52  text +1140
            zynq_zc770_xm013:  all +982  data +184  rodata -242  spl/u-boot-spl:all +52  spl/u-boot-spl:data +52  text +1040
03: ARM: zynq: Show ECC status on the same line as DRAM size
       arm: (for 6/6 boards)  all -21.3  bss -5.3  rodata -16.0  spl/u-boot-spl:all -16.7  spl/u-boot-spl:rodata -16.7
            zynq_microzed  :  bss +16  rodata -16  spl/u-boot-spl:all -16  spl/u-boot-spl:rodata -16
            zynq_zc770_xm013:  all -16  rodata -16  spl/u-boot-spl:all -18  spl/u-boot-spl:rodata -18
            zynq_zc770_xm012:  all -16  rodata -16  spl/u-boot-spl:all -18  spl/u-boot-spl:rodata -18
            zynq_zc770_xm010:  all -32  bss -16  rodata -16  spl/u-boot-spl:all -16  spl/u-boot-spl:rodata -16
            zynq_zed       :  all -32  bss -16  rodata -16  spl/u-boot-spl:all -16  spl/u-boot-spl:rodata -16
            zynq_zc70x     :  all -32  bss -16  rodata -16  spl/u-boot-spl:all -16  spl/u-boot-spl:rodata -16
04: zynq: disable -Wstrict-prototypes option for ps7_init.c



The following changes since commit 524123a70761110c5cf3ccc5f52f6d4da071b959:

  Prepare v2014.07 (2014-07-14 13:16:45 -0400)

are available in the git repository at:

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

for you to fetch changes up to 327474915a413be98950deeeba27c3d17e5134bc:

  zynq: disable -Wstrict-prototypes option for ps7_init.c (2014-07-23 15:38:34 +0200)

----------------------------------------------------------------
Masahiro Yamada (1):
      zynq: disable -Wstrict-prototypes option for ps7_init.c

Michal Simek (2):
      ARM: zynq: Enable generic board for Xilinx Zynq
      ARM: zynq: Show ECC status on the same line as DRAM size

 arch/arm/cpu/armv7/zynq/ddrc.c | 4 ++--
 board/xilinx/zynq/Makefile     | 3 +++
 include/configs/zynq-common.h  | 2 ++
 3 files changed, 7 insertions(+), 2 deletions(-)

-- 
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/20140723/6552e082/attachment.pgp>

             reply	other threads:[~2014-07-23 13:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-23 13:53 Michal Simek [this message]
2014-07-28  8:10 ` [U-Boot] [GIT PULL] Zynq patches Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
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
     [not found] <53F30357.4030307@xilinx.com>
2014-08-29 10:39 ` Michal Simek
2014-08-19  7:57 Michal Simek
2014-05-14  6:09 Michal Simek
2014-05-24  8:38 ` Albert ARIBAUD
2014-05-24  8:40   ` Albert ARIBAUD
2014-02-10  9:25 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

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=53CFBE43.8070509@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.