From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.8155.1578574590336714829 for ; Thu, 09 Jan 2020 04:56:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=gWbqqIS+; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578574589; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4nPMH9jJBs1inCO6vMZtgjaZmg0H1bK+4p+erwblU2I=; b=gWbqqIS+7oOrdeoWtJ7eooLRvaGBKNIddytuZ7/4+PHoUi4GkTvAztxHg5F08b0F5f5mQq I8ECR5C690O5bzCGN3TS9ZMpw/atxZ1xippFCGUgTzLlTXW0i6MO352NzyR75GQCxvaXaR +C8RJ4l+71LkUr9EzxepBQB0clmE/pI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-287-BhCsUNqyMhq_WWrWHHwnWQ-1; Thu, 09 Jan 2020 07:56:26 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6912A801E72; Thu, 9 Jan 2020 12:56:24 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (unknown [10.36.118.145]) by smtp.corp.redhat.com (Postfix) with ESMTP id DE4329A84; Thu, 9 Jan 2020 12:56:22 +0000 (UTC) Subject: Re: [PATCH 1/5] MdeModulePkg: remove EnterS3WithImmediateWake () from ResetSystemLib To: Ard Biesheuvel , edk2-devel-groups-io Cc: Ray Ni , Hao A Wu , Jian J Wang , Zhichao Gao References: <20200106151310.12322-1-ard.biesheuvel@linaro.org> <20200106151310.12322-2-ard.biesheuvel@linaro.org> From: "Laszlo Ersek" Message-ID: <4ae203e4-67ad-75b1-c421-7787990a86a3@redhat.com> Date: Thu, 9 Jan 2020 13:56:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: BhCsUNqyMhq_WWrWHHwnWQ-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 01/08/20 19:51, Ard Biesheuvel wrote: > On Mon, 6 Jan 2020 at 16:13, Ard Biesheuvel wrote: >> >> EnterS3WithImmediateWake () no longer has any callers, so remove it >> from ResetSystemLib. >> >> Signed-off-by: Ard Biesheuvel > > Ping? > >> --- >> MdeModulePkg/Include/Library/ResetSystemLib.h | 11 ----------- >> MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c | 14 -------------- >> MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.c | 13 ------------- >> MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.c | 13 ------------- >> MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c | 13 ------------- >> 5 files changed, 64 deletions(-) For this set of files, "BaseTools/Scripts/GetMaintainer.py" lists: Hao A Wu Jian J Wang Ray Ni Zhichao Gao I'm updating the CC list accordingly. Thanks Laszlo