summaryrefslogtreecommitdiff
path: root/scripts/list-workarounds
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-05-31 15:33:21 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2014-06-11 16:55:55 +0100
commit8c4dd1d898aa8ff9cea63d574be575a8f9325ff7 (patch)
tree4f40557d6535e28dcd4c0b8a8a1eb5c463e73828 /scripts/list-workarounds
parent35554a1bcaaea55c1cfa88c0176c58d2fb3b8013 (diff)
list-workarounds/chv: Add Cherryview to the list of valid platorms
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'scripts/list-workarounds')
-rwxr-xr-xscripts/list-workarounds3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/list-workarounds b/scripts/list-workarounds
index 68200dc2..5a84ee87 100755
--- a/scripts/list-workarounds
+++ b/scripts/list-workarounds
@@ -17,7 +17,8 @@ def find_nth(haystack, needle, n):
n -= 1
return start
-valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw')
+valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw',
+ 'chv')
def parse_platforms(p):
l = p.split(',')
for p in l: