From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2D002740040 for ; Tue, 23 Apr 2024 08:43:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=FLgKpd0EJKIFveSRQJkiZTk+k+EJ/6xChh4QgfCYwqc=; c=relaxed/simple; d=groups.io; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240206; t=1713861808; v=1; b=1X5WAJ6bkDfXwEZF8/r7k7cCGd3Vpa1GU+kT8pZz1cUE8xxBg703Bn/tbzsmhROl10j2X9Kd pMa9z1SvFDtojigSp5R66BibKXqhCjFH4bdSbV9MZPrvUxCpJ9Itp5+PPfBpvaWgYyzDd+5C5eH xRo9k16w+jFwbzM56Nw8GlNnql27uxY7kR45fnk5DRXREQjqk6r5sJDVevwYLEIfcXefUCcW+dy Rr+nEp9cD0ijHejyDntRVuT/crlTDO6ls9tfWaMju9xlW9K4YD16v4yNz0VPUCfwxhN4xiqyBXd 9Lklit1pafgg4LO2S7+4hP4mzEI2e4h7mrluLzeHgYG2g== X-Received: by 127.0.0.2 with SMTP id 7oEGYY7687511xHeQ4l6eSTZ; Tue, 23 Apr 2024 01:43:28 -0700 X-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.13901.1713861807303971905 for ; Tue, 23 Apr 2024 01:43:27 -0700 X-Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-515-wwipDU5FNWWiNnQ_2xp11w-1; Tue, 23 Apr 2024 04:43:24 -0400 X-MC-Unique: wwipDU5FNWWiNnQ_2xp11w-1 X-Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C6CE03C108C9; Tue, 23 Apr 2024 08:43:23 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.192.150]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 349B240F01A; Tue, 23 Apr 2024 08:43:23 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 338931800DF0; Tue, 23 Apr 2024 10:43:22 +0200 (CEST) Date: Tue, 23 Apr 2024 10:43:22 +0200 From: "Gerd Hoffmann" To: "Wu, Jiaxin" Cc: "devel@edk2.groups.io" , "Ni, Ray" , "Zeng, Star" , "Kumar, Rahul R" , "Dong, Guo" , "Rhodes, Sean" , "Lu, James" , "Guo, Gua" , Ard Biesheuvel , "Yao, Jiewen" , Abdul Lateef Attar , Abner Chang , Tom Lendacky Subject: Re: [edk2-devel] [PATCH v3 00/13] Add SmmRelocationLib Message-ID: References: <17C74D78B0B952AD.15491@groups.io> <3v4gqem2libtqyxyw6gzuqrifjxurj7lahdbrfn4474fvgkit2@kojgaroebe3o> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 23 Apr 2024 01:43:27 -0700 Resent-From: kraxel@redhat.com Reply-To: devel@edk2.groups.io,kraxel@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: SmSwlyuySLoBWzAKVMaAlsUZx7686176AA= Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=1X5WAJ6b; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io On Tue, Apr 23, 2024 at 07:31:18AM +0000, Wu, Jiaxin wrote: > Thanks Gerd, I will try the S3 on OVMF. > > And for AmdSmmRelocationLib usage in OVMF, do you prefer: > 1. use the AmdSmmRelocationLib directly in this patch set? Or > 2. still keep the original to create the OvmfPkg/SmmRelocationLib, and clean the code in the future patch? Clear preference for (1), why introduce OvmfPkg/SmmRelocationLib only to delete it shortly thereafter? take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118130): https://edk2.groups.io/g/devel/message/118130 Mute This Topic: https://groups.io/mt/105593568/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-