Page MenuHomeFreeBSD

flex_spi: Support for FlexSPI Flash controller.
ClosedPublic

Authored by wma on Nov 25 2021, 9:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 10 2024, 1:28 PM
Unknown Object (File)
Jan 12 2024, 11:31 PM
Unknown Object (File)
Dec 31 2023, 12:08 AM
Unknown Object (File)
Dec 20 2023, 1:57 AM
Unknown Object (File)
Oct 31 2023, 5:15 AM
Unknown Object (File)
Oct 29 2023, 3:45 PM
Unknown Object (File)
Oct 17 2023, 3:14 PM
Unknown Object (File)
Sep 6 2023, 1:29 AM
Subscribers

Details

Summary
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

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wma requested review of this revision.Nov 25 2021, 9:43 AM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 30 2021, 5:42 AM
This revision was automatically updated to reflect the committed changes.