u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Zynq patches
@ 2014-02-10  9:25 Michal Simek
  2014-02-10  9:44 ` Albert ARIBAUD
  2014-02-13 15:12 ` Albert ARIBAUD
  0 siblings, 2 replies; 20+ messages in thread
From: Michal Simek @ 2014-02-10  9:25 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [U-Boot] [GIT PULL] Zynq patches
@ 2014-05-14  6:09 Michal Simek
  2014-05-24  8:38 ` Albert ARIBAUD
  0 siblings, 1 reply; 20+ messages in thread
From: Michal Simek @ 2014-05-14  6:09 UTC (permalink / raw)
  To: u-boot

Hi Albert,

here is the set of patches I have capture for Xilinx Zynq.
I am sending it now because this patchset was based on
fpga changes I have done and which were merged yesterday.

I have also checked your arm custodian repo and you don't have
pending patches that's why I believe it shouldn't be
any problem to do a merge with Tom's tree.

Buildman doesn't show any problem around zynq patches I am sending.

Thanks,
Michal


[u-boot]$ ./tools/buildman/buildman -b zynq zynq -sSed
Summary of 21 commits for 6 boards (4 threads, 1 job per thread)
01: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
02: ARM: zynq: Fix sparse warnings in slcr.c
03: ARM: zynq: Fix sparse warning in ddrc.c
04: ARM: zynq: Remove sparse warnings
       arm: (for 6/6 boards)  data -168.0  rodata +168.0
            zynq_zc770_xm010:  data -168  rodata +168
            zynq_zc770_xm013:  data -168  rodata +168
            zynq_zc770_xm012:  data -168  rodata +168
            zynq_zed       :  data -168  rodata +168
            zynq_zc70x     :  data -168  rodata +168
            zynq_microzed  :  data -168  rodata +168
05: ARM: zynq: Added efuse status register base address
06: ARM: zynq: Do not use half memory size for ECC case
       arm: (for 6/6 boards)  all -32.0  text -32.0
            zynq_zc770_xm010:  all -32  text -32
            zynq_zc770_xm013:  all -32  text -32
            zynq_zc770_xm012:  all -32  text -32
            zynq_zed       :  all -32  text -32
            zynq_zc70x     :  all -32  text -32
            zynq_microzed  :  all -32  text -32
07: ARM: zynq: Call zynq board_init() in SPL
       arm: (for 6/6 boards)  spl/u-boot-spl:all +16.0  spl/u-boot-spl:text +16.0
            zynq_zc770_xm010:  spl/u-boot-spl:all +16  spl/u-boot-spl:text +16
            zynq_zc770_xm013:  spl/u-boot-spl:all +16  spl/u-boot-spl:text +16
            zynq_zc770_xm012:  spl/u-boot-spl:all +16  spl/u-boot-spl:text +16
            zynq_zed       :  spl/u-boot-spl:all +16  spl/u-boot-spl:text +16
            zynq_zc70x     :  spl/u-boot-spl:all +16  spl/u-boot-spl:text +16
            zynq_microzed  :  spl/u-boot-spl:all +16  spl/u-boot-spl:text +16
08: ARM: zynq: slcr: Fix incorrect commentary
09: ARM: zynq: Setup correct slcr_lock value
       arm: (for 6/6 boards)  all +102.0  bss +2.7  data +4.0  spl/u-boot-spl:all +72.0  spl/u-boot-spl:data +4.0  spl/u-boot-spl:text +68.0  text +95.3
            zynq_zc770_xm010:  all +112  bss +12  data +4  spl/u-boot-spl:all +72  spl/u-boot-spl:data +4  spl/u-boot-spl:text +68  text +96
            zynq_zed       :  all +112  bss +12  data +4  spl/u-boot-spl:all +72  spl/u-boot-spl:data +4  spl/u-boot-spl:text +68  text +96
            zynq_microzed  :  all +112  bss +12  data +4  spl/u-boot-spl:all +72  spl/u-boot-spl:data +4  spl/u-boot-spl:text +68  text +96
            zynq_zc770_xm013:  all +100  data +4  spl/u-boot-spl:all +72  spl/u-boot-spl:data +4  spl/u-boot-spl:text +68  text +96
            zynq_zc770_xm012:  all +96  data +4  spl/u-boot-spl:all +72  spl/u-boot-spl:data +4  spl/u-boot-spl:text +68  text +92
            zynq_zc70x     :  all +80  bss -20  data +4  spl/u-boot-spl:all +72  spl/u-boot-spl:data +4  spl/u-boot-spl:text +68  text +96
10: ARM: zynq: Fix bootmode mask
11: ARM: zynq: Fix building SPL without FPGA support
12: ARM: zynq: Extend kernel image size to 60MB
13: ARM: zynq: Add MIO detection code
14: ARM: zynq: ehci: Added USB host driver support
       arm: (for 6/6 boards)  all +9.3  bss -0.7  rodata +10.0  spl/u-boot-spl:all +10.0  spl/u-boot-spl:rodata +10.0
            zynq_zc70x     :  all +34  bss +24  rodata +10  spl/u-boot-spl:all +10  spl/u-boot-spl:rodata +10
            zynq_zc770_xm013:  all +10  rodata +10  spl/u-boot-spl:all +10  spl/u-boot-spl:rodata +10
            zynq_zc770_xm012:  all +10  rodata +10  spl/u-boot-spl:all +10  spl/u-boot-spl:rodata +10
            zynq_zc770_xm010:  all +2  bss -8  rodata +10  spl/u-boot-spl:all +10  spl/u-boot-spl:rodata +10
            zynq_microzed  :  all +2  bss -8  rodata +10  spl/u-boot-spl:all +10  spl/u-boot-spl:rodata +10
            zynq_zed       :  all -2  bss -12  rodata +10  spl/u-boot-spl:all +10  spl/u-boot-spl:rodata +10
15: ARM: zynq: Added USB host support for zynq boards
       arm: (for 6/6 boards)  all +36453.7  bss +26203.3  data +38.7  rodata +2047.7  spl/u-boot-spl:all +1.3  spl/u-boot-spl:rodata +1.3  text +8164.0
            zynq_zed       :  all +109121  bss +78632  data +116  rodata +5881  spl/u-boot-spl:all +4  spl/u-boot-spl:rodata +4  text +24492
            zynq_zc70x     :  all +109085  bss +78596  data +116  rodata +5881  spl/u-boot-spl:all +4  spl/u-boot-spl:rodata +4  text +24492
            zynq_zc770_xm013:  all +131  rodata +131
            zynq_zc770_xm012:  all +131  rodata +131
            zynq_zc770_xm010:  all +127  bss -4  rodata +131
            zynq_microzed  :  all +127  bss -4  rodata +131
16: ARM: zynq: Enable the FAT write capability
       arm: (for 6/6 boards)  all +4133.3  bss -2.0  data +18.7  rodata +386.0  text +3730.7
            zynq_microzed  :  all +6223  bss +20  data +28  rodata +579  text +5596
            zynq_zc70x     :  all +6195  bss -8  data +28  rodata +579  text +5596
            zynq_zc770_xm010:  all +6191  bss -12  data +28  rodata +579  text +5596
            zynq_zed       :  all +6191  bss -12  data +28  rodata +579  text +5596
17: ARM: zynq: Move USB/SD/MMC common FAT configs
18: ARM: zynq: Enable EXT4 configs
       arm: (for 6/6 boards)  all +14302.0  bss +562.0  data +74.7  rodata +1142.7  text +12522.7
            zynq_zc770_xm010:  all +21462  bss +852  data +112  rodata +1714  text +18784
            zynq_zed       :  all +21462  bss +852  data +112  rodata +1714  text +18784
            zynq_zc70x     :  all +21458  bss +848  data +112  rodata +1714  text +18784
            zynq_microzed  :  all +21430  bss +820  data +112  rodata +1714  text +18784
19: ARM: zynq: Extend maximum number of command arguments
20: zynq: add empty xil_io.h to avoid compile error
21: zynq: treat ps7_init.c/h as external files to ignore them
       arm: (for 6/6 boards)  spl/u-boot-spl:all -83.0  spl/u-boot-spl:rodata -75.0  spl/u-boot-spl:text -8.0
            zynq_zc770_xm010:  spl/u-boot-spl:all -83  spl/u-boot-spl:rodata -75  spl/u-boot-spl:text -8
            zynq_zc770_xm013:  spl/u-boot-spl:all -83  spl/u-boot-spl:rodata -75  spl/u-boot-spl:text -8
            zynq_zc770_xm012:  spl/u-boot-spl:all -83  spl/u-boot-spl:rodata -75  spl/u-boot-spl:text -8
            zynq_zed       :  spl/u-boot-spl:all -83  spl/u-boot-spl:rodata -75  spl/u-boot-spl:text -8
            zynq_zc70x     :  spl/u-boot-spl:all -83  spl/u-boot-spl:rodata -75  spl/u-boot-spl:text -8
            zynq_microzed  :  spl/u-boot-spl:all -83  spl/u-boot-spl:rodata -75  spl/u-boot-spl:text -8


The following changes since commit 27b4e4b9913f65b52d20485dff3f8800bf78f3d7:

  Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze (2014-05-13 07:34:08 -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 66e6715c5ffe817c70485020508c7b9ec47227b7:

  zynq: treat ps7_init.c/h as external files to ignore them (2014-05-14 07:52:46 +0200)

----------------------------------------------------------------
Masahiro Yamada (2):
      zynq: add empty xil_io.h to avoid compile error
      zynq: treat ps7_init.c/h as external files to ignore them

Michal Simek (12):
      ARM: zynq: Fix sparse warnings in slcr.c
      ARM: zynq: Fix sparse warning in ddrc.c
      ARM: zynq: Remove sparse warnings
      ARM: zynq: Do not use half memory size for ECC case
      ARM: zynq: Call zynq board_init() in SPL
      ARM: zynq: slcr: Fix incorrect commentary
      ARM: zynq: Setup correct slcr_lock value
      ARM: zynq: Fix building SPL without FPGA support
      ARM: zynq: Extend kernel image size to 60MB
      ARM: zynq: Add MIO detection code
      ARM: zynq: ehci: Added USB host driver support
      ARM: zynq: Extend maximum number of command arguments

Mike Looijmans (1):
      ARM: zynq: Fix bootmode mask

Siva Durga Prasad Paladugu (5):
      ARM: zynq: Added efuse status register base address
      ARM: zynq: Added USB host support for zynq boards
      ARM: zynq: Enable the FAT write capability
      ARM: zynq: Move USB/SD/MMC common FAT configs
      ARM: zynq: Enable EXT4 configs

 arch/arm/cpu/armv7/zynq/cpu.c              |  13 ++++++++++++
 arch/arm/cpu/armv7/zynq/ddrc.c             |   5 +----
 arch/arm/cpu/armv7/zynq/slcr.c             |  87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 arch/arm/cpu/armv7/zynq/spl.c              |  15 ++++++++++++++
 arch/arm/include/asm/arch-zynq/hardware.h  |  13 +++++++++++-
 arch/arm/include/asm/arch-zynq/sys_proto.h |   2 ++
 board/xilinx/zynq/.gitignore               |   1 +
 board/xilinx/zynq/Makefile                 |   5 ++++-
 board/xilinx/zynq/board.c                  |  25 ++++++++++++++---------
 board/xilinx/zynq/ps7_init.c               |  12 -----------
 board/xilinx/zynq/xil_io.h                 |  13 ++++++++++++
 drivers/usb/host/Makefile                  |   1 +
 drivers/usb/host/ehci-zynq.c               | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/zynq-common.h              |  32 +++++++++++++++++++++++++----
 include/configs/zynq_zc70x.h               |   1 +
 include/configs/zynq_zed.h                 |   1 +
 16 files changed, 294 insertions(+), 36 deletions(-)
 create mode 100644 board/xilinx/zynq/.gitignore
 delete mode 100644 board/xilinx/zynq/ps7_init.c
 create mode 100644 board/xilinx/zynq/xil_io.h
 create mode 100644 drivers/usb/host/ehci-zynq.c

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [U-Boot] [GIT PULL] Zynq patches
@ 2014-07-23 13:53 Michal Simek
  2014-07-28  8:10 ` Albert ARIBAUD
  0 siblings, 1 reply; 20+ messages in thread
