All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] How to add ethernet driver for ixp425 board
@ 2004-02-12 12:42 Bernieshu
  2004-02-12 22:54 ` Mark Rakes
  0 siblings, 1 reply; 3+ messages in thread
From: Bernieshu @ 2004-02-12 12:42 UTC (permalink / raw)
  To: u-boot

Hi, all

I need a u-boot running on Intel's ixp425 board with ethernet 
functionality. But current u-boot version does not have it. I once tried 
to move part of ixp400AccessLibrary to u-boot. But it seems difficult 
for me because I am still fresh in both linux and u-boot.

Is it possible to write a ethernet driver for ixp425 similar as realtek 
or others which are already included in u-boot?

Any help and suggestions will be appreciated.

Regards

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] How to add ethernet driver for ixp425 board
  2004-02-12 12:42 [U-Boot-Users] How to add ethernet driver for ixp425 board Bernieshu
@ 2004-02-12 22:54 ` Mark Rakes
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Rakes @ 2004-02-12 22:54 UTC (permalink / raw)
  To: u-boot

*if* you can get there, see:
http://sourceforge.net/mailarchive/message.php?msg_id=5541290

since I had a tough time getting there due to sourceforge issues,
here's the text:
>> From: Kyle Harris <kharris@ne...>
>> Re: [PATCH] support for Intel IXP ?
>> 2003-07-15 18:13
>>
>>  Another thing to note about the IXP support is that there is NO 
>> network
>>  support due to license restrictions. Intel has chosen to release 
>> their CSR
>>  libraries under a proprietary license. The CSR libraries provide the 
>> Access
>>  Layer, which is a software interface for accessing the hardware 
>> ports. I'd
>>  had heard rumors that Intel was going to release this code under 
>> GPL, but
>>  that was months ago. So, for now IXP only supports the serial 
>> interface.
>>
>>  Kyle.
>>
>>  On Tuesday 15 July 2003 05:34 pm, Kyle Harris wrote:
>>
>>  > Wolfgang,
>>  >
>>  > Please find attached a patch for Intel CPU IXP425 and eval board 
>> IXDP425.
>>  > This is applied against 0.4.0 (I tried several times to pull from 
>> CVS but
>>  > failed, and finally gave up).
>>  >
>>  > Note: This patch does NOT include support for the PCI bridge :(
>>  >
>>  > Regards, Kyle.

basically, there's no legal way to use the Intel access library code
within u-boot.

I hate to say this, but if you need the ethernet ports in your 
bootloader,
you'll probably have to use the 1.92 RedBoot code from Intel (see here:
http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm )

hth,
-mark

On Feb 12, 2004, at 4:42 AM, Bernieshu wrote:

> Hi, all
>
> I need a u-boot running on Intel's ixp425 board with ethernet 
> functionality. But current u-boot version does not have it. I once 
> tried to move part of ixp400AccessLibrary to u-boot. But it seems 
> difficult for me because I am still fresh in both linux and u-boot.
>
> Is it possible to write a ethernet driver for ixp425 similar as 
> realtek or others which are already included in u-boot?
>
> Any help and suggestions will be appreciated.
>
> Regards
>
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] How to add ethernet driver for ixp425 board
@ 2004-02-12 23:22 Kerl, John
  0 siblings, 0 replies; 3+ messages in thread
From: Kerl, John @ 2004-02-12 23:22 UTC (permalink / raw)
  To: u-boot

Speaking of which:

Can anyone tell me if there is a searchable archive of the
u-boot users mailing list, which currently works?

-----Original Message-----
From: Mark Rakes [mailto:mrakes at vivato.net]
Sent: Thursday, February 12, 2004 3:54 PM
To: Bernieshu
Cc: u-boot-users at lists.sourceforge.net; Ranslam Robert
Subject: Re: [U-Boot-Users] How to add ethernet driver for ixp425 board


*if* you can get there, see:
http://sourceforge.net/mailarchive/message.php?msg_id=5541290

since I had a tough time getting there due to sourceforge issues,
here's the text:
>> From: Kyle Harris <kharris@ne...>
>> Re: [PATCH] support for Intel IXP ?
>> 2003-07-15 18:13
>>
>>  Another thing to note about the IXP support is that there is NO 
>> network
>>  support due to license restrictions. Intel has chosen to release 
>> their CSR
>>  libraries under a proprietary license. The CSR libraries provide the 
>> Access
>>  Layer, which is a software interface for accessing the hardware 
>> ports. I'd
>>  had heard rumors that Intel was going to release this code under 
>> GPL, but
>>  that was months ago. So, for now IXP only supports the serial 
>> interface.
>>
>>  Kyle.
>>
>>  On Tuesday 15 July 2003 05:34 pm, Kyle Harris wrote:
>>
>>  > Wolfgang,
>>  >
>>  > Please find attached a patch for Intel CPU IXP425 and eval board 
>> IXDP425.
>>  > This is applied against 0.4.0 (I tried several times to pull from 
>> CVS but
>>  > failed, and finally gave up).
>>  >
>>  > Note: This patch does NOT include support for the PCI bridge :(
>>  >
>>  > Regards, Kyle.

basically, there's no legal way to use the Intel access library code
within u-boot.

I hate to say this, but if you need the ethernet ports in your 
bootloader,
you'll probably have to use the 1.92 RedBoot code from Intel (see here:
http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm )

hth,
-mark

On Feb 12, 2004, at 4:42 AM, Bernieshu wrote:

> Hi, all
>
> I need a u-boot running on Intel's ixp425 board with ethernet 
> functionality. But current u-boot version does not have it. I once 
> tried to move part of ixp400AccessLibrary to u-boot. But it seems 
> difficult for me because I am still fresh in both linux and u-boot.
>
> Is it possible to write a ethernet driver for ixp425 similar as 
> realtek or others which are already included in u-boot?
>
> Any help and suggestions will be appreciated.
>
> Regards
>
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-02-12 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-12 12:42 [U-Boot-Users] How to add ethernet driver for ixp425 board Bernieshu
2004-02-12 22:54 ` Mark Rakes
  -- strict thread matches above, loose matches on Subject: below --
2004-02-12 23:22 Kerl, John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.