[coreboot-gerrit] Patch set updated for coreboot: mainboard/intel/amenia: Disable Integrated Sensor Hub

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Thu May 19 18:28:06 CEST 2016


Hannah Williams (hannah.williams at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14895

-gerrit

commit 6595e91217dc867718607c97af42121df7ef2c6f
Author: Hannah Williams <hannah.williams at intel.com>
Date:   Mon Mar 28 15:11:46 2016 -0700

    mainboard/intel/amenia: Disable Integrated Sensor Hub
    
    Providing a option to enable or disable ISH interface. Leaving it
    disabled for now.
    
    Change-Id: Id4e71d60a6c2da6c6c070d41f66f6c161de38595
    Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
 src/mainboard/intel/amenia/devicetree.cb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mainboard/intel/amenia/devicetree.cb b/src/mainboard/intel/amenia/devicetree.cb
index 38a2de2..af06848 100644
--- a/src/mainboard/intel/amenia/devicetree.cb
+++ b/src/mainboard/intel/amenia/devicetree.cb
@@ -7,6 +7,9 @@ chip soc/intel/apollolake
 	register "pcie_rp0_clkreq_pin" = "3"    # wifi/bt
 	register "pcie_rp2_clkreq_pin" = "0"    # SSD
 
+	# Integrated Sensor Hub
+	register "integrated_sensor_hub_enable" = "0"
+
 	device domain 0 on
 		device pci 00.0 on end	# - Host Bridge
 		device pci 00.1 on end	# - DPTF



More information about the coreboot-gerrit mailing list