Added 4Mbit capabilities to the Intel Flashes & the 4Mbit SST can be used.

This commit is contained in:
Panagiotis
2020-11-05 15:03:20 +02:00
committed by GitHub
parent cfb559de13
commit cd65d25ec0
3 changed files with 99 additions and 11 deletions

View File

@@ -472,3 +472,14 @@ const device_t sst_flash_39sf020_device =
NULL,
NULL, NULL, NULL, NULL
};
const device_t sst_flash_39sf040_device =
{
"SST 39SF040 Flash BIOS",
0,
SST_ID_SST39SF040,
sst_init,
sst_close,
NULL,
NULL, NULL, NULL, NULL
};