* [U-Boot-Users] MCF5249 support in u-boot
@ 2005-03-01 9:20 William Yeung
2005-03-01 9:44 ` Stefan Roese
0 siblings, 1 reply; 5+ messages in thread
From: William Yeung @ 2005-03-01 9:20 UTC (permalink / raw)
To: u-boot
Hello,
I just started using u-boot on a Coldfire MCF5249 board. Could anyone let me know how to choose the Ethernet driver in the u-boot configuration?
Also, is there anyone who has used the u-boot 1.1.2 successfully in a Coldfire MCF5249 board?
Thanks.
Kit.
---------------------------------
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20050301/edef518f/attachment.htm
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] MCF5249 support in u-boot
2005-03-01 9:20 [U-Boot-Users] MCF5249 support in u-boot William Yeung
@ 2005-03-01 9:44 ` Stefan Roese
2005-03-01 14:41 ` William Yeung
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Roese @ 2005-03-01 9:44 UTC (permalink / raw)
To: u-boot
Hello Kit,
On Tuesday 01 March 2005 10:20, William Yeung wrote:
> I just started using u-boot on a Coldfire MCF5249 board. Could anyone let
> me know how to choose the Ethernet driver in the u-boot configuration?
Please correct me if I am wrong, but I don't think the MCF5249 has ethernet
build in. So you would have to connect an external ethernet controller.
> Also, is there anyone who has used the u-boot 1.1.2 successfully in a
> Coldfire MCF5249 board?
Yes, I did. You can find the "TASREG" board which uses the MCF5249 in the
current CVS (please don't use 1.1.2, use current cvs).
Best regards,
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] MCF5249 support in u-boot
2005-03-01 9:44 ` Stefan Roese
@ 2005-03-01 14:41 ` William Yeung
2005-03-01 16:02 ` Stefan Roese
0 siblings, 1 reply; 5+ messages in thread
From: William Yeung @ 2005-03-01 14:41 UTC (permalink / raw)
To: u-boot
Hello Stefan,
I used the external ethernet controller RTL8019 in my MCF5249 board. How can I choose the Ethernet driver for my board?
Thanks for your help.
Kit
Stefan Roese <sr@denx.de> wrote:
Hello Kit,
On Tuesday 01 March 2005 10:20, William Yeung wrote:
> I just started using u-boot on a Coldfire MCF5249 board. Could anyone let
> me know how to choose the Ethernet driver in the u-boot configuration?
Please correct me if I am wrong, but I don't think the MCF5249 has ethernet
build in. So you would have to connect an external ethernet controller.
> Also, is there anyone who has used the u-boot 1.1.2 successfully in a
> Coldfire MCF5249 board?
Yes, I did. You can find the "TASREG" board which uses the MCF5249 in the
current CVS (please don't use 1.1.2, use current cvs).
Best regards,
Stefan
---------------------------------
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20050301/3ab7c82c/attachment.htm
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] MCF5249 support in u-boot
2005-03-01 14:41 ` William Yeung
@ 2005-03-01 16:02 ` Stefan Roese
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2005-03-01 16:02 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20050302075328.66948.qmail@web90108.mail.scd.yahoo.com>]
* [U-Boot-Users] MCF5249 support in u-boot
[not found] <20050302075328.66948.qmail@web90108.mail.scd.yahoo.com>
@ 2005-03-02 8:31 ` Stefan Roese
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2005-03-02 8:31 UTC (permalink / raw)
To: u-boot
Hi Kit,
On Wednesday 02 March 2005 08:53, William Yeung wrote:
> Yes, what I mean is intergation of the RTL8019 driver
> to u-boot. How should I do for the intergation? Modify
> which files in the source code?
Hmmm. After a short look into the source files it seems to me, that you have
to set the define "CONFIG_DRIVER_RTL8019" in your board config file and look
what happens (compiler warnings/errors). I assume that you already have a
working port for your MCF5249 board, right?
By the way: Please keep the mailing list Cc:ed.
Best regards,
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-03-02 8:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-01 9:20 [U-Boot-Users] MCF5249 support in u-boot William Yeung
2005-03-01 9:44 ` Stefan Roese
2005-03-01 14:41 ` William Yeung
2005-03-01 16:02 ` Stefan Roese
[not found] <20050302075328.66948.qmail@web90108.mail.scd.yahoo.com>
2005-03-02 8:31 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox