mbox

[U-Boot,GIT,PULL] Zynq patches

Message ID 53CFBE43.8070509@monstr.eu
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Michal Simek July 23, 2014, 1:53 p.m. UTC
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(-)

Comments

Albert ARIBAUD July 28, 2014, 8:10 a.m. UTC | #1
Hi Michal,

On Wed, 23 Jul 2014 15:53:07 +0200, Michal Simek <monstr@monstr.eu>
wrote:

> 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(-)
> 

Applied to u-boot-arm/master, thanks!

Amicalement,