summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2022-04-20 09:30:42 +0300
committerThomas Heijligen <src@posteo.de>2022-06-20 10:23:15 +0000
commitaa64c054d0b0ac842ad8ac966f7ad57afc41f3c1 (patch)
tree08691cea5f1011582c09344e90d87484e82c28b4 /print.c
parentc2f7fc6e30913a3ad66c1307be4d38016396f64d (diff)
downloadflashrom-aa64c054d0b0ac842ad8ac966f7ad57afc41f3c1.tar.gz
flashrom-aa64c054d0b0ac842ad8ac966f7ad57afc41f3c1.tar.bz2
flashrom-aa64c054d0b0ac842ad8ac966f7ad57afc41f3c1.zip
board_enable: Add ASUS P5W DH Deluxe
Flashrom can now write to the onboard SST49LF008 flash Signed-off-by: Tasos Sahanidis <tasos@tasossah.com> Change-Id: Iea4f858cb45c60a6180de07c8361a8a831635dfd Reviewed-on: https://review.coreboot.org/c/flashrom/+/63736 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Thomas Heijligen <src@posteo.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 cbf12d61b..d92a7db70 100644
--- a/print.c
+++ b/print.c
@@ -722,6 +722,7 @@ const struct board_info boards_known[] = {
B("ASUS", "P5QPL-AM", OK, "https://www.asus.com/Motherboards/Intel_Socket_775/P5QPLAM/", NULL),
B("ASUS", "P5VD1-X", OK, "https://www.asus.com/Motherboards/Intel_Socket_775/P5VD1X/", NULL),
B("ASUS", "P5VD2-MX", OK, "https://www.asus.com/Motherboards/Intel_Socket_775/P5VD2MX/", "The MAC address of the onboard LAN NIC is stored in flash, hence overwritten by flashrom; see https://flashrom.org/pipermail/flashrom/2012-March/009014.html"),
+ B("ASUS", "P5W DH Deluxe", OK, "https://www.asus.com/SupportOnly/P5W_DH_Deluxe/HelpDesk_Knowledge/", NULL),
B("ASUS", "P6T SE", OK, "https://www.asus.com/Motherboards/Intel_Socket_1366/P6T_SE/", NULL),
B("ASUS", "P6T Deluxe", OK, "https://www.asus.com/Motherboards/Intel_Socket_1366/P6T_Deluxe/", NULL),
B("ASUS", "P6T Deluxe V2", OK, "https://www.asus.com/Motherboards/Intel_Socket_1366/P6T_Deluxe_V2/", NULL),