From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/18] ARM zynq changes
Date: Fri, 25 Apr 2014 15:42:07 +0200 [thread overview]
Message-ID: <cover.1398433337.git.michal.simek@xilinx.com> (raw)
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>
next reply other threads:[~2014-04-25 13:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-25 13:42 Michal Simek [this message]
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
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=cover.1398433337.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox