From 14711d2b66aa3d7626a6eb683686252cf8d81074 Mon Sep 17 00:00:00 2001 From: Aamir Bohra Date: Tue, 27 Nov 2018 15:56:16 +0530 Subject: mb/intel/icelake_rvp: Include cpu.asl in DSDT ACPI table This implementation adds support of PNOT method included in cpu.asl. It is needed to notify CPU APCI device to re-evaluate the _CST table for list of supported C-states. Change-Id: I135cc3aa32a912c8ad3449d063d533f8873fcc94 Signed-off-by: Aamir Bohra Reviewed-on: https://review.coreboot.org/c/29861 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Subrata Banik --- src/mainboard/intel/icelake_rvp/dsdt.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/intel/icelake_rvp/dsdt.asl b/src/mainboard/intel/icelake_rvp/dsdt.asl index 1d10126ebf..fd8d39494c 100644 --- a/src/mainboard/intel/icelake_rvp/dsdt.asl +++ b/src/mainboard/intel/icelake_rvp/dsdt.asl @@ -29,6 +29,9 @@ DefinitionBlock( // global NVS and variables #include + // CPU + #include + Scope (\_SB) { Device (PCI0) { -- cgit v1.2.3