summaryrefslogtreecommitdiff
path: root/src/ec/starlabs/merlin/variants/apl
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-12-26 14:20:00 +0100
committerFelix Singer <felixsinger@posteo.net>2021-12-29 13:35:23 +0000
commitacc2ce975817c5a506a4dab45c845da15546f586 (patch)
treea0ed681727c99e7581bf58bdcebd2bea45176bd4 /src/ec/starlabs/merlin/variants/apl
parentd05f2319dfc4e08f22b5684de2368017a7775e78 (diff)
ec/starlabs/merlin: Use Printf() for debug prints
Built with BUILD_TIMELESS=1 and coreboot.rom remains identical. Change-Id: Ib59cba7bf553e8323c20fd9aa3474f3ecccf465a Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/ec/starlabs/merlin/variants/apl')
-rw-r--r--src/ec/starlabs/merlin/variants/apl/events.asl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ec/starlabs/merlin/variants/apl/events.asl b/src/ec/starlabs/merlin/variants/apl/events.asl
index 5271d8e930..d9e49130c6 100644
--- a/src/ec/starlabs/merlin/variants/apl/events.asl
+++ b/src/ec/starlabs/merlin/variants/apl/events.asl
@@ -70,27 +70,27 @@ Method (_QD6, 0, NotSerialized) // Event: 10 Second Power Button Released
Method (_Q22, 0, NotSerialized) // Event: CHARGER_T
{
- Store ("EC: CHARGER_T", Debug)
+ Printf ("EC: CHARGER_T")
}
Method (_Q80, 0, NotSerialized) // Event: Volume Up
{
- Store ("EC: VOLUME_UP", Debug)
+ Printf ("EC: VOLUME_UP")
}
Method (_Q81, 0, NotSerialized) // Event: Volume Down
{
- Store ("EC: VOLUME_DOWN", Debug)
+ Printf ("EC: VOLUME_DOWN")
}
Method (_Q54, 0, NotSerialized) // Event: Power Button Press
{
- Store ("EC: PWRBTN", Debug)
+ Printf ("EC: PWRBTN")
}
Method (_QF0, 0, NotSerialized) // Event: Temperature Report
{
- Store ("EC: Temperature Report", Debug)
+ Printf ("EC: Temperature Report")
}
Method (_QF1, 0, NotSerialized) // Event: Temperature Trigger