public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/18] ARM zynq changes
@ 2014-04-25 13:42 Michal Simek
  2014-04-25 13:42 ` [U-Boot] [PATCH 01/18] ARM: zynq: Fix sparse warnings in slcr.c Michal Simek
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Michal Simek @ 2014-04-25 13:42 UTC (permalink / raw)
  To: u-boot

Hi,

I am sending ARM zynq changes.
This series is based on FPGA changes I have sent
http://lists.denx.de/pipermail/u-boot/2014-April/178204.html
(There is small dependency on some patches).
My expectation is that fpga series will go to Tom's tree
first.

Thanks,
Michal


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              |   7 ++
 arch/arm/include/asm/arch-zynq/hardware.h  |  13 +++-
 arch/arm/include/asm/arch-zynq/sys_proto.h |   2 +
 board/xilinx/zynq/board.c                  |  25 ++++---
 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 +
 12 files changed, 268 insertions(+), 23 deletions(-)
 create mode 100644 drivers/usb/host/ehci-zynq.c

--
1.8.2.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140425/e8101c5e/attachment.pgp>

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

end of thread, other threads:[~2014-04-25 13:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 13:42 [U-Boot] [PATCH 0/18] ARM zynq changes Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 01/18] ARM: zynq: Fix sparse warnings in slcr.c Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 02/18] ARM: zynq: Fix sparse warning in ddrc.c Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 03/18] ARM: zynq: Remove sparse warnings Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 04/18] ARM: zynq: Added efuse status register base address Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 05/18] ARM: zynq: Do not use half memory size for ECC case Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 06/18] ARM: zynq: Call zynq board_init() in SPL Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 07/18] ARM: zynq: slcr: Fix incorrect commentary Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 08/18] ARM: zynq: Setup correct slcr_lock value Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 09/18] ARM: zynq: Fix bootmode mask Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 10/18] ARM: zynq: Fix building SPL without FPGA support Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 11/18] ARM: zynq: Extend kernel image size to 60MB Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 12/18] ARM: zynq: Add MIO detection code Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 13/18] ARM: zynq: ehci: Added USB host driver support Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 14/18] ARM: zynq: Added USB host support for zynq boards Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 15/18] ARM: zynq: Enable the FAT write capability Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 16/18] ARM: zynq: Move USB/SD/MMC common FAT configs Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 17/18] ARM: zynq: Enable EXT4 configs Michal Simek
2014-04-25 13:42 ` [U-Boot] [PATCH 18/18] ARM: zynq: Extend maximum number of command arguments Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox