Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29861
Change subject: mb/intel/icelake_rvp: Include cpu.asl in DSDT ACPI table ......................................................................
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 _CTS table for list of supported C-states.
Change-Id: I135cc3aa32a912c8ad3449d063d533f8873fcc94 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/intel/icelake_rvp/dsdt.asl 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/29861/1
diff --git a/src/mainboard/intel/icelake_rvp/dsdt.asl b/src/mainboard/intel/icelake_rvp/dsdt.asl index 1d10126..fd8d394 100644 --- a/src/mainboard/intel/icelake_rvp/dsdt.asl +++ b/src/mainboard/intel/icelake_rvp/dsdt.asl @@ -29,6 +29,9 @@ // global NVS and variables #include <soc/intel/icelake/acpi/globalnvs.asl>
+ // CPU + #include <soc/intel/icelake/acpi/cpu.asl> + Scope (_SB) { Device (PCI0) {