We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3d953 commit 6ca7247Copy full SHA for 6ca7247
inc/common/platforms.h
@@ -0,0 +1,31 @@
1
+
2
+typedef enum {
3
+ UNKNOWN_ISA = 0,
4
+ BDW = 0x080000,
5
+ SKL = 0x090000,
6
+ KBL = 0x090100,
7
+ CML = 0x090200,
8
+ AML = 0x090200,
9
+ WHL = 0x090200,
10
+ CFL = 0x090200,
11
+ BXT = 0x090300,
12
+ APL = 0x090300,
13
+ GLK = 0x090400,
14
+ ICL = 0x0b0000,
15
+ JSL = 0x0b0200,
16
+ EHL = 0x0b0200,
17
+ DG1 = 0x0c0000,
18
+ RPL_S = 0x0c0000,
19
+ ADL_P = 0x0c0000,
20
+ ADL_S = 0x0c0000,
21
+ RKL = 0x0c0000,
22
+ TGL = 0x0c0000,
23
+ XEHP_SDV = 0x0c0100,
24
+ DG2_G10_A0 = 0x0c0200,
25
+ DG2_G11 = 0x0c0201,
26
+ DG2_G10_B0 = 0x0c0201,
27
+ DG2_G12 = 0x0c0202,
28
+ PVC_XT_A0 = 0x0c0400,
29
+ PVC_XT_B0 = 0x0c0401,
30
+ CONFIG_MAX_PLATFORM,
31
+} PRODUCT_CONFIG;
0 commit comments