diff options
author | Aamir Bohra <aamir.bohra@intel.com> | 2018-11-27 15:56:16 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-27 12:41:34 +0000 |
commit | 14711d2b66aa3d7626a6eb683686252cf8d81074 (patch) | |
tree | 77d3a219311b22a4c637b0c0bc3513a5dac2f0ee /src/mainboard/intel/icelake_rvp | |
parent | 31312b21d147938cb4d88ed90e570ac7804c930d (diff) |
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 <aamir.bohra@intel.com>
Reviewed-on: https://review.coreboot.org/c/29861
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/mainboard/intel/icelake_rvp')
-rw-r--r-- | src/mainboard/intel/icelake_rvp/dsdt.asl | 3 |
1 files changed, 3 insertions, 0 deletions
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 <soc/intel/icelake/acpi/globalnvs.asl> + // CPU + #include <soc/intel/icelake/acpi/cpu.asl> + Scope (\_SB) { Device (PCI0) { |