summaryrefslogtreecommitdiff
path: root/scripts/list-workarounds
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-05-31 15:31:33 +0100
committerBen Widawsky <benjamin.widawsky@intel.com>2013-11-06 09:39:41 -0800
commit1c5e1d230b26e8eb5017ccf2b409ee43821c58fb (patch)
treefdc46dd2ca769339aabaaa39b4e4987c80fd89a7 /scripts/list-workarounds
parentd56697233699844db9262a9a056b62b24b69dd39 (diff)
list-workarounds/bdw: Add Broadwell 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-workarounds2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-workarounds b/scripts/list-workarounds
index 51a66c9b..68200dc2 100755
--- a/scripts/list-workarounds
+++ b/scripts/list-workarounds
@@ -17,7 +17,7 @@ def find_nth(haystack, needle, n):
n -= 1
return start
-valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw')
+valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw')
def parse_platforms(p):
l = p.split(',')
for p in l: