summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Murawski <matowy@tlen.pl>2009-06-12 21:29:36 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-06-12 21:29:36 +0000
commit8b2f46b878a952a0ea0869624636cb4d6f5fa8c1 (patch)
treebd771b0735d56c26a3a11f0b937297285032d097
parenta23041ccbe5382577b9e0eda68dd9cd3172b4620 (diff)
downloadast2050-flashrom-8b2f46b878a952a0ea0869624636cb4d6f5fa8c1.zip
ast2050-flashrom-8b2f46b878a952a0ea0869624636cb4d6f5fa8c1.tar.gz
Add bus type and timing info for some flash chips
Corresponding to flashrom svn r588. Signed-off-by: Mateusz Murawski <matowy@tlen.pl> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-rw-r--r--flashchips.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/flashchips.c b/flashchips.c
index 261819c..ccd7a21 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -466,7 +466,7 @@ struct flashchip flashchips[] = {
.page_size = 256,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10000, /* 10ms */
.erase = erase_chip_jedec,
.write = write_jedec,
.read = read_memmapped,
@@ -482,7 +482,7 @@ struct flashchip flashchips[] = {
.page_size = 256,
.tested = TEST_UNTESTED,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10000, /* 10 ms */
.erase = erase_chip_jedec,
.write = write_jedec,
.read = read_memmapped,
@@ -2690,7 +2690,7 @@ struct flashchip flashchips[] = {
.page_size = 128,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10,
.erase = erase_chip_jedec,
.write = write_jedec,
.read = read_memmapped,
@@ -2706,7 +2706,7 @@ struct flashchip flashchips[] = {
.page_size = 256,
.tested = TEST_UNTESTED,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10,
.erase = erase_chip_jedec,
.write = write_jedec,
.read = read_memmapped,
@@ -2731,14 +2731,14 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W39V040A",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_LPC,
.manufacture_id = WINBOND_ID,
.model_id = W_39V040A,
.total_size = 512,
.page_size = 64*1024,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10,
.erase = erase_chip_jedec,
.write = write_49f002,
.read = read_memmapped,
@@ -2747,14 +2747,14 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W39V040B",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_LPC,
.manufacture_id = WINBOND_ID,
.model_id = W_39V040B,
.total_size = 512,
.page_size = 64*1024,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10,
.erase = erase_chip_jedec,
.write = write_49f002,
.read = read_memmapped,
@@ -2763,7 +2763,7 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W39V040C",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_LPC,
.manufacture_id = WINBOND_ID,
.model_id = W_39V040C,
.total_size = 512,
@@ -2779,14 +2779,14 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W39V040FA",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_FWH,
.manufacture_id = WINBOND_ID,
.model_id = W_39V040FA,
.total_size = 512,
.page_size = 64*1024,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10,
.erase = erase_chip_jedec,
.write = write_49f002,
.read = read_memmapped,
@@ -2795,14 +2795,14 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W39V080A",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_LPC,
.manufacture_id = WINBOND_ID,
.model_id = W_39V080A,
.total_size = 1024,
.page_size = 64*1024,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10,
.erase = erase_chip_jedec,
.write = write_49f002,
.read = read_memmapped,
@@ -2827,14 +2827,14 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W49V002A",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_LPC,
.manufacture_id = WINBOND_ID,
.model_id = W_49V002A,
.total_size = 256,
.page_size = 128,
.tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = TIMING_FIXME,
+ .probe_timing = 10,
.erase = erase_chip_jedec,
.write = write_49f002,
.read = read_memmapped,
@@ -2843,7 +2843,7 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W49V002FA",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_FWH,
.manufacture_id = WINBOND_ID,
.model_id = W_49V002FA,
.total_size = 256,
@@ -2859,7 +2859,7 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W39V080FA",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_FWH,
.manufacture_id = WINBOND_ID,
.model_id = W_39V080FA,
.total_size = 1024,
@@ -2875,7 +2875,7 @@ struct flashchip flashchips[] = {
{
.vendor = "Winbond",
.name = "W39V080FA (dual mode)",
- .bustype = CHIP_BUSTYPE_NONSPI,
+ .bustype = CHIP_BUSTYPE_FWH,
.manufacture_id = WINBOND_ID,
.model_id = W_39V080FA_DM,
.total_size = 512,
OpenPOWER on IntegriCloud