Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/22929 )
Change subject: mb/hp/xxx0p: set ACPI and SLPT bit in _WAK and _PTS
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/22929
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2badc69510275df57938cb8607b3c4e0df50f028
Gerrit-Change-Number: 22929
Gerrit-PatchSet: 1
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 18 Dec 2017 14:18:32 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22931 )
Change subject: ec/h8: Store PWRS and notify CPU on AC power plug/unplug events
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19523/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/64744/ : SUCCESS
--
To view, visit https://review.coreboot.org/22931
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I0818d10474523fb14f7ba7cfbf61166b89442083
Gerrit-Change-Number: 22931
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 18 Dec 2017 13:17:42 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/22931
Change subject: ec/h8: Store PWRS and notify CPU on AC power plug/unplug events
......................................................................
ec/h8: Store PWRS and notify CPU on AC power plug/unplug events
PWRS is is the power source gnvs.
Notifying CPU is needed to change P- and C-states on these events.
Change-Id: I0818d10474523fb14f7ba7cfbf61166b89442083
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/ec/lenovo/h8/acpi/ac.asl
M src/ec/lenovo/h8/acpi/ec.asl
2 files changed, 6 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/22931/1
diff --git a/src/ec/lenovo/h8/acpi/ac.asl b/src/ec/lenovo/h8/acpi/ac.asl
index 91b9d79..43b43d7 100644
--- a/src/ec/lenovo/h8/acpi/ac.asl
+++ b/src/ec/lenovo/h8/acpi/ac.asl
@@ -29,7 +29,10 @@
Method(_PSR, 0, NotSerialized)
{
- return (HPAC)
+ Store(HPAC, Local0)
+ Store(Local0, \PWRS)
+ \PNOT()
+ return (Local0)
}
Method(_STA, 0, NotSerialized)
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index 944858f..b6121aa 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -149,6 +149,7 @@
Method(_Q26, 0, NotSerialized)
{
Notify (AC, 0x80)
+ \PNOT()
}
/* AC status change: not present */
@@ -156,6 +157,7 @@
{
Notify (AC, 0x80)
Store(0x50, EVNT)
+ \PNOT()
}
Method(_Q2A, 0, NotSerialized)
--
To view, visit https://review.coreboot.org/22931
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0818d10474523fb14f7ba7cfbf61166b89442083
Gerrit-Change-Number: 22931
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22929 )
Change subject: mb/hp/xxx0p: set ACPI and SLPT bit in _WAK and _PTS
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19520/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/64741/ : SUCCESS
--
To view, visit https://review.coreboot.org/22929
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I2badc69510275df57938cb8607b3c4e0df50f028
Gerrit-Change-Number: 22929
Gerrit-PatchSet: 1
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 18 Dec 2017 11:17:52 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes