aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/mipi_ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/mipi_ids.h')
-rw-r--r--src/include/device/mipi_ids.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/include/device/mipi_ids.h b/src/include/device/mipi_ids.h
new file mode 100644
index 0000000000..2e0254c0b7
--- /dev/null
+++ b/src/include/device/mipi_ids.h
@@ -0,0 +1,21 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+/*
+ * MIPI Alliance Manufacturer IDs from https://mid.mipi.org
+ */
+
+#ifndef __DEVICE_MIPI_IDS_H__
+#define __DEVICE_MIPI_IDS_H__
+
+/* Board Members */
+#define MIPI_MFG_ID_INTEL 0x0105
+#define MIPI_MFG_ID_QUALCOMM 0x0217
+#define MIPI_MFG_ID_BOSCH 0x03b8
+#define MIPI_MFG_ID_SAMSUNG 0x010b
+#define MIPI_MFG_ID_ST_MICRO 0x0104
+#define MIPI_MFG_ID_SYNOPSYS 0x0148
+#define MIPI_MFG_ID_TI 0x0102
+#define MIPI_MFG_ID_TOSHIBA 0x0126
+
+#endif /* __DEVICE_MIPI_IDS_H__ */