From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric BENARD Date: Tue, 26 May 2009 10:30:26 +0200 Subject: [U-Boot] Ethernet not working on OMAP3 board with In-Reply-To: <19F8576C6E063C45BE387C64729E73940432521F7B@dbde02.ent.ti.com> References: <19F8576C6E063C45BE387C64729E73940432480D02@dbde02.ent.ti.com> <4A12C4CC.7050200@googlemail.com> <19F8576C6E063C45BE387C64729E73940432481452@dbde02.ent.ti.com> <4A143179.7060902@googlemail.com> <4A146DC4.1040706@vocollect.com> <4A14E152.5030309@googlemail.com> <19F8576C6E063C45BE387C64729E73940432521F7B@dbde02.ent.ti.com> Message-ID: <4A1BA8A2.1010901@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Pillai, Manikandan a ?crit : > Hi Dirk, > > I have already tried this patch it does not work on EVM. > Was any other patch applied along with this ? > if I understand well the datasheet, in incluse/asm/arch/cpu.h isn't base adresse for CS6's config register wrongly defined : it's actually : #define GPMC_CONFIG_CS6 0x150 shouldn't that be : 0x74 ? (page 101 of the chapter 11 of sprufa1b.pdf). Eric