From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) by mx.groups.io with SMTP id smtpd.web10.7270.1578643017339761319 for ; Thu, 09 Jan 2020 23:56:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=s5lvqeue; spf=pass (domain: linaro.org, ip: 209.85.128.51, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f51.google.com with SMTP id t14so891586wmi.5 for ; Thu, 09 Jan 2020 23:56:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+ur9k3W5xaAx77aaguzcu1KFW/fAJYr39fuuhpIm6T8=; b=s5lvqeueU4vxrub4AQU63i0hR4TRSMVcXFl/TAxJmk/J48pPyn7KRWCEucR+weUvVl cUWjsuCDNlCc5hsgGqEMAxq38qwUgT9+Cvo6ipiekcBYVA9LYjJoOeztu1WeJoUOHDN7 nC8nQtEnGqiQESi0JiAIq4Ab75Y5K72PvG6FgUawdLQZ2FkcHXP+f8QmUbKcRVvWIvCH pWr9YD/pgcN42Gr6o3lCnub57RpNlW+aTBgZPx9viMu4Sl75QnrhH7YHsBHd8BOtVmgz kAn2Q1UQV8TCU2ACg6aVcUAfIrRzABqwBZBGH8fUO43k+DLj30SA0z6ocxZWIJZzEY2f 9F4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+ur9k3W5xaAx77aaguzcu1KFW/fAJYr39fuuhpIm6T8=; b=O3R7M7eB02TnVDAsdwprMzoUn5HrEyP1pBNcD1VD6fGSTNqj9111wsf1G58A/TWcT7 +qibfEZ7mTNUgttNtAyZCdr3BN2ITDfS6WLqUD0mb9/wRsPvyppFS1gtgK1cL1aZS3qF E8afJD2TBXDRdeeKxHxVS/v/sC7xGK1G2rSHSpLAHcrx8ULJOqzlRI+6/SGCCU/Y1971 OQfFfKJ3qDa+qpuwjEjOQsIgMn2/6GaKI66s1R4yqBo+EeNIkhtqpal99NRraOQqGDm1 aVDY15CCUqpjGueiO8SL2QmUD2NozyuY2aVfCBiAF8X8HbJmyNJsCbjW9lyTi3fcnl0i 2bpA== X-Gm-Message-State: APjAAAUx4B0wriiH3dhiZ0hK9wj8FOifKeuEctamK2YjuAmBFoxK/icy NQW0uHEW+DN/a6RE+0TJkWY8lfzJs5/EB46lzG/sBw== X-Google-Smtp-Source: APXvYqw2VYBTsgA2QbWNh8nfkqzVuG47HiEcxpxaX6Nnz5vDhRvhOMMUpAt0CAgv37quoLkHQxR6rvCrs7LC1Ms0ZiA= X-Received: by 2002:a1c:7901:: with SMTP id l1mr2523359wme.67.1578643015743; Thu, 09 Jan 2020 23:56:55 -0800 (PST) MIME-Version: 1.0 References: <20200106151310.12322-1-ard.biesheuvel@linaro.org> <734D49CCEBEEF84792F5B80ED585239D5C3DBD34@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <734D49CCEBEEF84792F5B80ED585239D5C3DBD34@SHSMSX104.ccr.corp.intel.com> From: "Ard Biesheuvel" Date: Fri, 10 Jan 2020 08:56:44 +0100 Message-ID: Subject: Re: [PATCH 0/5] remove EnterS3WithImmediateWake () from ResetSystemLib To: "Ni, Ray" Cc: "devel@edk2.groups.io" , "Ma, Maurice" , "Dong, Guo" , "You, Benjamin" , "Gao, Liming" , "Wu, Hao A" , "lersek@redhat.com" Content-Type: text/plain; charset="UTF-8" On Tue, 7 Jan 2020 at 03:05, Ni, Ray wrote: > > Reviewed-by: Ray Ni > Series pushed, thanks all. > > -----Original Message----- > > From: Ard Biesheuvel > > Sent: Monday, January 6, 2020 11:13 PM > > To: devel@edk2.groups.io > > Cc: Ma, Maurice ; Dong, Guo > > ; You, Benjamin ; Ni, Ray > > ; Gao, Liming ; Wu, Hao A > > ; lersek@redhat.com; Ard Biesheuvel > > > > Subject: [PATCH 0/5] remove EnterS3WithImmediateWake () from > > ResetSystemLib > > > > After a refactor of the capsule update support, > > EnterS3WithImmediateWake() > > was left without any callers in the tree, so remove the declaration and the > > various definitions. > > > > Ard Biesheuvel (5): > > MdeModulePkg: remove EnterS3WithImmediateWake () from > > ResetSystemLib > > PcAtChipsetPkg: remove EnterS3WithImmediateWake () from > > ResetSystemLib > > UefiPayloadPkg: remove EnterS3WithImmediateWake () from > > ResetSystemLib > > OvmfPkg: remove EnterS3WithImmediateWake () from ResetSystemLib > > ArmVirtPkg: remove EnterS3WithImmediateWake () from ResetSystemLib > > > > MdeModulePkg/Include/Library/ResetSystemLib.h | 11 -------- > > --- > > > > ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib. > > c | 14 -------------- > > > > MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c > > | 14 -------------- > > MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.c | > > 13 ------------- > > MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.c | > > 13 ------------- > > MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c > > | 13 ------------- > > OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c | 18 -------- > > ---------- > > PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c | 17 ---- > > ------------- > > UefiPayloadPkg/Library/ResetSystemLib/ResetSystemLib.c | 18 ---- > > -------------- > > 9 files changed, 131 deletions(-) > > > > -- > > 2.20.1 >