u-boot/drivers/mtd/nand
Sean Anderson 8502b5bf20 test: spl: Add a test for NAND
Add a SPL test for the NAND load method. We use some different functions to
do the writing from the main test since things like nand_write_skip_bad
aren't available in SPL.

We disable BBT scanning, since scan_bbt is only populated when not in SPL.
We use nand_spl_loaders.c as it seems to be common to at least a few boards
already. However, we do not use nand_spl_simple.c because it would require
us to implement cmd_ctrl.  The various nand load functions are adapted from
omap_gpmc. However, they have been modified for simplicity/correctness.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-11-16 12:43:49 -05:00
..
raw test: spl: Add a test for NAND 2023-11-16 12:43:49 -05:00
spi mtd: spinand: winbond: add Winbond W25N02KV flash support 2023-10-13 10:49:07 +02:00
bbt.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
core.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
Kconfig mtd: nand: Add core infrastructure to support SPI NANDs 2018-09-20 20:10:49 +05:30
Makefile mtd: Makefile: deep cleanup 2019-12-04 17:10:51 -05:00