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 ; 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" To: , CC: Rebecca Cran , Ard Biesheuvel , Samer El-Haj-Mahmoud , Leif Lindholm , Sami Mujawar , Wenyi Xie , Peng Xie , Ling Jia , Yiqi Shu , Vu Nguyen , Thang Nguyen , Chuong Tran , Pete Batard , Masami Hiramatsu , Graeme Gregory , Radoslaw Biernacki , Marcin Wojtas Subject: Re: [edk2-devel] [PATCH v2 14/17] Silicon/Ampere: Update ArmPlatformLib to work with changed ARM_CORE_INFO Message-ID: References: <20211216220800.9628-1-rebecca@nuviainc.com> <20211216220800.9628-15-rebecca@nuviainc.com> MIME-Version: 1.0 In-Reply-To: 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