From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.4383.1648543204783869226 for ; Tue, 29 Mar 2022 01:40:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=NCBSRUiZ; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648543203; 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=OfMIchrRPEqFm+HjbOz0XhwKsk6xBtZAx5b67wBwmww=; b=NCBSRUiZNZKW8483DnemXlP/BiIhSN7fhSHK5QT4hTd8bhFBa+8Ct+e2J4QZTziOQgmQ4h l1Wlo8A2QAaeI2KRmJPnckBvaH94Az/rCO2SRmL4GNicO9xndu1P4o2EfXSdkIwbWuqKcF EEWaBaAyFbzW1GjEqQn92o+Ey2DFRc0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-99-fWnmSTqfNxutV942A5Qt_Q-1; Tue, 29 Mar 2022 04:39:57 -0400 X-MC-Unique: fWnmSTqfNxutV942A5Qt_Q-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 702EA8057B6; Tue, 29 Mar 2022 08:39:56 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.10]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4187A401E79; Tue, 29 Mar 2022 08:39:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D40B118003A3; Tue, 29 Mar 2022 10:39:54 +0200 (CEST) Date: Tue, 29 Mar 2022 10:39:54 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, zhihao.li@intel.com Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , Sebastien Boeuf Subject: Re: [edk2-devel] [PATCH v1 1/1] OvmfPkg: Add dependency of VariableSmm driver to make it work normally. Message-ID: <20220329083954.jr3mpdobqxtb5y4i@sirius.home.kraxel.org> References: <20220329063738.1098-1-zhihao.li@intel.com> MIME-Version: 1.0 In-Reply-To: <20220329063738.1098-1-zhihao.li@intel.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Tue, Mar 29, 2022 at 02:37:38PM +0800, Li, Zhihao wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3861 > > UefiCpuPkg define a new Protocol with the new services > SmmWaitForAllProcessor(), which can be used by SMI handler > to optionally wait for other APs to complete SMM rendezvous in > relaxed AP mode. > > VariableSmm driver need use SmmCpuRendezvousLib, So add > SmmCpuRendezvousLib in OvmfPkg. > > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Cc: Sebastien Boeuf > > Signed-off-by: Zhihao Li Acked-by: Gerd Hoffmann