[coreboot-gerrit] New patch to review for coreboot: intel/apollolake: SOC specific changes

Shaunak Saha (shaunak.saha@intel.com) gerrit at coreboot.org
Tue Jul 12 09:47:10 CEST 2016


Shaunak Saha (shaunak.saha at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15619

-gerrit

commit 0850ee97eecb919e91a8492a6e42ce7a66df137d
Author: Shaunak Saha <shaunak.saha at intel.com>
Date:   Tue Jul 12 00:42:06 2016 -0700

    intel/apollolake: SOC specific changes
    
    This patch adds apollolake soc specific change. DPTF
    ASL files are now in src/soc/intel/common so that
    they can be reused.
    
    BUG = 53096
    TEST = Verify that the thermal zones are enumerated
    	under /sys/class/thermal. Navigate to
    	/sys/class/thermal, and verify that a thermal
    	zone of type TCPU exists there.
    
    Change-Id: I888260a9c799d36512411a769f26dd30cf8d5788
    Signed-off-by: Shaunak Saha <shaunak.saha at intel.com>
---
 src/soc/intel/apollolake/acpi/dptf.asl | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/soc/intel/apollolake/acpi/dptf.asl b/src/soc/intel/apollolake/acpi/dptf.asl
new file mode 100644
index 0000000..6f7f21e
--- /dev/null
+++ b/src/soc/intel/apollolake/acpi/dptf.asl
@@ -0,0 +1,16 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2016 Intel Corporation.
+ *
+ * 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; version 2 of the License.
+ *
+ * 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 DPTF_CPU_DEVICE		TCPU



More information about the coreboot-gerrit mailing list