u-boot/drivers/mtd/spi
Mike Frysinger ffdb20bea1 sandbox: spi: Add new SPI flash driver
This adds a SPI flash driver which simulates SPI flash clients.
Currently supports the bare min that U-Boot requires: you can
probe, read, erase, and write.  Should be easy to extend to make
it behave more exactly like a real SPI flash, but this is good
enough to merge now.

sjg@chromium.org added a README and tidied up code a little.
Added a required map_sysmem() for sandbox.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2013-12-09 12:22:39 -07:00
..
eeprom_m95xxx.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
fsl_espi_spl.c SPDX-License-Identifier: clean up license header 2013-08-20 10:15:37 -07:00
Makefile sandbox: spi: Add new SPI flash driver 2013-12-09 12:22:39 -07:00
ramtron.c sf: ramtron: Remove page_size print 2013-10-07 19:35:09 +05:30
sandbox.c sandbox: spi: Add new SPI flash driver 2013-12-09 12:22:39 -07:00
sf.c sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones 2013-10-16 00:14:01 +05:30
sf_internal.h sandbox: spi: Add new SPI flash driver 2013-12-09 12:22:39 -07:00
sf_ops.c sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones 2013-10-16 00:14:01 +05:30
sf_probe.c sandbox: spi: Add new SPI flash driver 2013-12-09 12:22:39 -07:00
spi_spl_load.c sf: Fix code cleanups 2013-08-07 01:05:06 +05:30