svn commit: r325113 - head/sys/dev/flash
Justin Hibbits
jhibbits at FreeBSD.org
Mon Oct 30 02:31:10 UTC 2017
Author: jhibbits
Date: Mon Oct 30 02:31:08 2017
New Revision: 325113
URL: https://svnweb.freebsd.org/changeset/base/325113
Log:
Add Microchip 1-MBit SPI flash ID
Used on the AmigaOne X5000.
Modified:
head/sys/dev/flash/mx25l.c
Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c Mon Oct 30 01:55:38 2017 (r325112)
+++ head/sys/dev/flash/mx25l.c Mon Oct 30 02:31:08 2017 (r325113)
@@ -122,6 +122,7 @@ struct mx25l_flash_ident flash_devices[] = {
{ "s25fl064", 0x01, 0x0216, 64 * 1024, 128, FL_NONE },
{ "s25fl128", 0x01, 0x2018, 64 * 1024, 256, FL_NONE },
{ "s25fl256s", 0x01, 0x0219, 64 * 1024, 512, FL_NONE },
+ { "SST25VF010A", 0xbf, 0x2549, 4 * 1024, 32, FL_ERASE_4K | FL_ERASE_32K },
{ "SST25VF032B", 0xbf, 0x254a, 64 * 1024, 64, FL_ERASE_4K | FL_ERASE_32K },
/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */
More information about the svn-src-all
mailing list