From nobody Thu Apr 25 10:05:54 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+65927+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+65927+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1601991749; cv=none; d=zohomail.com; s=zohoarc; b=F5yffwWnG/HFA9KWgVocLGkOcV6DQ6B9DuXiPHvRw5Y9kcnNy3T7tWu48eaOMFwXbPWYgeT5oLiTIRfk337swU8cDtZvVEXUb785rBcGUsqeJhqeV1qcUn5AVkpKbLWtdM+sNT/qZQE0Zko+ZMtQA5hxX+r+lh/CsCDZ8BuGgsc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601991749; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=uKf6sXhZKJ+6E2NSlxTi+weIpuuiGmNQCpfb3NvvY9A=; b=VWJFnvlsUdOnuFykIDpzC4fw2cdlFoHH1I58H/1btlnMZkgY4pti28O1+ygro23lFPLsbJIpB01peueV+KvFbTcxD5v/xokxPQvlNRHgzFkRW0MBZEj10MYbLe3Y353gqhgN6QX/18T63AgsY2FG3EVqSlS0nvltvMH23nrXEfU= 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+65927+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 1601991749679687.6896171873013; Tue, 6 Oct 2020 06:42:29 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id TQXRYY1788612xSCszxxsSwR; Tue, 06 Oct 2020 06:42:28 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.14684.1601991743245293968 for ; Tue, 06 Oct 2020 06:42:23 -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 E6B75143D; Tue, 6 Oct 2020 06:42: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 C8F6E3F71F; Tue, 6 Oct 2020 06:42: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-resend] SgiPkg/RdN1EdgeX2: Add missing reference to PcdChipCount Date: Tue, 6 Oct 2020 19:12:16 +0530 Message-Id: <1601991736-32039-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: 6TK9m03hPYg0LGTRNioJIu6Mx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1601991748; bh=kl3RAKiURN4/+Mxw3V1LyU2wz/DkrHEPUEONlgucev0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=TLiQOQ+vzFU4fwhIUWTgEBqcFlHNY1lkzFAM81NnbUyYNhHp0An2LGyPjpDlu7xI7n3 h0CbthjjI7fDR9/9+bAdfEKEaaJzWVP/elnWfJG9iSAcBkYku3TOZXIAe8cV2pirJ1Hbv /U1gbIAiuMB1sAr+EjRL+JU/oNhrtY3XeBE= 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: Thomas Abraham Reviewed-by: Sami Mujawar --- Resending PATCH-v3 [1] with Reviewed-bys added. [1]: https://edk2.groups.io/g/devel/topic/77339902 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 (#65927): https://edk2.groups.io/g/devel/message/65927 Mute This Topic: https://groups.io/mt/77340686/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-