freebsd-dev/sys/dev/flash
Wojciech Macek 94e25b7acb flex_spi: Support for FlexSPI Flash controller.
NXP FlexSPI is a complex SPI controller which provides
full offload for accessing NOR Flash.
Create a Flash driver which attaches to existing FreeBSD
infrastructure and exports generic READ and WRITE disk commands.
The Flash has to be identified first to configure controller
internals. For now, only one NOR Flash chip is supported.
Future commits shall either increase number of known chips
or implement SFDP mechanism which can be used by other Flash
drivers.

Sponsored by:		Alstom
Obtained from:		Semihalf
Differential revision:	https://reviews.freebsd.org/D33117
2021-11-30 06:41:34 +01:00
..
flexspi flex_spi: Support for FlexSPI Flash controller. 2021-11-30 06:41:34 +01:00
at45d.c Ever since the block layer expanded its command syntax beyond just 2020-02-07 09:22:08 +00:00
cqspi.c Make MAXPHYS tunable. Bump MAXPHYS to 1M. 2020-11-28 12:12:51 +00:00
cqspi.h
mx25l.c mx25l: Add support for Integrated Silicon Solution is25wp256 2021-08-30 23:38:02 +01:00
mx25lreg.h zilinx/zy7_qspi: Add a qspi driver for Zynq platforms. 2020-01-19 20:04:44 +00:00
n25q.c Ever since the block layer expanded its command syntax beyond just 2020-02-07 09:22:08 +00:00
qspi_if.m