[coreboot-gerrit] Change in coreboot[master]: [WIP] cpu/intel/speedstep: Emit PPKG object for first package

Nico Huber (Code Review) gerrit at coreboot.org
Fri Sep 1 21:30:37 CEST 2017


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/21325


Change subject: [WIP] cpu/intel/speedstep: Emit PPKG object for first package
......................................................................

[WIP] cpu/intel/speedstep: Emit PPKG object for first package

Change-Id: I89f1ab4be338841463fb95ac75d794103380d16f
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M src/cpu/intel/speedstep/acpi.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/21325/1

diff --git a/src/cpu/intel/speedstep/acpi.c b/src/cpu/intel/speedstep/acpi.c
index b4aaa87..c154da0 100644
--- a/src/cpu/intel/speedstep/acpi.c
+++ b/src/cpu/intel/speedstep/acpi.c
@@ -161,4 +161,7 @@
 			acpigen_pop_len();
 		}
 	}
+	/* PPKG is usually used for thermal management
+	   of the first and only package. */
+	acpigen_write_processor_package("PPKG", 0, cores_per_package);
 }

-- 
To view, visit https://review.coreboot.org/21325
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I89f1ab4be338841463fb95ac75d794103380d16f
Gerrit-Change-Number: 21325
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170901/2834c051/attachment.html>


More information about the coreboot-gerrit mailing list