Hello Elyes HAOUAS, build bot (Jenkins), Matt Delco, Nico Huber, Matt DeVillier, Tim Wawrzynczak, Paul Menzel, Subrata Banik, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45535
to look at the new patch set (#32).
Change subject: soc/intel/block/acpi: add code for CPPC entries generation ......................................................................
soc/intel/block/acpi: add code for CPPC entries generation
Copy the code for CPPC entries generation, needed for Intel SpeedShift, from SKL to common ACPI code. This way all SoCs using the common code get the CPPC entries added.
SKL is going to use common ACPI code, too, in the future, so this code duplication will vanish soon.
Test: dumped SSDT from Clevo L140CU and checked decompiled version
Change-Id: I1fcc2d0d7c6b6f35f8dd011f55dab8469be99d47 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M src/soc/intel/common/block/acpi/acpi.c 1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/45535/32