aubinator: enable snb/ilk through --gen
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Sat, 25 Mar 2017 13:59:52 +0000 (13:59 +0000)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 31 Mar 2017 00:25:33 +0000 (01:25 +0100)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/intel/tools/aubinator.c

index 68fd18cd684b64db49c448ec83da4b4c13cb8208..322f0df523295f55d445b68b2ad09c8d479e8c5a 100644 (file)
@@ -1136,6 +1136,8 @@ int main(int argc, char *argv[])
       const char *name;
       int pci_id;
    } gens[] = {
+      { "ilk", 0x0046 }, /* Intel(R) Ironlake Mobile */
+      { "snb", 0x0126 }, /* Intel(R) Sandybridge Mobile GT2 */
       { "ivb", 0x0166 }, /* Intel(R) Ivybridge Mobile GT2 */
       { "hsw", 0x0416 }, /* Intel(R) Haswell Mobile GT2 */
       { "byt", 0x0155 }, /* Intel(R) Bay Trail */