From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A806921A1348B for ; Thu, 11 May 2017 10:43:58 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2017 10:43:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,325,1491289200"; d="scan'208";a="855650779" Received: from jljusten-skl.jf.intel.com (HELO localhost) ([10.54.75.23]) by FMSMGA003.fm.intel.com with ESMTP; 11 May 2017 10:43:47 -0700 MIME-Version: 1.0 To: Brijesh Singh , Laszlo Ersek , edk2-devel@lists.01.org Message-ID: <149452462682.9607.8151737434916832513@jljusten-skl.jf.intel.com> From: Jordan Justen In-Reply-To: <1ebdde6a-bad7-ed9a-b2af-7334477c8ae3@redhat.com> Cc: Thomas.Lendacky@amd.com, Jiewen Yao , leo.duran@amd.com References: <1494454162-9940-1-git-send-email-brijesh.singh@amd.com> <1494454162-9940-7-git-send-email-brijesh.singh@amd.com> <1ebdde6a-bad7-ed9a-b2af-7334477c8ae3@redhat.com> User-Agent: alot/0.5.1 Date: Thu, 11 May 2017 10:43:46 -0700 Subject: Re: [RFC v4 06/13] OvmfPkg:AmdSevDxe: add AmdSevDxe driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2017 17:43:58 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 2017-05-11 08:53:39, Laszlo Ersek wrote: > (5) Please mention that the driver is being added to the APRIORI DXE > file for a separate reason as well (not just for the early clearing of > the C bit on MMIO/NonExistent): OvmfPkg's DXE phase modules that tailor > their behavior to SEV presence will assume that the IOMMU protocol > exported by this driver is available *at once*. What other code depends on this being run apriori? -Jordan