From nobody Sun May 5 20:22:58 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+64545+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+64545+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1598030226; cv=none; d=zohomail.com; s=zohoarc; b=nY/diqR3NCKBKG83Ep+1FO4jSvznypqwdbYi0uLWViiV96L+joYIsKAzWoIwJh3e1JduthW9Zj00u9TL5Hu0YCo185YW/ZzyfyWP4WkfFnDvYmTE0U/rViTNCMa2w7F7UeD5FumdQLvoamBXXxp3+zAvHB8iH/OL9I1C3bK/WRg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598030226; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=qz8Q2+P8WTH+7vg6fKsur60nsQDUbdLRb3mIWt52lBU=; b=f/H2scQAkgdTa7KXby1RwH+uZlbJHaNqa058lWImIvrgZ96Zw6Zv/uhGnj2rz2yf1R8iMCgehnrMjwNrGLEckXtLd0/7afZ8DCu4/gNliJF/y2ZT+ljIanWDIRfz01Z2eq1T3Dpz+IWK54xT17tR2YDh/8bhoRNENFq9RCPojNo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+64545+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1598030226813166.01670874336526; Fri, 21 Aug 2020 10:17:06 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id pkZMYY1788612xFrPlVs5FPb; Fri, 21 Aug 2020 10:17:06 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.139140.1598030225305612011 for ; Fri, 21 Aug 2020 10:17:05 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4F4671063; Fri, 21 Aug 2020 10:17:04 -0700 (PDT) X-Received: from usa.arm.com (a074939-lin.blr.arm.com [10.162.16.84]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 2AA093F66B; Fri, 21 Aug 2020 10:17:01 -0700 (PDT) From: "Vijayenthiran Subramaniam" To: devel@edk2.groups.io, leif@nuviainc.com, Ard.Biesheuvel@arm.com, Sami.Mujawar@arm.com Cc: thomas.abraham@arm.com, Aditya.Angadi@arm.com Subject: [edk2-devel] [edk2-platforms] [PATCH v2] SgiPkg/RdN1EdgeX2: Add missing reference to PcdChipCount Date: Fri, 21 Aug 2020 22:46:56 +0530 Message-Id: <1598030216-17063-1-git-send-email-vijayenthiran.subramaniam@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,vijayenthiran.subramaniam@arm.com X-Gm-Message-State: Jdo5DBRaSoeH5kmI898w2FfJx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1598030226; bh=eD5n0DCewtA/4CKZXqSZiV0mOertvzHevuwc1ALjIlA=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Hythl9WVG5dtobN771NYqNHM8zNlL2dAw5ScG+7zhH+Sgxjxfejxg8mALAI1zsd0gJD OQJvutjYCbvrOpPgFbUAmnRGLOfF05fZpyND8E0YN9d2XUcAbGQIlXAt9mbGE5sYBBj3w npmuqekZZEd9MxueEfoCCo1b9BU34bZPQjc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Commit e8fe2026dd79 (=E2=80=9CPlatform/ARM/SgiPkg: Use chip count constant = on rdn1edgex2 platform=E2=80=9D) used the PcdChipCount constant but did not de= clare its use in the ACPI table module. Fix this by listing it in the list of PCDs to be looked up. Signed-off-by: Vijayenthiran Subramaniam Reviewed-by: Sami Mujawar Reviewed-by: Thomas Abraham --- Changes since v1: - Add commit id in commit message for which this patch fixes the build failure. Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf b/Plat= form/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf index 974d9db543..d44f02ab0c 100644 --- a/Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf +++ b/Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf @@ -45,6 +45,8 @@ gArmSgiTokenSpaceGuid.PcdDramBlock2Base gArmSgiTokenSpaceGuid.PcdDramBlock2Size =20 + gArmSgiTokenSpaceGuid.PcdChipCount + gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum gArmTokenSpaceGuid.PcdArmArchTimerIntrNum gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#64545): https://edk2.groups.io/g/devel/message/64545 Mute This Topic: https://groups.io/mt/76333625/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-