From 334f657e981e2f2278d26516f0ebd559f2ebbfb7 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 31 May 2013 15:34:04 +0100 Subject: list-workarounds/skl: Add Skylake to the list of valid platorms Signed-off-by: Damien Lespiau --- scripts/list-workarounds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/list-workarounds') diff --git a/scripts/list-workarounds b/scripts/list-workarounds index 5a84ee87..620d02fe 100755 --- a/scripts/list-workarounds +++ b/scripts/list-workarounds @@ -18,7 +18,7 @@ def find_nth(haystack, needle, n): return start valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw', - 'chv') + 'chv', 'skl') def parse_platforms(p): l = p.split(',') for p in l: -- cgit v1.2.3