Hello build bot (Jenkins), Shaunak Saha, Furquan Shaikh, Wonkyu Kim, Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Srinidhi N Kaushik, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40259
to look at the new patch set (#2).
Change subject: soc/intel/common: Add _DSM methods for LPIT table ......................................................................
soc/intel/common: Add _DSM methods for LPIT table
This patch adds _DSM Method in LPIT table for entering and exiting S0ix. This method get 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.
BUG=b:148892882 BRANCH=none TEST="BUILD"
Signed-off-by: Venkata Krishna Nimmagadda venkata.krishna.nimmagadda@intel.com Change-Id: Ib58f2e33a33bac9cc5f6aca28e85a8066413a5cf --- A src/soc/intel/common/acpi/lpit.asl 1 file changed, 111 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/40259/2