From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Mon, 28 Oct 2013 07:51:50 -0500 Subject: [U-Boot] [[PATCH]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3 In-Reply-To: <1382715750-10363-2-git-send-email-hardik.patel@volansystech.com> References: <1382715750-10363-1-git-send-email-hardik.patel@volansystech.com> <1382715750-10363-2-git-send-email-hardik.patel@volansystech.com> Message-ID: <526E5DE6.1040804@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/25/2013 10:42 AM, Hardik wrote: > From: Hardik Patel > > > Signed-off-by: Hardik Patel > --- > include/configs/omap4_common.h | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h > index e9f2383..9aa4030 100644 > --- a/include/configs/omap4_common.h > +++ b/include/configs/omap4_common.h > @@ -240,7 +240,12 @@ > #define CONFIG_SYS_CACHELINE_SIZE 32 > > /* Defines for SDRAM init */ > -#define CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS > + > +/* > + * Enable automatic sdram detection > + * for detecting Elpida RAM on Rev B3 > + */ > +#undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS Nak This is used on all other Panda revisions. Why are we just disabling this for all devices when one device is the issue? And as discussed off line I have an older B3 which boots fine on the uBoot mainline. So what is the difference between your B3 and my B3? Please answer this to the community or point to a reference were one can determine what B3 board they have Dan > > #ifndef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS > #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION -- ------------------ Dan Murphy