szemzoa / awboot

small linux bootloader for Allwinner T113-S3 and V851s
72 stars 33 forks source link

spi: continous mode (winbond), cleanup types, ic detection #8

Closed fpoussin closed 1 year ago

fpoussin commented 1 year ago

On Winbond ICs, buffer mode (default) can't read more than one page without using the load page instruction. Switching to continuous mode enables this feature.

Other MFRs such as Micron can read continuously by default.

This adds a limitation: nand reads must be page-aligned. (which it is)