From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Mon, 09 Nov 2009 07:13:04 -0600 Subject: [U-Boot] [PATCH 2/2] OMAP3:SDRC: introduce DDR types In-Reply-To: <5e088bd90911071231v60a9bc8p16728739f0cbfebe@mail.gmail.com> References: <1256090501-12534-1-git-send-email-nm@ti.com> <1256090501-12534-2-git-send-email-nm@ti.com> <1256090501-12534-3-git-send-email-nm@ti.com> <0554BEF07D437848AF01B9C9B5F0BC5D93D8327C@dlee01.ent.ti.com> <4AF5AEF7.9070702@windriver.com> <0554BEF07D437848AF01B9C9B5F0BC5D93D832A3@dlee01.ent.ti.com> <5e088bd90911071231v60a9bc8p16728739f0cbfebe@mail.gmail.com> Message-ID: <4AF81560.20809@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Steve Sakoman wrote: > On Sat, Nov 7, 2009 at 10:15 AM, Paulraj, Sandeep wrote: >>>>> Introduce Micron DDR timings and provide >>>>> CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config >>>>> options to allow for platform files to setup their timings as >>>>> per the type of DDR selected >>>>> >>>>> Reported-by: Steve Sakoman in >>>>> >>> http://www.nabble.com/forum/Permalink.jtp?root=25779518&post=25959734&page >>>>> =y >>>>> >>>>> Signed-off-by: Nishanth Menon >>>>> --- >>>>> include/asm-arm/arch-omap3/mem.h | 88 >>> ++++++++++++++++++++++++++++++--- >>>>> ----- >>>>> include/configs/devkit8000.h | 3 + >>>>> include/configs/omap3_beagle.h | 3 + >>>>> include/configs/omap3_evm.h | 3 + >>>>> include/configs/omap3_overo.h | 3 + >>>>> include/configs/omap3_pandora.h | 3 + >>>>> include/configs/omap3_sdp3430.h | 3 + >>>>> include/configs/omap3_zoom1.h | 3 + >>>>> include/configs/omap3_zoom2.h | 3 + >>>>> 9 files changed, 94 insertions(+), 18 deletions(-) >>>>> >>>> Pushed to u-boot-ti/next >>>> >>>> I think this series from Nishanth needs some runtime tests. >>>> I believe Steve had some issues with his EVM not booting everytime due >>> to issues with DDR init. >>>> Thanks, >>>> Sandeep >>> Maybe it should go on the testing branch? >>> >>> I will give zoom2 a try.. >>> >>> Tom >>> >> Nishanth has already tried on SDP 3430. >> I think the board that needs to be tried is overo. > > Correct, it was Overo, though I suspect Beagle might have the same > issue since they use the same Micron POP memory. I'll try to test > this weekend. > > Steve I can try that too. Did you see the problem on warm or cold booting? Tom