diff options
author | Tasos Sahanidis <tasos@tasossah.com> | 2022-04-20 09:30:42 +0300 |
---|---|---|
committer | Thomas Heijligen <src@posteo.de> | 2022-06-20 10:23:15 +0000 |
commit | aa64c054d0b0ac842ad8ac966f7ad57afc41f3c1 (patch) | |
tree | 08691cea5f1011582c09344e90d87484e82c28b4 /print.c | |
parent | c2f7fc6e30913a3ad66c1307be4d38016396f64d (diff) | |
download | flashrom-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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), |