src/soc/intel/cannonlake: Add _DSM methods for LPIT table
commit5620b105461cc18cf1439f02013153237f372b4b
authorLijian Zhao <lijian.zhao@intel.com>
Fri, 25 Jan 2019 23:22:24 +0000 (25 15:22 -0800)
committerDuncan Laurie <dlaurie@chromium.org>
Wed, 20 Feb 2019 23:44:37 +0000 (20 23:44 +0000)
treed118584de4346898681a86ecf0a48ac9278f968d
parent31b4eb6c4a77053b1ce690a476a8565f25c7ebd2
src/soc/intel/cannonlake: Add _DSM methods for LPIT table

This patch adds the _DSM method 5 and 6 for entering and exiting S0ix.
The _DSM method gets injected into DSDT table and called from kernel.

LPIT table is hardcoded in this patch but the proper way to implement
is to use inject_dsdt to make the _DSM methods available for soc's to
implement.

Calling the LPIT table from mainboard here so that with the current
implementation the platforms which do not have lpit support throw
compilation error.

Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Change-Id: Ia908969decf7cf12f505becb4f4a4a9caa7ed6db
Reviewed-on: https://review.coreboot.org/c/31101
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shaunak Saha <shaunak.saha@intel.corp-partner.google.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
src/mainboard/google/sarien/dsdt.asl
src/soc/intel/cannonlake/acpi/lpit.asl [new file with mode: 0644]