cpu/intel/speedstep: Emit PPKG object for first package

Tested on Lenovo Thinkpad T500.

Change-Id: I89f1ab4be338841463fb95ac75d794103380d16f
Signed-off-by: Nico Huber <nico.h@gmx.de>
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/21325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nico Huber
2017-09-01 21:25:02 +02:00
committed by Patrick Rudolph
parent 4d211ac08d
commit 8b59b31514

View File

@ -161,4 +161,7 @@ void generate_cpu_entries(device_t device)
acpigen_pop_len(); 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);
} }