From: Michal Simek @ 2014-07-23 13:53 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [U-Boot] [GIT PULL] Zynq patches
@ 2014-08-19  7:57 Michal Simek
  0 siblings, 0 replies; 20+ messages in thread
From: Michal Simek @ 2014-08-19  7:57 UTC (permalink / raw)
  To: u-boot

Hi Albert,

please pull these 3 patches to your tree.

Thanks,
Michal

Summary of 4 commits for 6 boards (6 threads, 2 jobs per thread)
01: patman: Only use git's --no-decorate when available
02: zynq: spl: Add vectors section to linker script
       arm: (for 6/6 boards)  all -966.0  bss -10.0  data -46.7  rodata -124.0  spl/u-boot-spl:all +96.0  spl/u-boot-spl:text +96.0  text -785.3
            zynq_zc770_xm013:  all -592  bss -4  data -4  rodata -12  spl/u-boot-spl:all +96  spl/u-boot-spl:text +96  text -572
            zynq_zc770_xm012:  all -596  bss -8  data -4  rodata -12  spl/u-boot-spl:all +96  spl/u-boot-spl:text +96  text -572
            zynq_zc770_xm010:  all -1152  bss -12  data -68  rodata -180  spl/u-boot-spl:all +96  spl/u-boot-spl:text +96  text -892
            zynq_zed       :  all -1152  bss -12  data -68  rodata -180  spl/u-boot-spl:all +96  spl/u-boot-spl:text +96  text -892
            zynq_zc70x     :  all -1152  bss -12  data -68  rodata -180  spl/u-boot-spl:all +96  spl/u-boot-spl:text +96  text -892
            zynq_microzed  :  all -1152  bss -12  data -68  rodata -180  spl/u-boot-spl:all +96  spl/u-boot-spl:text +96  text -892
