From nobody Sun Dec 18 19:13:47 2022 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NZsvT5hCCzsxCD for ; Sun, 18 Dec 2022 19:13:57 +0000 (UTC) (envelope-from jo@bruelltuete.com) Received: from email.jo-t.de (seppel.jo-t.de [45.132.244.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NZsvS3zVfz3JX7 for ; Sun, 18 Dec 2022 19:13:56 +0000 (UTC) (envelope-from jo@bruelltuete.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bruelltuete.com header.s=bruelltuete18a header.b=Qyt6ouoc; spf=pass (mx1.freebsd.org: domain of jo@bruelltuete.com designates 45.132.244.126 as permitted sender) smtp.mailfrom=jo@bruelltuete.com; dmarc=pass (policy=none) header.from=bruelltuete.com DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bruelltuete.com; s=bruelltuete18a; t=1671390829; bh=WHsx/iOyQuStbJQ37ksnA3B27MbThTK679cOQQEGVqI=; h=Message-ID:Date:MIME-Version:To:From:Subject:From; b=Qyt6ouocVuHCM4SC8PF1fMfJFbkr3+o0T5FZCViw8ZV2xINmoFXoC6W0WdmuHt/rT z2KzbZzSj//BBfP/tn/29pTddv1jNPXkcKm4ASPbaGyMYYbmtT8xLhIjj2hybqh3u2 vtJ24Cvw5CyTGHC+yEQ6EDrTDXEFSMAEX7lMFRbwZ8+zRKkI0ovDKVXy60yzzi2A29 Bvta92jrzeMRyLLoJe1Z1b+jSRViLTQmHn74qPvQTWv3iXveapHj13BU2q2QlGaglG /9FqrjiqSrjflDL+nvO/H95iDMJynKFDCm7I6RNlEETuZeT4NnBvEeKcMDtvoZWVcl sNH/JWXrooOtQ== Message-ID: <4af04584-b1f5-e546-01bd-5bf16fb9a085@bruelltuete.com> Date: Sun, 18 Dec 2022 19:13:47 +0000 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Language: en-GB To: freebsd-hackers@FreeBSD.org From: Johannes Totz Subject: EFI wake time Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[bruelltuete.com,none]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[bruelltuete.com:s=bruelltuete18a]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-hackers@FreeBSD.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ZERO(0.00)[0]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:197540, ipnet:45.132.244.0/22, country:DE]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[bruelltuete.com:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NZsvS3zVfz3JX7 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Hi folks, anyone here with EFI experience? And/or ACPI knowledge? I've got a patch to add EFI's wake time API: https://reviews.freebsd.org/D36714 Problem is that it does not wake up the machine... Any idea what else needs to happen for wake-up? thanks, Johannes