[coreboot-gerrit] Change in ...coreboot[master]: mb/intel/icelake_rvp: Include cpu.asl in DSDT ACPI table

Aamir Bohra (Code Review) gerrit at coreboot.org
Tue Nov 27 11:49:55 CET 2018


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 at 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)
 		{

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29861
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I135cc3aa32a912c8ad3449d063d533f8873fcc94
Gerrit-Change-Number: 29861
Gerrit-PatchSet: 1
Gerrit-Owner: Aamir Bohra <aamir.bohra at intel.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181127/866b8241/attachment.html>


More information about the coreboot-gerrit mailing list