summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorCristian Măgherușan-Stanciu <cristi.magherusan@gmail.com>2011-07-07 19:56:58 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-07-07 19:56:58 +0000
commit9932c7bebfe3b1500edd31d478ede058f8c5b096 (patch)
tree956be8456c22c23e69fdc69b49fb645079678fb8 /flashchips.c
parent91199a1edd56e2a277c43c3d28000bb75e4d3525 (diff)
downloadflashrom-9932c7bebfe3b1500edd31d478ede058f8c5b096.tar.gz
flashrom-9932c7bebfe3b1500edd31d478ede058f8c5b096.tar.bz2
flashrom-9932c7bebfe3b1500edd31d478ede058f8c5b096.zip
Add a bunch of new/tested stuff and various small changes 4
- add Asus E35M1-I DELUXE to boards_known http://www.flashrom.org/pipermail/flashrom/2011-June/006918.html - add Asus M3A to boards_known http://www.flashrom.org/pipermail/flashrom/2011-July/007085.html - add Freetech P6F91i to boards_known http://www.flashrom.org/pipermail/flashrom/2011-June/006800.html - add GA-M720-US3 to boards_known http://www.flashrom.org/pipermail/flashrom/2011-July/007096.html - add GA-MA770-UD3 (rev. 2.1) to boards_known http://www.flashrom.org/pipermail/flashrom/2011-June/006879.html - add GA-965GM-S2 to boards_known http://www.flashrom.org/pipermail/flashrom/2011-June/006746.html - add HP xw4400 (0A68h) to boards_known http://paste.flashrom.org/view.php?id=686 - add MSI MS-6566 (845 Ultra-C) to boards_known http://www.flashrom.org/pipermail/flashrom/2011-June/006908.html - add MSI MS-7698 (E350IA-E45) to boards_known http://www.flashrom.org/pipermail/flashrom/2011-June/007003.html - add PCCHIPS M863G (V5.1A) to boards_known http://www.flashrom.org/pipermail/flashrom/2011-July/007084.html - modify the X8SIE entry in boards_known with the information from "fuzzy" http://paste.flashrom.org/view.php?id=669 - mark W29C020(C)/W29C022 as fully tested http://www.flashrom.org/pipermail/flashrom/2011-June/006800.html - mark W49V002A as fully tested http://www.flashrom.org/pipermail/flashrom/2011-July/007084.html - mark M25P128 as fully tested http://www.flashrom.org/pipermail/flashrom/2011-June/006843.html - mark SST39SF010A as fully tested http://www.flashrom.org/pipermail/flashrom/2011-July/007115.html - correct entries for GA-K8NS Pro-939 (was ultra before. thanks uwe!) - another tiny fix for "a small fix"/r1321 Without this you will get broken bus names "Unknow" and "Non-SP". Note to self: don't self-ack even fairly trivial patches. - fix spew output of spi_rems in spi25.c - add URL to ASUS M3A76-CM - rename all Winbond W25x chips to W25X - fixes some common misspellings/typos in comments: lenght->length 2 ocassional->occasional 1 unsucessfull->unsuccessful 1 upto->up to 5 Corresponding to flashrom svn r1367. the patch for M25P128 is Signed-off-by: Cristian Măgherușan-Stanciu <cristi.magherusan@gmail.com> the typos are Signed-off-by: Peter Huewe <peterhuewe@gmx.de> everything else is Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/flashchips.c b/flashchips.c
index 865ba2f45..1b5c88a7b 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -5771,7 +5771,7 @@ const struct flashchip flashchips[] = {
.total_size = 128,
.page_size = 4096,
.feature_bits = FEATURE_EITHER_RESET,
- .tested = TEST_OK_PR,
+ .tested = TEST_OK_PREW,
.probe = probe_jedec,
.probe_timing = 1, /* 150 ns */
.block_erasers =
@@ -6705,7 +6705,7 @@ const struct flashchip flashchips[] = {
.model_id = ST_M25P128,
.total_size = 16384,
.page_size = 256,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
@@ -7776,7 +7776,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
- .name = "W25x10",
+ .name = "W25X10",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = WINBOND_NEX_ID,
.model_id = WINBOND_NEX_W25X10,
@@ -7807,7 +7807,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
- .name = "W25x20",
+ .name = "W25X20",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = WINBOND_NEX_ID,
.model_id = WINBOND_NEX_W25X20,
@@ -7838,7 +7838,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
- .name = "W25x40",
+ .name = "W25X40",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = WINBOND_NEX_ID,
.model_id = WINBOND_NEX_W25X40,
@@ -7869,7 +7869,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
- .name = "W25x80",
+ .name = "W25X80",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = WINBOND_NEX_ID,
.model_id = WINBOND_NEX_W25X80,
@@ -7900,7 +7900,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
- .name = "W25x16",
+ .name = "W25X16",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = WINBOND_NEX_ID,
.model_id = WINBOND_NEX_W25X16,
@@ -7937,7 +7937,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
- .name = "W25x32",
+ .name = "W25X32",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = WINBOND_NEX_ID,
.model_id = WINBOND_NEX_W25X32,
@@ -7974,7 +7974,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
- .name = "W25x64",
+ .name = "W25X64",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = WINBOND_NEX_ID,
.model_id = WINBOND_NEX_W25X64,
@@ -8041,9 +8041,9 @@ const struct flashchip flashchips[] = {
.total_size = 256,
.page_size = 128,
.feature_bits = FEATURE_LONG_RESET,
- .tested = TEST_OK_PRE,
+ .tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = 10,
+ .probe_timing = 10,
.block_erasers =
{
{
@@ -8397,9 +8397,9 @@ const struct flashchip flashchips[] = {
.total_size = 256,
.page_size = 128,
.feature_bits = FEATURE_EITHER_RESET,
- .tested = TEST_OK_PRE,
+ .tested = TEST_OK_PREW,
.probe = probe_jedec,
- .probe_timing = 10,
+ .probe_timing = 10,
.block_erasers =
{
{