the following patch was just integrated into master: commit a36d60af1ab93945bd216ec3b698f9358840cd96 Author: Duncan Laurie dlaurie@chromium.org Date: Mon Jan 6 12:33:59 2014 -0800
baytrail: Updates for DPTF ACPI framework
- Remove some unused functions from CPU participant that were confusing the userland component since the CPU does not have an ACPI managed sensor.
- Guard the charger participant with an ifdef so it can be left out if not supported.
- Use the EC methods for setting auxiliary trip points and for handling the event when those trip points are crossed.
- Add _NTT _DTI _SCP methods for thermal sensors. I'm not clear if these are required or not but they seem to be expected by the other DPTF framework components.
BUG=chrome-os-partner:17279 BRANCH=rambi TEST=build and boot on rambi and load ESIF framework
Change-Id: I3c9d92d5c52e5a7ec890a377e65ebf118cdd7087 Signed-off-by: Duncan Laurie dlaurie@chromium.org Reviewed-on: https://chromium-review.googlesource.com/181662 Reviewed-by: Aaron Durbin adurbin@chromium.org Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/5028 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/5028 for details.
-gerrit