From nobody Mon May 13 15:01:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93163+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93163+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1662388179; cv=none; d=zohomail.com; s=zohoarc; b=kPIsnVUf6vx6sXcr7QBZjgobNYKQzysBU5ElC8jFTILQFvwncwPMA/LU4aE6wbUSPo1QS5hBMuMpQTathuYo2GgOKjT3rM1Gfsnc44PCm/bPcSBQyXh9+8VgtNjuBbfnF0uFtZXxA4R3aGt9yzr14y+m8Hx6yu9Vbbt+5ySl2s0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662388179; h=Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=EU5JzQ5M+UwX075la9QbAIYKH6i4aTw3n3HnbMbSKxo=; b=Vg+FpPsl6yMcsavkyYLEIzFXDhI3CApS468cbzQ2LNMuE5Iu6zRDtoCizLd0xFsgO6zC3Mde8mO3216m44ZUXHfixZPRP+4CCH7TBpQo4CQiuUemIo76X6II1KeIHtaJZfmocb/CNndsnOHzEUzk5v9vhOllaNRMvH137P/6o+g= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93163+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 166238817926376.7864244970599; Mon, 5 Sep 2022 07:29:39 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 8xndYY1788612xmpt1lq6mAQ; Mon, 05 Sep 2022 07:29:38 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.25493.1662388177860410923 for ; Mon, 05 Sep 2022 07:29:38 -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 72FE5ED1; Mon, 5 Sep 2022 07:29:43 -0700 (PDT) X-Received: from usa.arm.com (a077433.blr.arm.com [10.162.46.10]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 41EC53F7B4; Mon, 5 Sep 2022 07:29:35 -0700 (PDT) From: "Vijayenthiran Subramaniam" To: sami.mujawar@arm.com, ardb+tianocore@kernel.org, thomas.abraham@arm.com Cc: quic_llindhol@quicinc.com, devel@edk2.groups.io Subject: [edk2-devel] [edk2-platforms][PATCH] Platform/Sgi: Remove inaccurate comment in dsc file Date: Mon, 5 Sep 2022 19:59:29 +0530 Message-Id: <20220905142929.33238-1-vijayenthiran.subramaniam@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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: KsYSCgykqK4S8TPjBI61umGEx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662388178; bh=2g8Az3dTfRNgXtRZc5EgMfQ9cx4jGryuN0lUYFFCwTw=; h=Cc:Date:From:Reply-To:Subject:To; b=avVXa4LQojn6wDHB39tacVtWCt8LaFaf2AkVtzMKgUWG8/ePGLPpTOpG4KjxvGg9X9w 58MlEPQxRcOjZGyInM81r1ZriWDhyRZzA/U1dRbLbOZHX17GvfqFK6sxWKhFPDI+xuCH3 8HJMMfFzZK/jRhqx2AovKWOItxidnz79YEg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662388180812100001 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The base address of NV storage are different on reference design platforms after the introduction of the RD-N2 platform. So the comment for the NV storage sizes for variables is corrected as it is now inaccurate. The base address of NV storage is correctly listed in the SgiMemoryMap.dsc.inc and SgiMemoryMap2.dsc.inc files. Signed-off-by: Vijayenthiran Subramaniam Reviewed-by: Thomas Abraham --- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg/SgiPlatform.dsc.inc b/Platform/ARM/SgiPkg/= SgiPlatform.dsc.inc index b3627c7f0f01..2f5dadfaefc6 100644 --- a/Platform/ARM/SgiPkg/SgiPlatform.dsc.inc +++ b/Platform/ARM/SgiPkg/SgiPlatform.dsc.inc @@ -123,7 +123,7 @@ [PcdsFixedAtBuild.common] gArmSgiTokenSpaceGuid.PcdOscCppcEnable|1 !endif =20 - # NV Storage PCDs. Use base of 0x08000000 for NOR0, 0xC0000000 for NOR 1 + # NV Storage PCDs. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x01400000 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x01400000 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x01400000 --=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 (#93163): https://edk2.groups.io/g/devel/message/93163 Mute This Topic: https://groups.io/mt/93479835/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-