From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Tue, 24 Nov 2009 09:08:48 -0600 Subject: [U-Boot] Please pull u-boot-ti/master In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D91E07C0F@dlee01.ent.ti.com> References: <1258846035-11237-1-git-send-email-s-paulraj@ti.com>, <4B0AFFBF.5060103@windriver.com> <0554BEF07D437848AF01B9C9B5F0BC5D91E07C0F@dlee01.ent.ti.com> Message-ID: <4B0BF700.2000609@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 Paulraj, Sandeep wrote: > First sorry for top posting. Our entire center has lost internet connection and thus > we have gone back to the middle ages and i can't get my Outlook setup from home > properly. > > Regarding the DDR issues with Overo we have not received any closure. > But we have to move forward. My tree has some DDR related updates not in any > other tree. So i am asking all to make patches aginst u-boot-ti which as we can see is > not what Wolfgang wants to see. > > The change seems logical enough and works on multiple EVMs. > > Issues with Overo if any can be fixed as separate patches. I think it will > most probably work. Ok. I will pull this into arm/next. I will cherry pick out > Grazvydas Ignotas (1): > OMAP3: pandora: fix booting without serial attached for 2009.11 Tom > > Thanks, > Sandeep > ________________________________________ > From: Tom [Tom.Rix at windriver.com] > Sent: Monday, November 23, 2009 4:33 PM > To: Paulraj, Sandeep > Cc: u-boot at lists.denx.de; wd at denx.de > Subject: Re: Please pull u-boot-ti/master > > Did we get closure of the memory failures on overo with sdrc patch ? > Tom > > s-paulraj at ti.com wrote: >> The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502: >> Wolfgang Denk (1): >> Merge branch 'master' of /home/wd/git/u-boot/custodians >> >> are available in the git repository at: >> >> git://git.denx.de/u-boot-ti.git master >> >> Grazvydas Ignotas (1): >> OMAP3: pandora: fix booting without serial attached >> >> Nick Thompson (3): >> TI Davinci timer.c: Remove volatiles and memory mapped structures >> TI Davinci: add a pin multiplexer configuration API >> Add TI DA8xx support: DA8xx includes >> >> Nishanth Menon (3): >> OMAP3:SDRC: Cleanup references to SDP >> OMAP3:SDRC: introduce DDR types >> OMAP3: Fix SDRC init >> >> Sandeep Paulraj (1): >> TI DaVinci DM646x: Enable NAND on DM6467 EVM >> >> Sekhar Nori (3): >> TI DA8xx: Add DA8xx cpu functions >> TI DA8xx: Add new directory for da830evm board >> TI DA8xx: Integrate DA830 EVM support into U-Boot >> >> MAINTAINERS | 4 + >> MAKEALL | 1 + >> Makefile | 3 + >> board/davinci/common/misc.c | 48 ++++++- >> board/davinci/common/misc.h | 12 ++ >> board/davinci/da830evm/Makefile | 51 +++++++ >> board/davinci/da830evm/config.mk | 43 ++++++ >> board/davinci/da830evm/da830evm.c | 127 ++++++++++++++++ >> board/davinci/dm6467evm/dm6467evm.c | 11 ++ >> board/pandora/pandora.h | 3 +- >> cpu/arm926ejs/davinci/cpu.c | 50 ++++++- >> cpu/arm926ejs/davinci/psc.c | 43 +++++- >> cpu/arm926ejs/davinci/timer.c | 28 ++-- >> cpu/arm_cortexa8/omap3/mem.c | 5 +- >> cpu/arm_cortexa8/omap3/sys_info.c | 2 +- >> include/asm-arm/arch-davinci/hardware.h | 237 ++++++++++++++++++++++++++++++ >> include/asm-arm/arch-davinci/i2c_defs.h | 5 + >> include/asm-arm/arch-omap3/cpu.h | 1 + >> include/asm-arm/arch-omap3/mem.h | 98 +++++++++---- >> include/common.h | 3 + >> include/configs/da830evm.h | 243 +++++++++++++++++++++++++++++++ >> 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 + >> 29 files changed, 988 insertions(+), 54 deletions(-) >> create mode 100644 board/davinci/da830evm/Makefile >> create mode 100644 board/davinci/da830evm/config.mk >> create mode 100644 board/davinci/da830evm/da830evm.c >> create mode 100644 include/configs/da830evm.h >