summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-06-04 18:53:03 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-06-04 18:53:03 +0000
commit0ae5accd3fb1265cec81d77e5fd95c29df46b611 (patch)
treec203a952a37b78bc2ffcf97eae79a26085fc3194
parentfe72cfaec5797f810a2e7a77c6e6052342e54218 (diff)
downloadast2050-flashrom-0ae5accd3fb1265cec81d77e5fd95c29df46b611.zip
ast2050-flashrom-0ae5accd3fb1265cec81d77e5fd95c29df46b611.tar.gz
Mark the ASUS A7N8X-E Deluxe as working
I finally found the machine (doesn't belong to me) where I originally tested this board as non-working and I can confirm that all operations work fine now (since the nForce2 patch in r548). Corresponding to flashrom svn r571. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r--README1
-rw-r--r--board_enable.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 81e51cb..f102977 100644
--- a/README
+++ b/README
@@ -97,6 +97,7 @@ Supported Flash Chips / Chipsets / Mainboards
Please check the output of 'flashrom -L' for the list of supported
flash chips, chipsets/southbridges, mainboards, and flash programmers.
+
Website
-------
diff --git a/board_enable.c b/board_enable.c
index 70e82c9..7b9c3d3 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -741,6 +741,7 @@ const struct board_info boards_ok[] = {
{ "ASUS", "P2B-D", },
{ "ASUS", "P2B-DS", },
{ "ASUS", "A7N8X Deluxe", },
+ { "ASUS", "A7N8X-E Deluxe", },
{ "ASUS", "A7V400-MX", },
{ "ASUS", "A7V8X-MX", },
{ "ASUS", "A8V-E SE", },
OpenPOWER on IntegriCloud