From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 1 Mar 2005 17:02:17 +0100 Subject: [U-Boot-Users] MCF5249 support in u-boot In-Reply-To: <20050301144131.67503.qmail@web90103.mail.scd.yahoo.com> References: <20050301144131.67503.qmail@web90103.mail.scd.yahoo.com> Message-ID: <200503011702.17912.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kit, On Tuesday 01 March 2005 15:41, William Yeung wrote: > I used the external ethernet controller RTL8019 in my MCF5249 board. How > can I choose the Ethernet driver for my board? What do you mean with choose? You seem to have chosen already: the RTL8019. So no choice left. :-( You probably mean how to integrate the driver for the RTL8019 into your U-Boot image. After scanning through the source code I found that a driver for the RTL8019 exists (drivers/rtl8019.c). But this driver does not seem to be used by any board in the current cvs. So try to integrate the current driver into your U-Boot port and fix possible problems. Best regards, Stefan