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.133.124]) by mx.groups.io with SMTP id smtpd.web11.3798.1634705733808200123 for ; Tue, 19 Oct 2021 21:55:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Xh3L3WzR; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634705733; 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: in-reply-to:in-reply-to:references:references; bh=V2Zw2lnfWzZKjQXzpsCLq7ZkxBF6MWGMl1cK+q/2MpE=; b=Xh3L3WzR15kPEIfhjoDszcJEf+AvGi7I6RJrXjeECG/Vn1gxVRs8o5x25bv8o6KmVoF4o0 DlcwhUmuu2RTqeYz5QdrWcJxapkxD4LIypyP3UEWmYx1WuXnebGNLng3j9IaGkl/NJ416N GAdGJbBH01FhdfrHHp/ettrbvEygAXg= 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-118-naA8qNWrPceDCPJ6wm5xrg-1; Wed, 20 Oct 2021 00:55:29 -0400 X-MC-Unique: naA8qNWrPceDCPJ6wm5xrg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 40D9A79EDC; Wed, 20 Oct 2021 04:55:27 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AE8F619D9B; Wed, 20 Oct 2021 04:55:26 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D483D180092E; Wed, 20 Oct 2021 06:55:24 +0200 (CEST) Date: Wed, 20 Oct 2021 06:55:24 +0200 From: "Gerd Hoffmann" To: Brijesh Singh Cc: devel@edk2.groups.io, James Bottomley , Min Xu , Jiewen Yao , Tom Lendacky , Jordan Justen , Ard Biesheuvel , Erdem Aktas , Michael Roth , Ray Ni , Rahul Kumar , Eric Dong Subject: Re: [PATCH v10 20/32] UefiCpuPkg: Define ConfidentialComputingGuestAttr Message-ID: <20211020045524.quttcllohvw6bvtm@sirius.home.kraxel.org> References: <20211019193934.1052465-1-brijesh.singh@amd.com> <20211019193934.1052465-21-brijesh.singh@amd.com> MIME-Version: 1.0 In-Reply-To: <20211019193934.1052465-21-brijesh.singh@amd.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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=us-ascii Content-Disposition: inline On Tue, Oct 19, 2021 at 02:39:22PM -0500, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > While initializing APs, the MpInitLib may need to know whether the > guest is running with active AMD SEV or Intel TDX memory encryption. > > Add a new ConfidentialComputingGuestAttr PCD that can be used to query > the memory encryption attribute. > > Cc: Michael Roth > Cc: Ray Ni > Cc: Rahul Kumar > Cc: Eric Dong > Cc: James Bottomley > Cc: Min Xu > Cc: Jiewen Yao > Cc: Tom Lendacky > Cc: Jordan Justen > Cc: Ard Biesheuvel > Cc: Erdem Aktas > Cc: Gerd Hoffmann > Suggested-by: Jiewen Yao > Signed-off-by: Brijesh Singh > --- > MdePkg/MdePkg.dec | 4 +++ > .../Include/ConfidentialComputingGuestAttr.h | 25 +++++++++++++++++++ Acked-by: Gerd Hoffmann