summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorChristoph Grenz <christophg+cb@grenz-bonn.de>2011-10-21 13:20:11 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-10-21 13:20:11 +0000
commitd445bd8f8d44c13fd555e1e5a07bad00992011a8 (patch)
treea95c81a10ff4ff90dca776cdf5ffed3cf6bab9df /print.c
parent4e9a66eb69f7ca6352fd80036b9999a0636ee0ea (diff)
downloadflashrom-d445bd8f8d44c13fd555e1e5a07bad00992011a8.zip
flashrom-d445bd8f8d44c13fd555e1e5a07bad00992011a8.tar.gz
Add board enable for ABIT AV8
I disassembled the write enable and the write disable functions from the Award BIOS image and reconstructed C code to understand for myself what happens. For details see: http://www.flashrom.org/pipermail/flashrom/2011-October/008033.html I compared the download pages of both, abit AV8 and abit AV8-3rd Eye, and the BIOS downloads are the same. So it's save to assume that this board enable works on both versions. Tested on AV8. Signed-off-by: Christoph Grenz <christophg+cb@grenz-bonn.de> Corresponding to flashrom svn r1455. Signed-off-by: Christoph Grenz <christophg+cb@grenz-bonn.de> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'print.c')
-rw-r--r--print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.c b/print.c
index 615111f..85df596 100644
--- a/print.c
+++ b/print.c
@@ -535,6 +535,7 @@ const struct board_info boards_known[] = {
#if defined(__i386__) || defined(__x86_64__)
B("A-Trend", "ATC-6220", 1, "http://www.motherboard.cz/mb/atrend/atc6220.htm", NULL),
B("abit", "AN-M2", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?DEFTITLE=Y&fMTYPE=Socket%20AM2&pMODEL_NAME=AN-M2", NULL),
+ B("abit", "AV8", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?DEFTITLE=Y&fMTYPE=Socket%20939&pMODEL_NAME=AV8", NULL),
B("abit", "AX8", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?DEFTITLE=Y&fMTYPE=Socket%20939&pMODEL_NAME=AX8", NULL),
B("abit", "BM6", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?pMODEL_NAME=BM6&fMTYPE=Socket%20370", NULL),
B("abit", "Fatal1ty F-I90HD", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?pMODEL_NAME=Fatal1ty+F-I90HD&fMTYPE=LGA775", NULL),
OpenPOWER on IntegriCloud