All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] support for Intel IXP
@ 2003-07-15 21:34 Kyle Harris
  2003-07-15 22:10 ` [U-Boot-Users] SourceForge problems - was: " Wolfgang Denk
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kyle Harris @ 2003-07-15 21:34 UTC (permalink / raw)
  To: u-boot

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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-ixp.gz
Type: application/x-gzip
Size: 17373 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20030715/7f52ff0b/attachment.bin 

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

* [U-Boot-Users] SourceForge problems - was: support for Intel IXP
  2003-07-15 21:34 [U-Boot-Users] [PATCH] support for Intel IXP Kyle Harris
@ 2003-07-15 22:10 ` Wolfgang Denk
  2003-07-16  1:02 ` [U-Boot-Users] [PATCH] " Kyle Harris
  2003-10-10 14:06 ` Wolfgang Denk
  2 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2003-07-15 22:10 UTC (permalink / raw)
  To: u-boot

Dear Kyle,

in message <E19cXb7-0006S9-00@smtp6.mindspring.com> you wrote:
> 
> Please find attached a patch for Intel CPU IXP425 and eval board IXDP425. 

Thanks, will be added ASAP.



> This is applied against 0.4.0 (I tried several times to pull from CVS but 
> failed, and finally gave up).

Seems SF is falling victim to it's success. Many project managers and
users at SF complain about the problems; litte to nothing happens.


All I can do for now is to provide more  frequent  snapshot  releases
(like the brand-new 0.4.3) which you can pick up at
ftp://ftp.denx.de/pub/u-boot/


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Documentation is the castor oil of programming.
Managers know it must be good because the programmers hate it so much.

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

* [U-Boot-Users] [PATCH] support for Intel IXP
  2003-07-15 21:34 [U-Boot-Users] [PATCH] support for Intel IXP Kyle Harris
  2003-07-15 22:10 ` [U-Boot-Users] SourceForge problems - was: " Wolfgang Denk
@ 2003-07-16  1:02 ` Kyle Harris
  2003-07-16  6:56   ` Wolfgang Denk
  2003-07-16  7:49   ` Kevin Liao
  2003-10-10 14:06 ` Wolfgang Denk
  2 siblings, 2 replies; 9+ messages in thread
From: Kyle Harris @ 2003-07-16  1:02 UTC (permalink / raw)
  To: u-boot

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.

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

* [U-Boot-Users] [PATCH] support for Intel IXP
  2003-07-16  1:02 ` [U-Boot-Users] [PATCH] " Kyle Harris
@ 2003-07-16  6:56   ` Wolfgang Denk
  2003-07-16  7:49   ` Kevin Liao
  1 sibling, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2003-07-16  6:56 UTC (permalink / raw)
  To: u-boot

In message <E19caqI-0004cr-00@mclean.mail.mindspring.net> you wrote:
> 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.

Maybe you can write a short summary and submit it as doc/README.IXP ?

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
"I can call spirits from the vasty deep."
"Why so can I, or so can any man; but will they come when you do call
for them?"          - Shakespeare, 1 King Henry IV, Act III, Scene I.

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

* [U-Boot-Users] [PATCH] support for Intel IXP
  2003-07-16  1:02 ` [U-Boot-Users] [PATCH] " Kyle Harris
  2003-07-16  6:56   ` Wolfgang Denk
@ 2003-07-16  7:49   ` Kevin Liao
  2003-07-16  8:08     ` Wolfgang Denk
  1 sibling, 1 reply; 9+ messages in thread
From: Kevin Liao @ 2003-07-16  7:49 UTC (permalink / raw)
  To: u-boot

Currently there is no more serial number needed to download Intel hardware access software. All you need is to finish some
registration forms. See the following page:

http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm

Regards,
Kevin

----- Original Message ----- 
From: "Kyle Harris" <kharris@nexus-tech.net>
To: "uboot" <u-boot-users@lists.sourceforge.net>
Sent: Wednesday, July 16, 2003 9:02 AM
Subject: Re: [U-Boot-Users] [PATCH] support for Intel IXP


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.

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

* [U-Boot-Users] [PATCH] support for Intel IXP
  2003-07-16  7:49   ` Kevin Liao
@ 2003-07-16  8:08     ` Wolfgang Denk
  2003-07-16  8:24       ` Kevin Liao
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2003-07-16  8:08 UTC (permalink / raw)
  To: u-boot

In message <009401c34b6e$c7432ce0$610a10ac@kevinliao> you wrote:
> Currently there is no more serial number needed to download Intel hardware access software. All you need is to finish some
> registration forms. See the following page:
> 
> http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm

Be careful, be _very careful_!

The registration process also  requires  you  to  accept  the  "INTEL
SOFTWARE  LICENSE  AGREEMENT  for  the Intel IXP425 Network Processor
Intel IXP400 Software" which includes this part:

    You shall not take any steps which cause the Software, as
    delivered hereunder, to be subject to the terms and
    conditions of the Free Software Foundation's General Public
    License (GPL) or Lesser General Public License (LGPL), by
    incorporation (other than limited header files) of the GPL or
    LGPL code, or by static link or other linking or other method
    which subjects any portion of the Software to the terms and
    conditions of the GPL or LGPL, or other open source license
    restrictions, in the absence of prior written approval by an
    authorized representative for Intel.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
F u cn rd ths u cnt spl wrth a dm!

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

* [U-Boot-Users] [PATCH] support for Intel IXP
  2003-07-16  8:08     ` Wolfgang Denk
