coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sku.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __MAINBOARD_SKU_H__
4 #define __MAINBOARD_SKU_H__
5 
6 enum {
7  SKU_1_MEEP = 1, /* Stylus + rear camera*/
8  SKU_2_MEEP = 2, /* no Stylus + rear camera */
9  SKU_3_MEEP = 3, /* no Stylus + no rear camera */
10  SKU_4_MEEP = 4, /* Stylus + no rear camera */
11  SKU_33_DORP = 33, /* HDMI */
12  SKU_34_DORP = 34, /* HDMI+Kblight */
13  SKU_35_DORP = 35, /* HDMI+TS */
14  SKU_36_DORP = 36, /* HDMI+TS+KBlight */
15  SKU_49_VORTININJA = 49, /* Stylus + rear camera */
16  SKU_50_VORTININJA = 50, /* Stylus + no rear camera */
17  SKU_51_VORTININJA = 51, /* no Stylus + rear camera */
18  SKU_52_VORTININJA = 52, /* no Stylus + no rear camera */
19  SKU_65_VORTICON = 65, /* no touchscreen */
20  SKU_66_VORTICON = 66, /* with touchscreen */
21 
22 };
23 
24 #endif /* __MAINBOARD_SKU_H__ */
@ SKU_66_VORTICON
Definition: sku.h:20
@ SKU_65_VORTICON
Definition: sku.h:19
@ SKU_2_MEEP
Definition: sku.h:8
@ SKU_51_VORTININJA
Definition: sku.h:17
@ SKU_36_DORP
Definition: sku.h:14
@ SKU_50_VORTININJA
Definition: sku.h:16
@ SKU_1_MEEP
Definition: sku.h:7
@ SKU_3_MEEP
Definition: sku.h:9
@ SKU_34_DORP
Definition: sku.h:12
@ SKU_52_VORTININJA
Definition: sku.h:18
@ SKU_4_MEEP
Definition: sku.h:10
@ SKU_33_DORP
Definition: sku.h:11
@ SKU_49_VORTININJA
Definition: sku.h:15
@ SKU_35_DORP
Definition: sku.h:13