summaryrefslogtreecommitdiff
path: root/programmer.h
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-03-15 03:12:29 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-03-15 03:12:29 +0000
commit9a89f03d423096a7fc7687a20bd13c527dd3fe32 (patch)
treef38a72e154957880e301f7e1630639025272f2dc /programmer.h
parent35a6472f8f4d2fe3453eb73232a854af95fb24ef (diff)
downloadflashrom-9a89f03d423096a7fc7687a20bd13c527dd3fe32.tar.gz
Add support for Intel Lynx Point low-power and Wellsburg.
New IDs taken from Intel's patches for the Linux kernel. Also, refine original Lynx Point naming etc. Based on the chromiumos patch Change-Id: I303a05baa80e4449e70d20adf78ebc7128b88d8e Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1656 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'programmer.h')
-rw-r--r--programmer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/programmer.h b/programmer.h
index 51a8c80..03a71d8 100644
--- a/programmer.h
+++ b/programmer.h
@@ -547,7 +547,9 @@ enum ich_chipset {
CHIPSET_5_SERIES_IBEX_PEAK,
CHIPSET_6_SERIES_COUGAR_POINT,
CHIPSET_7_SERIES_PANTHER_POINT,
- CHIPSET_8_SERIES_LYNX_POINT
+ CHIPSET_8_SERIES_LYNX_POINT,
+ CHIPSET_8_SERIES_LYNX_POINT_LP,
+ CHIPSET_8_SERIES_WELLSBURG,
};
/* ichspi.c */