All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/7]zynq: Add nand support
@ 2014-02-17 12:26 Siva Durga Prasad Paladugu
  0 siblings, 0 replies; only message in thread
From: Siva Durga Prasad Paladugu @ 2014-02-17 12:26 UTC (permalink / raw)
  To: u-boot

This series of patches adds nand support for zynq by 
fixing the review comments provided in version v1.
These are well tested on xilinx zynq platform.

Jagannadha Sutradharudu Teki (7):
  nand: Add zynq nand controller driver support
  zynq-common: Define CONFIG_NAND_ZYNQ
  zynq: Add zynq_zc770 xm011 board support
  zynq: zc770: Add base dts for zc770_xm011
  zynq: Add support for auto nandboot
  doc: README.zynq: Updated with nand support addition
  zynq: Enable nand env. support

 README                                    |    3 +
 arch/arm/include/asm/arch-zynq/hardware.h |    2 +
 board/xilinx/dts/zynq-zc770-xm011.dts     |   14 +
 board/xilinx/zynq/board.c                 |    4 +
 boards.cfg                                |    1 +
 doc/README.zynq                           |    8 +-
 drivers/mtd/nand/Makefile                 |    1 +
 drivers/mtd/nand/zynq_nand.c              | 1188 +++++++++++++++++++++++++++++
 include/configs/zynq-common.h             |   15 +
 include/configs/zynq_zc770.h              |    5 +
 10 files changed, 1237 insertions(+), 4 deletions(-)
 create mode 100644 board/xilinx/dts/zynq-zc770-xm011.dts
 create mode 100755 drivers/mtd/nand/zynq_nand.c

-- 
1.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-17 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-17 12:26 [U-Boot] [PATCH v3 0/7]zynq: Add nand support Siva Durga Prasad Paladugu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.