[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Add NHLT device and vendor ids

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Wed Jun 22 05:01:28 CEST 2016


Saurabh Satija (saurabh.satija at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15311

-gerrit

commit 98f93daefbe5c0342ab0fe1250e9d28bc6c28bff
Author: Saurabh Satija <saurabh.satija at intel.com>
Date:   Tue Jun 21 14:22:16 2016 -0700

    soc/intel/apollolake: Add NHLT device and vendor ids
    
    Define vendor id for NHLT and device ids for NHLT Bluetooth, DMIC
    & SSPs. These ids are used to add NHLT endpoints for different audio
    codecs. These ids are platform dependent.
    
    Change-Id: Ic9bd26ebe8d6df60af23733e122fd8f3c0432e1f
    Signed-off-by: Saurabh Satija <saurabh.satija at intel.com>
---
 src/soc/intel/apollolake/include/soc/nhlt_ids.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/soc/intel/apollolake/include/soc/nhlt_ids.h b/src/soc/intel/apollolake/include/soc/nhlt_ids.h
new file mode 100644
index 0000000..b1f3727
--- /dev/null
+++ b/src/soc/intel/apollolake/include/soc/nhlt_ids.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2016 Intel Corp.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
+#define NHLT_VID 0x8086
+#define NHLT_DID_DMIC 0xae20
+#define NHLT_DID_BT 0xae30
+#define NHLT_DID_SSP 0xae34
+



More information about the coreboot-gerrit mailing list