From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39])
 by mx.groups.io with SMTP id smtpd.web10.139.1648332022708604112
 for <devel@edk2.groups.io>;
 Sat, 26 Mar 2022 15:00:22 -0700
Authentication-Results: mx.groups.io;
 dkim=pass header.i=@quicinc.com header.s=qcdkim header.b=bvypXy6G;
 spf=pass (domain: quicinc.com, ip: 199.106.114.39, mailfrom: quic_llindhol@quicinc.com)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
  d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim;
  t=1648332022; x=1679868022;
  h=date:from:to:cc:subject:message-id:references:
   mime-version:in-reply-to;
  bh=d2rNHugOc45ngC+ZgHUcb/hYA5NQioSNcdzHBjhw2I4=;
  b=bvypXy6GDd/CyYqAioZRi/OXQ2y1R4LcDrlGbiSWHnoJ+GukbwkRE5RE
   LIRM2sCg6613h+8QgaVxqGsgwMTBKVYZ3K4mcQB2Ha19idfep4PDzuRx1
   7ssOAbv1uCYxtBEAFil97RsBUVkkoLEcBShnE7beeK044W8LpeGpp1OPr
   Y=;
Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30])
  by alexa-out-sd-02.qualcomm.com with ESMTP; 26 Mar 2022 15:00:22 -0700
X-QCInternal: smtphost
Received: from nasanex01c.na.qualcomm.com ([10.47.97.222])
  by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2022 15:00:21 -0700
Received: from qc-i7.hemma.eciton.net (10.80.80.8) by
 nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id
 15.2.986.22; Sat, 26 Mar 2022 15:00:17 -0700
Date: Sat, 26 Mar 2022 22:00:14 +0000
From: "Leif Lindholm" <quic_llindhol@quicinc.com>
To: <devel@edk2.groups.io>, <nhi@os.amperecomputing.com>
CC: Rebecca Cran <rebecca@nuviainc.com>, Ard Biesheuvel
	<ardb+tianocore@kernel.org>, Samer El-Haj-Mahmoud
	<samer.el-haj-mahmoud@arm.com>, Leif Lindholm <leif@nuviainc.com>, Sami
 Mujawar <sami.mujawar@arm.com>, Wenyi Xie <xiewenyi2@huawei.com>, Peng Xie
	<xiepeng@phytium.com.cn>, Ling Jia <jialing@phytium.com.cn>, Yiqi Shu
	<shuyiqi@phytium.com.cn>, Vu Nguyen <vunguyen@os.amperecomputing.com>, Thang
 Nguyen <thang@os.amperecomputing.com>, Chuong Tran
	<chuong@os.amperecomputing.com>, Pete Batard <pete@akeo.ie>, Masami Hiramatsu
	<masami.hiramatsu@linaro.org>, Graeme Gregory <graeme@nuviainc.com>, Radoslaw
 Biernacki <rad@semihalf.com>, Marcin Wojtas <mw@semihalf.com>
Subject: Re: [edk2-devel] [PATCH v2 14/17] Silicon/Ampere: Update ArmPlatformLib to work with changed ARM_CORE_INFO
Message-ID: <Yj+M7j7FsTBdv/eD@qc-i7.hemma.eciton.net>
References: <20211216220800.9628-1-rebecca@nuviainc.com>
 <20211216220800.9628-15-rebecca@nuviainc.com>
 <e655c8d4-7a05-5ca1-e31d-b221c5b6ced9@os.amperecomputing.com>
 <Yj3uHmit+pj1ZsPL@qc-i7.hemma.eciton.net>
 <c1192174-cabc-5e2d-ad4e-3c18c1aa3d1d@os.amperecomputing.com>
MIME-Version: 1.0
In-Reply-To: <c1192174-cabc-5e2d-ad4e-3c18c1aa3d1d@os.amperecomputing.com>
Return-Path: quic_llindhol@quicinc.com
X-Originating-IP: [10.80.80.8]
X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To
 nasanex01c.na.qualcomm.com (10.47.97.222)
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline

On Sat, Mar 26, 2022 at 16:12:07 +0700, Nhi Pham via groups.io wrote:
> > Would you be happy for me to fold that into
> > "AmpereAltraPkg, JadePkg: Add ACPI support", or would you be able to
> > submit a v6 of that patch only?
> > 
> > Best Regards,
> > 
> > Leif
> 
> Thanks much for the patch. The MPIDR decoding matches with Rebecca's update
> for the ArmPlatformLib earlier and the ARM_CORE_INFO is just consumed in the
> AcpiSrat.c. So, that is good for now. Please help fold that into the ACPI
> patch when merging the rest of the Mt. Jade support patchset.

Done. I just pushed up to and including patch 29 as
41628dcf3332..e18e208e7105.

(I will take a look at patch 30 on Monday, but I couldn't find that I
had signed off on it anywhere.)

Apologies for the delay in getting this merged.

> In the future, I will follow up with a patch that makes the representation
> of MPIDR in the ARM_CORE_INFO the same as in MADT table.

That sounds ideal, thanks.

Best Regards,

Leif