Hello Philipp Deppenwiese, build bot (Jenkins), Martin Roth, Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29487
to look at the new patch set (#4).
Change subject: soc/intel/common: Add option to call EC _PTS/_WAK methods ......................................................................
soc/intel/common: Add option to call EC _PTS/_WAK methods
Some embedded controllers expect to be sent a command when the OS calls the ACPI _PTS and _WAK methods. For example see the code in ec/google/wilco/acpi/platform.asl that tells the EC when the methods have been executed by the OS.
Not all ECs may define these methods so this change requires also setting a Kconfig option to enable it.
Change-Id: I6bf83509423c0fb07c4890986a189cf54afaed10 Signed-off-by: Duncan Laurie dlaurie@google.com --- M src/soc/intel/common/Kconfig M src/soc/intel/common/acpi/platform.asl 2 files changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/29487/4