From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vineet Gupta Subject: Re: [RFC Patch v1 52/55] ARC: Support for single cycle Close Coupled Mem (CCM) Date: Thu, 17 Jan 2013 10:39:32 +0530 Message-ID: <50F7878C.4020800@synopsys.com> References: <1352720953-24321-1-git-send-email-vgupta@synopsys.com> <1352720953-24321-22-git-send-email-vgupta@synopsys.com> <201211121410.02682.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from us01smtp3.synopsys.com ([198.182.44.81]:37775 "EHLO hermes.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758341Ab3AQFM0 (ORCPT ); Thu, 17 Jan 2013 00:12:26 -0500 In-Reply-To: <201211121410.02682.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org On Monday 12 November 2012 07:40 PM, Arnd Bergmann wrote: > On Monday 12 November 2012, Vineet.Gupta1@synopsys.com wrote: >> +config ARC_DCCM_SZ >> + int "DCCM Size in KB" >> + default "64" >> + depends on ARC_HAS_DCCM >> + >> +config ARC_DCCM_BASE >> + hex "DCCM map address" >> + default "0xA0000000" >> + depends on ARC_HAS_DCCM >> + > > I suppose these should be configured from the device tree at boot time, not > during the build process. > > I also wonder if the interface should be unified with what we use for > accessing the sram on some of the ARM platforms. > > Arnd > Actually in ARC Port these are used in Linker script to layout the kernel code/data at the addr where these hardware blocks are wired up. So can't be done at runtime. -Vineet