summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authordirestraits96 <56371107+direstraits96@users.noreply.github.com>2022-02-16 02:26:51 +0000
committerThomas Heijligen <src@posteo.de>2022-08-24 10:03:40 +0000
commit1b880756d43e499d3dcd13a5d138ec1da9a59ace (patch)
tree18b4fed6aa7bf10faf7be59e2eff5c4722a2eaa2 /print.c
parent43f8e021a40941b72f93da924b696518434f007f (diff)
downloadflashrom-1b880756d43e499d3dcd13a5d138ec1da9a59ace.tar.gz
flashrom-1b880756d43e499d3dcd13a5d138ec1da9a59ace.tar.bz2
flashrom-1b880756d43e499d3dcd13a5d138ec1da9a59ace.zip
Add support for motherboard Jetway P4MDPT
Add support for motherboard Jetway P4MDPT. According to the author of this patch, reading and writing works. Found on https://github.com/flashrom/flashrom/pull/241. Change-Id: I494863389d2afdb745d5c83a99cd955e6a5c334d Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/flashrom/+/63919 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de>
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 d92a7db70..8d55b8b76 100644
--- a/print.c
+++ b/print.c
@@ -933,6 +933,7 @@ const struct board_info boards_known[] = {
B("IWILL", "DK8-HTX", OK, "http://web.archive.org/web/20060507170150/http://www.iwill.net/product_2.asp?p_id=98", NULL),
B("Jetway", "J-7BXAN", OK, "http://www.jetway.com.tw/evisn/download/d7BXAS.htm", NULL),
B("Jetway", "J7F4K1G5D-PB", OK, "http://www.jetway.com.tw/jw/ipcboard_view.asp?productid=282&proname=J7F4K1G5D", NULL),
+ B("Jetway", "P4MDPT", OK, "https://www.jetwaycomputer.com/spec/p4mdpt.html", NULL),
B("Kontron", "986LCD-M", OK, "http://de.kontron.com/products/boards+and+mezzanines/embedded+motherboards/miniitx+motherboards/986lcdmmitx.html", NULL),
B("Lanner", "EM-8510C", OK, NULL, NULL),
B("Lenovo", "Tilapia CRB", OK, NULL, "Used in ThinkCentre M75e."),