public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] sunxi: nand: Basic NAND driver with SPL support
@ 2015-07-16 11:25 Piotr Zierhoffer
  2015-07-16 11:25 ` [U-Boot] [PATCH 1/4] sunxi: nand: Add basic sunxi NAND driver with DMA support Piotr Zierhoffer
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Piotr Zierhoffer @ 2015-07-16 11:25 UTC (permalink / raw)
  To: u-boot


This is a basic driver for the sunxi NAND controller for Allwinner A20.
It supports both SPL and U-Boot.

The driver uses DMA for data transfers. It does not support writing.

To enable user reading from NADN, the a20_nandread command was added.


Piotr Zierhoffer (4):
  sunxi: nand: Add basic sunxi NAND driver with DMA support
  sunxi: nand: Add board configuration options
  sunxi: nand: Add a20_nandread command to load image from NAND in SPL
  sunxi: nand: Add information to sunxi that it was run from NAND in SPL

 arch/arm/cpu/armv7/sunxi/board.c |   4 +
 board/sunxi/Kconfig              |  10 ++
 board/sunxi/Makefile             |   1 +
 board/sunxi/nand.c               | 315 +++++++++++++++++++++++++++++++++++++++
 board/sunxi/nand.h               | 146 ++++++++++++++++++
 common/Makefile                  |   1 +
 common/cmd_a20_nandread.c        |  25 ++++
 include/configs/sunxi-common.h   |  13 ++
 8 files changed, 515 insertions(+)
 create mode 100644 board/sunxi/nand.c
 create mode 100644 board/sunxi/nand.h
 create mode 100644 common/cmd_a20_nandread.c

-- 
2.3.6

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

end of thread, other threads:[~2015-07-22 13:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 11:25 [U-Boot] [PATCH 0/4] sunxi: nand: Basic NAND driver with SPL support Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 1/4] sunxi: nand: Add basic sunxi NAND driver with DMA support Piotr Zierhoffer
2015-07-16 21:15   ` Scott Wood
2015-07-16 21:26     ` Marek Vasut
2015-07-16 21:36       ` Scott Wood
2015-07-16 22:06         ` Marek Vasut
2015-07-16 22:12           ` Scott Wood
2015-07-16 22:13             ` Marek Vasut
2015-07-17 14:39     ` Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 2/4] sunxi: nand: Add board configuration options Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL Piotr Zierhoffer
2015-07-16 21:20   ` Scott Wood
2015-07-17 14:25     ` Piotr Zierhoffer
2015-07-16 11:25 ` [U-Boot] [PATCH 4/4] sunxi: nand: Add information to sunxi that it was run " Piotr Zierhoffer
2015-07-20 12:37 ` [U-Boot] [PATCH v2 0/3] sunxi: nand: Basic NAND driver for SPL Piotr Zierhoffer
2015-07-20 12:37   ` [U-Boot] [PATCH v2 1/3] sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support Piotr Zierhoffer
2015-07-20 16:13     ` Boris Brezillon
2015-07-22 11:27       ` Piotr Zierhoffer
2015-07-22 11:53         ` Boris Brezillon
2015-07-22 13:48           ` Piotr Zierhoffer
2015-07-20 12:37   ` [U-Boot] [PATCH v2 2/3] sunxi: nand: Add board configuration options Piotr Zierhoffer
2015-07-20 12:37   ` [U-Boot] [PATCH v2 3/3] sunxi: nand: Add information to sunxi that it was run from NAND in SPL Piotr Zierhoffer
2015-07-20 15:05   ` [U-Boot] [PATCH v2 0/3] sunxi: nand: Basic NAND driver for SPL Boris Brezillon
2015-07-20 16:03     ` Piotr Zierhoffer

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