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.24476.1685599740716964774 for ; Wed, 31 May 2023 23:09:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=MdaDiO9S; 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=1685599739; 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=+ui0WjVmJwVfU5FTSoWF0R97Ack0NM7PGTrn6YI2UU0=; b=MdaDiO9S+/DkTDhDBh0PBNYw7b3PP5Onj5EdbHYSz+S7zmd1NgdPw6/oUYsnyQbqP6i6C3 zk2UR2ArMO+EDQJ+/KqHhFHzHRM7Zwxdr/6t3bb3IE56AFQSdR7f/9gyx+c/Adyr3Cryys b5i0TKC2KMbfCC/KVg2SuPfZD7/VeSU= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-449-dgV-t2SiMN-oa0yRQ-J3qg-1; Thu, 01 Jun 2023 02:08:56 -0400 X-MC-Unique: dgV-t2SiMN-oa0yRQ-J3qg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3F9A01C02D25; Thu, 1 Jun 2023 06:08:56 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 147592166B25; Thu, 1 Jun 2023 06:08:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D08F41800626; Thu, 1 Jun 2023 08:08:54 +0200 (CEST) Date: Thu, 1 Jun 2023 08:08:54 +0200 From: "Gerd Hoffmann" To: "Zhang, Hongbin1" Cc: devel@edk2.groups.io, Eric Dong , Ray Ni , Rahul Kumar , Star Zeng , Jiaxin Wu Subject: Re: [PATCH v1] UefiCpuPkg: Get processor extended information for SmmCpuServiceProtocol Message-ID: References: <20230529063938.230-1-hongbin1.zhang@intel.com> MIME-Version: 1.0 In-Reply-To: <20230529063938.230-1-hongbin1.zhang@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, May 29, 2023 at 02:39:38PM +0800, Zhang, Hongbin1 wrote: > Some features like RAS need to use processor extended information > under smm, So add code to support it Acked-by: Gerd Hoffmann