summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-06-04 18:53:03 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-06-04 18:53:03 +0000
commit1c6053e407ef5d2f5a93811ebee694ed4a2737c9 (patch)
treec203a952a37b78bc2ffcf97eae79a26085fc3194
parent41bed30bccc981612f296f92995b8eca150ba8c4 (diff)
downloadflashrom-1c6053e407ef5d2f5a93811ebee694ed4a2737c9.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). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@571 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-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", },