From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 30 Nov 2007 23:09:57 +0100 Subject: [U-Boot-Users] [PATCH] add support for Toradex Colibri module In-Reply-To: <20071130213854.GB10296@buzzloop.caiaq.de> References: <20071130213854.GB10296@buzzloop.caiaq.de> Message-ID: <20071130220957.GA13726@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22:38 Fri 30 Nov , Daniel Mack wrote: > Hi, > > this patch adds basic support for Toradex PXA27x based Colibri module. > It cleanly applies on u-boot-1.1.6. > > However, I didn't manage to get the flash to work at all, at boot time, > I always get the message "Flash: 0 kB". I'm new to the U-Boot > environment, so maybe I missed same essentials here. > > Also, the DM9000 driver does not seem to be able to correctly read its > MAC address on this platform. I've read some mails about similar > behaviour. Is there any patch going upstream soon? For now, I helped > myself by hacking a fake MAC to bd->bi_enetaddr right before > initialization but that's of course not a solution. > > Thanks and best regards, > Daniel > Please rebase your code on the last u-boot 1.3.0 Best regards, J.