03: ARM: zynq: Move ps7_init() out of spl.h
04: ARM: zynq: Remove spl.h


The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6:

  Prepare v2014.10-rc1 (2014-08-06 09:12:58 -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 ae2ee77f982d83a9aca06973e39bebb224b5201c:

  ARM: zynq: Remove spl.h (2014-08-19 08:48:18 +0200)

----------------------------------------------------------------
Michal Simek (2):
      ARM: zynq: Move ps7_init() out of spl.h
      ARM: zynq: Remove spl.h

Peter Crosthwaite (1):
      zynq: spl: Add vectors section to linker script

 arch/arm/cpu/armv7/zynq/spl.c              |  2 +-
 arch/arm/cpu/armv7/zynq/u-boot-spl.lds     |  1 +
 arch/arm/include/asm/arch-zynq/spl.h       | 18 ------------------
 arch/arm/include/asm/arch-zynq/sys_proto.h |  2 ++
 arch/arm/include/asm/spl.h                 |  2 +-
 5 files changed, 5 insertions(+), 20 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-zynq/spl.h

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

^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <53F30357.4030307@xilinx.com>]
* [U-Boot] [GIT PULL] Zynq patches
@ 2014-11-11 10:22 Michal Simek
  2014-11-11 20:47 ` Tom Rini
  2014-11-13 15:33 ` Tom Rini
  0 siblings, 2 replies; 20+ messages in thread