@ 2003-07-16  8:24       ` Kevin Liao
  2003-07-16  9:53         ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: Kevin Liao @ 2003-07-16  8:24 UTC (permalink / raw)
  To: u-boot

Sorry, I didn't see this part. Does it mean that we cannot use any part of Intel's code in GPL or LGPL licensed software without
Intel's permission?

Regards,
Kevin

----- Original Message ----- 
From: "Wolfgang Denk" <wd@denx.de>
To: "Kevin Liao" <kevinliao@iei.com.tw>
Cc: "Kyle Harris" <kharris@nexus-tech.net>; "uboot" <u-boot-users@lists.sourceforge.net>
Sent: Wednesday, July 16, 2003 4:08 PM
Subject: Re: [U-Boot-Users] [PATCH] support for Intel IXP


In message <009401c34b6e$c7432ce0$610a10ac@kevinliao> you wrote:
> Currently there is no more serial number needed to download Intel hardware access software. All you need is to finish some
> registration forms. See the following page:
>
> http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm

Be careful, be _very careful_!

The registration process also  requires  you  to  accept  the  "INTEL
SOFTWARE  LICENSE  AGREEMENT  for  the Intel IXP425 Network Processor
Intel IXP400 Software" which includes this part:

    You shall not take any steps which cause the Software, as
    delivered hereunder, to be subject to the terms and
    conditions of the Free Software Foundation's General Public
    License (GPL) or Lesser General Public License (LGPL), by
    incorporation (other than limited header files) of the GPL or
    LGPL code, or by static link or other linking or other method
    which subjects any portion of the Software to the terms and
    conditions of the GPL or LGPL, or other open source license
    restrictions, in the absence of prior written approval by an
    authorized representative for Intel.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
F u cn rd ths u cnt spl wrth a dm!

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

* [U-Boot-Users] [PATCH] support for Intel IXP
  2003-07-16  8:24       ` Kevin Liao
@ 2003-07-16  9:53         ` Wolfgang Denk
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2003-07-16  9:53 UTC (permalink / raw)
  To: u-boot

In message <00a701c34b73$a253f7c0$610a10ac@kevinliao> you wrote:
> Sorry, I didn't see this part. Does it mean that we cannot use any part of Intel's code in GPL or LGPL licensed software without
> Intel's permission?

Correct. Exactly this is the meaning.



Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Inform all the troops  that  communications  have  completely  broken
down.                                            - Ashleigh Brilliant

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

* [U-Boot-Users] [PATCH] support for Intel IXP
  2003-07-15 21:34 [U-Boot-Users] [PATCH] support for Intel IXP Kyle Harris
  2003-07-15 22:10 ` [U-Boot-Users] SourceForge problems - was: " Wolfgang Denk
  2003-07-16  1:02 ` [U-Boot-Users] [PATCH] " Kyle Harris
@ 2003-10-10 14:06 ` Wolfgang Denk
  2 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2003-10-10 14:06 UTC (permalink / raw)
  To: u-boot

In message <E19cXb7-0006S9-00@smtp6.mindspring.com> you wrote:
> 
> 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).

Added. Sorry this took so lang. Will show up on CVS "soon".

> Note: This patch does NOT include support for the PCI bridge :(


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
You go slow, be gentle. It's no one-way street -- you  know  how  you
feel and that's all. It's how the girl feels too. Don't press. If the
girl feels anything for you at all, you'll know.
	-- Kirk, "Charlie X", stardate 1535.8

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

end of thread, other threads:[~2003-10-10 14:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15 21:34 [U-Boot-Users] [PATCH] support for Intel IXP Kyle Harris
2003-07-15 22:10 ` [U-Boot-Users] SourceForge problems - was: " Wolfgang Denk
2003-07-16  1:02 ` [U-Boot-Users] [PATCH] " Kyle Harris
2003-07-16  6:56   ` Wolfgang Denk
2003-07-16  7:49   ` Kevin Liao
2003-07-16  8:08     ` Wolfgang Denk
2003-07-16  8:24       ` Kevin Liao
2003-07-16  9:53         ` Wolfgang Denk
2003-10-10 14:06 ` Wolfgang Denk

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.