From acc2ce975817c5a506a4dab45c845da15546f586 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 26 Dec 2021 14:20:00 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60380 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/ec/starlabs/merlin/variants/apl/events.asl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/ec/starlabs/merlin/variants/apl/events.asl') 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 -- cgit v1.2.3