diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-05-31 15:34:04 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2014-09-30 12:21:02 +0100 |
commit | 334f657e981e2f2278d26516f0ebd559f2ebbfb7 (patch) | |
tree | 53e0a1ef6c0342447c7f602902e134c41e1ec0b1 /scripts | |
parent | 4d95a1551b1606789650e43e9dfe0df128066b81 (diff) |
list-workarounds/skl: Add Skylake to the list of valid platorms
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/list-workarounds | 2 |
1 files changed, 1 insertions, 1 deletions
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: |