[U-Boot] [PATCH 1/4] arm: iproc: add NAND driver
Tom Rini
trini at konsulko.com
Fri Mar 11 19:02:20 CET 2016
On Thu, Mar 10, 2016 at 02:26:27PM -0800, Steve Rae wrote:
> From: Jiandong Zheng <jdzheng at broadcom.com>
>
> Add support for the iproc NAND, and enable on Cygnus and NSP boards.
>
> Signed-off-by: Jiandong Zheng <jdzheng at broadcom.com>
> Signed-off-by: Steve Rae <srae at broadcom.com>
> ---
> There was a previous attempt to implement this "iproc NAND"
> (see: http://patchwork.ozlabs.org/patch/505399), however, due to the
> amount of changes required, it seemed better to implement the code
> in a series of steps. This is the first step, where the "iproc_nand.c"
> is essentially an empty file (with one function required to allow this
> commit to build successfully).
>
> arch/arm/include/asm/arch-bcmcygnus/configs.h | 11 +++
> arch/arm/include/asm/arch-bcmnsp/configs.h | 11 +++
> drivers/mtd/nand/Makefile | 1 +
> drivers/mtd/nand/iproc_nand.c | 11 +++
> drivers/mtd/nand/iproc_nand_cygnus.h | 111 +++++++++++++++++++++++++
> drivers/mtd/nand/iproc_nand_ns_plus.h | 113 ++++++++++++++++++++++++++
> 6 files changed, 258 insertions(+)
We need to be adding Kconfig entries here at a minimum.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160311/873b2ee9/attachment.sig>
More information about the U-Boot
mailing list