[U-Boot] [PATCH 0/18] ARM zynq changes
Michal Simek
michal.simek at xilinx.com
Fri Apr 25 15:42:07 CEST 2014
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>
More information about the U-Boot
mailing list