summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-24 22:56:14 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-24 22:56:14 +0000
commitb90c2217b1adc190958a28eb77fec7773da4e37f (patch)
treec0376cbe2ea7b0cdb7a1217a746bb70f1cab9421
parente06a9c8dd0a5782e5ab73d5a52e1bceabe4a302d (diff)
downloadast2050-flashrom-b90c2217b1adc190958a28eb77fec7773da4e37f.zip
ast2050-flashrom-b90c2217b1adc190958a28eb77fec7773da4e37f.tar.gz
MSI MS6330 tested with W49F002U and EN29F002
W49F002U: http://www.coreboot.org/pipermail/flashrom/2010-March/002469.html EN29F002: http://www.coreboot.org/pipermail/flashrom/2010-March/002480.html Block erase was broken, chip erase worked, block erase is fixed in r934 but has not been tested since. Thanks to Guy Lacroix for reporting! Corresponding to flashrom svn r978. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-rw-r--r--flashchips.c4
-rw-r--r--print.c1
-rw-r--r--print_wiki.c1
3 files changed, 4 insertions, 2 deletions
diff --git a/flashchips.c b/flashchips.c
index 47cea5a..d550808 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -2130,7 +2130,7 @@ struct flashchip flashchips[] = {
.total_size = 256,
.page_size = 256,
.feature_bits = FEATURE_ADDR_AAA | FEATURE_EITHER_RESET,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PRW,
.probe = probe_jedec,
.probe_timing = TIMING_ZERO, /* Datasheet has no timing info specified */
.block_erasers =
@@ -5934,7 +5934,7 @@ struct flashchip flashchips[] = {
.total_size = 256,
.page_size = 128,
.feature_bits = FEATURE_EITHER_RESET,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PRW,
.probe = probe_jedec,
.probe_timing = 10,
.block_erasers =
diff --git a/print.c b/print.c
index c1ddbe3..ad31138 100644
--- a/print.c
+++ b/print.c
@@ -311,6 +311,7 @@ const struct board_info boards_ok[] = {
{ "Jetway", "J7F4K1G5D-PB", },
{ "MSI", "MS-6153", },
{ "MSI", "MS-6156", },
+ { "MSI", "MS-6330 (K7T Turbo)", },
{ "MSI", "MS-6570 (K7N2)", },
{ "MSI", "MS-7065", },
{ "MSI", "MS-7168 (Orion)", },
diff --git a/print_wiki.c b/print_wiki.c
index 024ee0c..cad56f1 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -154,6 +154,7 @@ const struct board_info_url boards_url[] = {
{ "Jetway", "J7F4K1G5D-PB", "http://www.jetway.com.tw/jetway/system/productshow2.asp?id=389&proname=J7F4K1G5D-P" },
{ "MSI", "MS-6153", "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=336" },
{ "MSI", "MS-6156", "http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/boards/Motherboards/MicroStar/Ms6156/MS6156.htm" },
+ { "MSI", "MS-6330 (K7T Turbo)", "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=327" },
{ "MSI", "MS-6570 (K7N2)", "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=519" },
{ "MSI", "MS-7065", "http://browse.geekbench.ca/geekbench2/view/53114" },
{ "MSI", "MS-7168 (Orion)", "http://support.packardbell.co.uk/uk/item/index.php?i=spec_orion&pi=platform_honeymoon_istart" },
OpenPOWER on IntegriCloud