]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: denali: add Denali NAND driver for SPL
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 3 Oct 2014 10:21:04 +0000 (19:21 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Sun, 5 Oct 2014 05:10:09 +0000 (14:10 +0900)
commit845034e6b217d5ff73de03213ede9b17646a91b1
treed14cb46361813d97a6a90d769d31f901ff7f318a
parent4b0abf9f3c024225987ec92ea9ae9e8a1ac5950d
mtd: denali: add Denali NAND driver for SPL

The SPL-mode driver for Denali(Cadence) NAND Flash Memory Controller IP.

This driver requires two CONFIG macros:
 - CONFIG_SPL_NAND_DENALI
     Define to enable this driver.
 - CONFIG_SYS_NAND_BAD_BLOCK_POS
     Specify bad block mark position in the oob space. Typically 0.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Scott Wood <scottwood@freescale.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/denali_spl.c [new file with mode: 0644]