From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.phytec.co.uk ([217.6.246.34] helo=root.phytec.de) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qw6oz-0002Jd-RG for barebox@lists.infradead.org; Wed, 24 Aug 2011 06:20:18 +0000 From: Teresa Gamez In-Reply-To: <20110823130607.GO31404@pengutronix.de> References: <201108231430.01322.tim.sander@hbm.com> <20110823130607.GO31404@pengutronix.de> Date: Wed, 24 Aug 2011 08:20:18 +0200 Message-ID: <1314166818.3389.127.camel@lws-gamez> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] pcm memory fix To: Sascha Hauer Cc: barebox@lists.infradead.org, Tim Sander Am Dienstag, den 23.08.2011, 15:06 +0200 schrieb Sascha Hauer: > On Tue, Aug 23, 2011 at 02:30:01PM +0200, Tim Sander wrote: > > This patch is inspired by ram_timing.patch from OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.2. > > PCM043 1315.6 does not boot without it. > > > > Signed-off-by: Tim Sander > > > > change refresh cycle > > This is a duplicate of the patch Teresa recently sent. I just applied > Teresas version. Are there any reasons why you applied the first version of the patch and not the second one with an updated description? Teresa > > Sascha > > > > > diff --git a/arch/arm/boards/pcm043/lowlevel.c b/arch/arm/boards/pcm043/lowlevel.c > > index eff96f9..bbe586b 100644 > > --- a/arch/arm/boards/pcm043/lowlevel.c > > +++ b/arch/arm/boards/pcm043/lowlevel.c > > @@ -146,7 +146,7 @@ void __bare_init __naked board_init_lowlevel(void) > > writel(0x00000304, ESDMISC); /* was 0x00000004 */ > > > > /* set timing paramters */ > > - writel(0x00255417, ESDCFG0); > > + writel(0x0025541F, ESDCFG0); > > /* select Precharge-All mode */ > > writel(0x92220000, ESDCTL0); > > /* Precharge-All */ > > > > Hottinger Baldwin Messtechnik GmbH, Im Tiefen See 45, 64293 Darmstadt, Germany | www.hbm.com > > > > Registered as GmbH (German limited liability corporation) in the commercial register at the local court of Darmstadt, HRB 1147 > > Company domiciled in Darmstadt | CEO: Andreas Huellhorst | Chairman of the board: James Charles Webster > > > > Als Gesellschaft mit beschraenkter Haftung eingetragen im Handelsregister des Amtsgerichts Darmstadt unter HRB 1147 > > Sitz der Gesellschaft: Darmstadt | Geschaeftsfuehrung: Andreas Huellhorst | Aufsichtsratsvorsitzender: James Charles Webster > > > > The information in this email is confidential. It is intended solely for the addressee. If you are not the intended recipient, please let me know and delete this email. > > > > Die in dieser E-Mail enthaltene Information ist vertraulich und lediglich fur den Empfaenger bestimmt. Sollten Sie nicht der eigentliche Empfaenger sein, informieren Sie mich bitte kurz und loeschen diese E-Mail. > > > > > > _______________________________________________ > > barebox mailing list > > barebox@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/barebox > > > _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox