From patchwork Thu Aug 30 07:31:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomasz Figa X-Patchwork-Id: 1386791 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id B71CE3FDF5 for ; Thu, 30 Aug 2012 07:38:32 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T6zFf-0006E9-B6; Thu, 30 Aug 2012 07:33:19 +0000 Received: from mailout2.samsung.com ([203.254.224.25]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T6zEp-000647-Hq for linux-arm-kernel@lists.infradead.org; Thu, 30 Aug 2012 07:32:28 +0000 Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M9K00I9W4WU26C0@mailout2.samsung.com> for linux-arm-kernel@lists.infradead.org; Thu, 30 Aug 2012 16:32:23 +0900 (KST) X-AuditID: cbfee61b-b7faf6d00000476a-38-503f17074504 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm2.samsung.com (EPCPMTA) with SMTP id C9.4C.18282.7071F305; Thu, 30 Aug 2012 16:32:23 +0900 (KST) Received: from mcdsrvbld02.digital.local ([106.116.37.23]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M9K00G074XCNR40@mmp2.samsung.com> for linux-arm-kernel@lists.infradead.org; Thu, 30 Aug 2012 16:32:23 +0900 (KST) From: Tomasz Figa To: linux-samsung-soc@vger.kernel.org Subject: [PATCH 5/6] ARM: EXYNOS: Increase maximum possible memory bank size to 512MiB Date: Thu, 30 Aug 2012 09:31:42 +0200 Message-id: <1346311903-15920-6-git-send-email-t.figa@samsung.com> X-Mailer: git-send-email 1.7.10 In-reply-to: <1346311903-15920-1-git-send-email-t.figa@samsung.com> References: <1346311903-15920-1-git-send-email-t.figa@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrEJMWRmVeSWpSXmKPExsVy+t9jQV12cfsAgxP/RCw2Pb7G6sDosXlJ fQBjFJdNSmpOZllqkb5dAlfGnJ6ZjAWP2SoOTTFuYHzA2sXIySEhYCKxY1kHG4QtJnHh3nog m4tDSGA6o8TDr/3sEM5mJokLMw4ygVSxCahJfG54BNYhIqAq8bltAVgRs8AWRolX/6eCFQkL REjM3/wTbAULUNH3Ze/B4rwCThJ/7/QwQ6yTl3h6vw9sEKeAs8T1f6fBaoSAan6d6mOewMi7 gJFhFaNoakFyQXFSeq6RXnFibnFpXrpecn7uJkawz59J72Bc1WBxiFGAg1GJh3fiVLsAIdbE suLK3EOMEhzMSiK87Pz2AUK8KYmVValF+fFFpTmpxYcYpTlYlMR5nc4BVQukJ5akZqemFqQW wWSZODilGhhd/bZskcq1u7zB+0+Iy7uPLDtuWz5yjtBN6g2aaxpxsy94UVmPr727jB7LnUPW EUEH9n4443b0l+e9wivNrC8UJBOOnQ83fVT9edbDB94/Yvs6DrJr8ymFfmrc4b//7Nxv2amu 3rueN0wPrEtR83CStX4Qbr8sN49VeE+sbLLWesut79VPiSuxFGckGmoxFxUnAgDljqif9QEA AA== X-Spam-Note: CRM114 invocation failed X-Spam-Score: -7.1 (-------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-7.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [203.254.224.25 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, jy0922.shim@samsung.com, Tomasz Figa , kyungmin.park@samsung.com, thomas.abraham@linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Some boards have larger memory banks than 256MiB. This patch increses maximum bank size for Exynos-based boards to 512MiB. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos/include/mach/memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/memory.h b/arch/arm/mach-exynos/include/mach/memory.h index 374ef2c..d4db508 100644 --- a/arch/arm/mach-exynos/include/mach/memory.h +++ b/arch/arm/mach-exynos/include/mach/memory.h @@ -15,8 +15,8 @@ #define PLAT_PHYS_OFFSET UL(0x40000000) -/* Maximum of 256MiB in one bank */ +/* Maximum of 512MiB in one bank */ #define MAX_PHYSMEM_BITS 32 -#define SECTION_SIZE_BITS 28 +#define SECTION_SIZE_BITS 29 #endif /* __ASM_ARCH_MEMORY_H */