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.9339.1677741232761352480 for ; Wed, 01 Mar 2023 23:13:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hUUKZlCA; 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=1677741231; 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=GWGzgwUHo7nArV+dpiy8CAGoa/ZfC1KFZesvgZIp12A=; b=hUUKZlCASKq1qXXZPVnowUyOVOaLqRmEbXIXPKdAbDByhxrk/tQMQ93qHoe1oRb3Xwo6// 0OjXb2R9Z7/ZZgj46LCu64MvGHFbckjHOrj3qMKLbIwSmJ4f3PqilY2vbomEnhoZx1IBWG Y6uu3KmzjHLXd4GyJ82rN0atZdXOa1M= 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-435-FN_SGeYoMfiBiXNvAOsMnw-1; Thu, 02 Mar 2023 02:13:48 -0500 X-MC-Unique: FN_SGeYoMfiBiXNvAOsMnw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 23CED811E6E; Thu, 2 Mar 2023 07:13:48 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id ED4E040B40DF; Thu, 2 Mar 2023 07:13:47 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 7C3B21800084; Thu, 2 Mar 2023 08:13:46 +0100 (CET) Date: Thu, 2 Mar 2023 08:13:46 +0100 From: "Gerd Hoffmann" To: Zhiguang Liu Cc: devel@edk2.groups.io, Eric Dong , Ray Ni , Rahul Kumar Subject: Re: [PATCH] UefiCpuPkg: Calculate DisplayFamily correctly Message-ID: <20230302071346.xbrslzrxstaycwfd@sirius.home.kraxel.org> References: <20230302012649.1512-1-zhiguang.liu@intel.com> MIME-Version: 1.0 In-Reply-To: <20230302012649.1512-1-zhiguang.liu@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 02, 2023 at 09:26:49AM +0800, Zhiguang Liu wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4238 > > Per SDM, DisplayFamily = Extended_Family_ID + Family_ID. > Correct the related code. Acked-by: Gerd Hoffmann take care, Gerd