diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-04 18:53:03 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-04 18:53:03 +0000 |
commit | 0ae5accd3fb1265cec81d77e5fd95c29df46b611 (patch) | |
tree | c203a952a37b78bc2ffcf97eae79a26085fc3194 | |
parent | fe72cfaec5797f810a2e7a77c6e6052342e54218 (diff) | |
download | flashrom-0ae5accd3fb1265cec81d77e5fd95c29df46b611.tar.gz flashrom-0ae5accd3fb1265cec81d77e5fd95c29df46b611.tar.bz2 flashrom-0ae5accd3fb1265cec81d77e5fd95c29df46b611.zip |
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-- | README | 1 | ||||
-rw-r--r-- | board_enable.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 70e82c95..7b9c3d3d 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", }, |