Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 304e6d5f authored by Kevin Cernekee's avatar Kevin Cernekee Committed by David Woodhouse
Browse files

m25p80: Add Spansion S25FL129P serial flashes



Tested 64KiB block size only.

Signed-off-by: default avatarKevin Cernekee <cernekee@gmail.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent dd799983
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -635,6 +635,8 @@ static struct flash_info __devinitdata m25p_data [] = {
	{ "s25sl064a", 0x010216, 0, 64 * 1024, 128, },
	{ "s25sl12800", 0x012018, 0x0300, 256 * 1024, 64, },
	{ "s25sl12801", 0x012018, 0x0301, 64 * 1024, 256, },
	{ "s25fl129p0", 0x012018, 0x4d00, 256 * 1024, 64, },
	{ "s25fl129p1", 0x012018, 0x4d01, 64 * 1024, 256, },

	/* SST -- large erase sizes are "overlays", "sectors" are 4K */
	{ "sst25vf040b", 0xbf258d, 0, 64 * 1024, 8, SECT_4K, },