]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/SPI/status.txt
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
[people/ms/u-boot.git] / doc / SPI / status.txt
CommitLineData
36499549
JT
1Status on SPI subsystem:
2=======================
3
4SPI COMMAND (common/cmd_sf, cmd_spi):
5-
6
7SPI FLASH (drivers/mtd/spi):
8- sf_probe.c: SPI flash probing code.
9- sf_ops.c: SPI flash operations code.
10- sf.c: SPI flash interface, which interacts controller driver.
11- Bank Address Register (Accessing flashes > 16Mbytes in 3-byte addressing)
3cfcf774 12- Added memory_mapped support for read operations.
36499549 13- Common probe support for all supported flash vendors except, ramtron.
736ce857
JT
14- Extended read commands support(dual read, dual IO read)
15- Quad Page Program support.
16- Quad Read support(quad fast read, quad IO read)
17- Dual flash connection topology support(accessing two spi flash memories with single cs)
18- Banking support on dual flash connection topology.
36499549
JT
19
20SPI DRIVERS (drivers/spi):
21-
22
23TODO:
3cfcf774
JT
24- Runtime detection of spi_flash params, SFDP(if possible)
25- Add support for multibus build/accessing.
36499549
JT
26- Need proper cleanups on spi_flash and drivers.
27
28--
29Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
3018-09-2013.
3cfcf774 3107-10-2013.
736ce857 3208-01-2014.