summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorMiklós Márton <martonmiklosqdev@gmail.com>2019-08-06 22:43:19 +0200
committerNico Huber <nico.h@gmx.de>2019-10-04 11:11:47 +0000
commitde77ad4678cb33ca0b58edf89fab8113eb304bcd (patch)
treea4615817583239b756c969e72d8e9327f345b9ac /print.c
parent8900d6c8e1438ee2a4a77c8e4d3feab81ee261e2 (diff)
downloadflashrom-de77ad4678cb33ca0b58edf89fab8113eb304bcd.tar.gz
flashrom-de77ad4678cb33ca0b58edf89fab8113eb304bcd.tar.bz2
flashrom-de77ad4678cb33ca0b58edf89fab8113eb304bcd.zip
Add board enable for Asus P4P800SE
See github issue #32: https://github.com/flashrom/flashrom/issues/32 Change-Id: I12b25ca3f85e5f2302681bddbe1adafa49c5fcb9 Signed-off-by: Miklós Márton <martonmiklosqdev@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/34764 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
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 91e5ae5ee..6a7ff5dfd 100644
--- a/print.c
+++ b/print.c
@@ -677,6 +677,7 @@ const struct board_info boards_known[] = {
B("ASUS", "P4P800-E Deluxe", OK, "https://www.asus.com/Motherboards/Intel_Socket_478/P4P800E_Deluxe/", NULL),
B("ASUS", "P4P800-VM", OK, "https://www.asus.com/Motherboards/Intel_Socket_478/P4P800VM/", NULL),
B("ASUS", "P4P800-X", OK, "https://www.asus.com/Motherboards/Intel_Socket_478/P4P800X/", NULL),
+ B("ASUS", "P4P800SE", OK, "https://www.asus.com/supportonly/P4P800 SE/", NULL),
B("ASUS", "P4PE-X/TE", NT, "https://www.asus.com/999/html/events/mb/socket478/p4pe-x-te/overview.htm", NULL),
B("ASUS", "P4S533-X", OK, NULL, NULL),
B("ASUS", "P4S800-MX", OK, "https://www.asus.com/Motherboards/Intel_Socket_478/P4S800MX/", NULL),