From: Michal Simek @ 2014-11-11 10:22 UTC (permalink / raw)
  To: u-boot

Hi Tom, [cc: Albert]

please pull these 4 patches to your tree.
It adds support for Zybo board and add support for new ps7_init_gpl file.

Thanks,
Michal


The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:

  Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 13:11:18 -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 61eb3cf2d5ef174b5a3008df6f7530b21f393261:

  kconfig: zynq: Add ZYBO board (2014-11-11 11:02:52 +0100)

----------------------------------------------------------------
Peter Crosthwaite (2):
      arm: dts: zynq: Add digilent ZYBO board dts
      kconfig: zynq: Add ZYBO board

Soren Brinkmann (1):
      zynq: Use GPLed files for SPL

Tinghui Wang (1):
      configs: zynq: Add config support for ZYBO

 arch/arm/cpu/armv7/zynq/Kconfig |  4 ++++
 arch/arm/dts/Makefile           |  1 +
 arch/arm/dts/zynq-zybo.dts      | 23 +++++++++++++++++++++++
 board/xilinx/zynq/.gitignore    |  1 +
 board/xilinx/zynq/Makefile      |  6 ++++--
 board/xilinx/zynq/legacy.c      |  2 ++
 board/xilinx/zynq/xil_io.h      |  2 +-
 configs/zynq_zybo_defconfig     |  4 ++++
 include/configs/zynq_zybo.h     | 31 +++++++++++++++++++++++++++++++
 9 files changed, 71 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/dts/zynq-zybo.dts
 create mode 100644 board/xilinx/zynq/legacy.c
 create mode 100644 configs/zynq_zybo_defconfig
 create mode 100644 include/configs/zynq_zybo.h

-- 
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: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141111/d9250680/attachment.pgp>

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

end of thread, other threads:[~2014-11-13 15:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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       ` [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

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