From 8c4dd1d898aa8ff9cea63d574be575a8f9325ff7 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 31 May 2013 15:33:21 +0100 Subject: list-workarounds/chv: Add Cherryview to the list of valid platorms Signed-off-by: Damien Lespiau --- scripts/list-workarounds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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: -- cgit v1.2.3