coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ids.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 /*
4  * MIPI Alliance Manufacturer IDs from https://mid.mipi.org
5  */
6 
7 #ifndef __MIPI_IDS_H__
8 #define __MIPI_IDS_H__
9 
10 /* Board Members */
11 #define MIPI_MFG_ID_INTEL 0x0105
12 #define MIPI_MFG_ID_QUALCOMM 0x0217
13 #define MIPI_MFG_ID_BOSCH 0x03b8
14 #define MIPI_MFG_ID_SAMSUNG 0x010b
15 #define MIPI_MFG_ID_ST_MICRO 0x0104
16 #define MIPI_MFG_ID_SYNOPSYS 0x0148
17 #define MIPI_MFG_ID_TI 0x0102
18 #define MIPI_MFG_ID_TOSHIBA 0x0126
19 
20 /* Contributing Members */
21 #define MIPI_MFG_ID_REALTEK 0x025d
22 #define MIPI_DEV_ID_REALTEK_ALC5682 0x5682
23 #define MIPI_DEV_ID_REALTEK_ALC711 0x0711
24 #define MIPI_DEV_ID_REALTEK_ALC1308 0x1308
25 
26 #define MIPI_MFG_ID_MAXIM 0x019f
27 #define MIPI_DEV_ID_MAXIM_MAX98373 0x8373
28 
29 #endif /* __MIPI_IDS_H__ */