From nobody Wed Apr 24 23:27:08 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+65925+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+65925+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1601989174; cv=none; d=zohomail.com; s=zohoarc; b=iuzA9TSoWKOIbhtoxwf+O5+SGF2jEUe+sBL8Pfyc6MenKsMcteqaXtMZr6X3UE326kNOQiEaTnZWkWABpqx9RBPDTHqWrKXWDAEaO2F6IDVyF/rmqEd0cwvkDPIGau2XbjV5DDbd66/UXa7Ko+2vtj9FpXV0xrJI7jt9ZPt2eHw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601989174; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=Yoqs1dhbJcVt1T3orACFa4wAo3IP4248MguKCd3TRyc=; b=C7wXHhi4TSkPASgh6SuGX6ACud8q2OE1ezHhMo8oXwsTYXnLpO4/MK/nRswMJee5Axrz81qUR0JbPdUobl9QyXYEPEhhGe6fUia4s/apfhpVzO9jcyDIaTLIxfFMfRx23wp97nYJAsd91qhgQtC1feQLgAxrwJ1idl8NH86HtP0= 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+65925+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1601989174411353.9790162186456; Tue, 6 Oct 2020 05:59:34 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id h7KdYY1788612xRRXciHWchF; Tue, 06 Oct 2020 05:59:30 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.13686.1601989165327011314 for ; Tue, 06 Oct 2020 05:59:25 -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 94E79143D; Tue, 6 Oct 2020 05:59:22 -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 6DB873F71F; Tue, 6 Oct 2020 05:59:20 -0700 (PDT) From: "Vijayenthiran Subramaniam" To: devel@edk2.groups.io, leif@nuviainc.com, Ard.Biesheuvel@arm.com, thomas.abraham@arm.com Cc: Sami.Mujawar@arm.com, Aditya.Angadi@arm.com Subject: [edk2-devel] [edk2-platforms] [PATCH v3] SgiPkg/RdN1EdgeX2: Add missing reference to PcdChipCount Date: Tue, 6 Oct 2020 18:29:15 +0530 Message-Id: <1601989155-30186-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: Y64QQhWXtwa5IPsPbAt1O8Flx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1601989170; bh=UU4sTiSkE5Q0LxLdCVVt+lh+OAtRTjjuvtzRRoBgQQ4=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=pV8gGXPJsQJkaqDG7jqsqbkViAxOJoMfYwVzagdC2SVkU/XbA8BQSLV1RGX8aZzhIcz xU5PGUzAeNvVM3rTl6Tp0rVHuuTCR3lYOSNtz3jL3kQT4/dax1D/DTDouR1dxdYvAoBbd DhSUtIHSbaTT5kw0PBcKot8Q1x547OPigHI= 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 --- Changes since v2: - Rebased to latest master and repost. 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 (#65925): https://edk2.groups.io/g/devel/message/65925 Mute This Topic: https://groups.io/mt/77339902/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-