From nobody Mon May 6 12:54:29 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+64443+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+64443+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1597848843; cv=none; d=zohomail.com; s=zohoarc; b=jYFagfPBVe2G/FCbnjgoyIrN2fn42vVtpC6tpWd2zwqMFNMlu1bzPiQamBykiCCUYEbm6onZzBo5hUi/1KVwE+fsspXB5bIN/c4owwYWOAXAzT287YKIg2h4+oi3OCF0vJjBjcFKBz1dUJ0lVhE+7O9trlKB22lRfnEkW5EKEpQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1597848843; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=r2pOlh7h78PV2UlXoImtCtJSPyCR3qjBtskuDl5B0c0=; b=HYnygp2hvIbzOJxGHo+KtY8VLvF58YZLNzB7MrFgiAsR4TyliiX7sp7WkQ+0GBdyLsXWU7HODBcCHQt8oq/mrVM/2Aey+89yGFWwbXXwfB9LoLFfB797yHlzX5mmw4TH6tjVSsfRWcDG5Se59rUcw7HD+clJSHtCET9v0Pvfp/M= 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+64443+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1597848843626832.4542971483171; Wed, 19 Aug 2020 07:54:03 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4f8BYY1788612xyG1TKWZG63; Wed, 19 Aug 2020 07:54:03 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.89751.1597848841939164173 for ; Wed, 19 Aug 2020 07:54:02 -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 D422D1045; Wed, 19 Aug 2020 07:54:00 -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 AF3363F71F; Wed, 19 Aug 2020 07:53:58 -0700 (PDT) From: "Vijayenthiran Subramaniam" To: devel@edk2.groups.io, leif@nuviainc.com, Ard.Biesheuvel@arm.com Cc: thomas.abraham@arm.com, Aditya.Angadi@arm.com, richard.storer@arm.com Subject: [edk2-devel] [PATCH] SgiPkg: Add chip count PCD to build information file for rdn1edgex2 Date: Wed, 19 Aug 2020 20:23:43 +0530 Message-Id: <1597848823-27171-1-git-send-email-vijayenthiran.subramaniam@arm.com> 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: 3KwMDYgsRXiar0HzauBtWXF2x1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1597848843; bh=fSIWPAoF6WsxrlGbC3Faq4JrWi6Cb5fX5EBvrWP2K/s=; h=Cc:Date:From:Reply-To:Subject:To; b=Yu2QjxDQ5BOtf03oFL3Kh4G7SMaB1bhqCiwx3JF/2fCM3lxMOHERvLIu14kcZpiczlL B9Bp6amIY8YW4C0HNGhSHUPVtKcyLfZFQ5ZK1Fm8BnXqrEaIlHY1eH3AEzGms4vUh+5wF rvXnVUhv4YeYd0aGNjbi2/fhrRi1PCrC3QI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" PcdChipCount constant is used to define the maximum number chips included in the multi-chip configuration. Add this constant to the RDN1EdgeX2 ACPI tables build information (INF) file to allow this constant to be used in the RDN1EdgeX2 ACPI tables. Signed-off-by: Vijayenthiran Subramaniam Reviewed-by: Sami Mujawar --- 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 (#64443): https://edk2.groups.io/g/devel/message/64443 Mute This Topic: https://groups.io/mt/76288010/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-