IXP2000 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. -------------------------------------------------------------------------
  2. Release Notes for Linux on Intel's IXP2000 Network Processor
  3. Maintained by Deepak Saxena <dsaxena@plexity.net>
  4. -------------------------------------------------------------------------
  5. 1. Overview
  6. Intel's IXP2000 family of NPUs (IXP2400, IXP2800, IXP2850) is designed
  7. for high-performance network applications such high-availability
  8. telecom systems. In addition to an XScale core, it contains up to 8
  9. "MicroEngines" that run special code, several high-end networking
  10. interfaces (UTOPIA, SPI, etc), a PCI host bridge, one serial port,
  11. flash interface, and some other odds and ends. For more information, see:
  12. http://developer.intel.com
  13. 2. Linux Support
  14. Linux currently supports the following features on the IXP2000 NPUs:
  15. - On-chip serial
  16. - PCI
  17. - Flash (MTD/JFFS2)
  18. - I2C through GPIO
  19. - Timers (watchdog, OS)
  20. That is about all we can support under Linux ATM b/c the core networking
  21. components of the chip are accessed via Intel's closed source SDK.
  22. Please contact Intel directly on issues with using those. There is
  23. also a mailing list run by some folks at Princeton University that might
  24. be of help: https://lists.cs.princeton.edu/mailman/listinfo/ixp2xxx
  25. WHATEVER YOU DO, DO NOT POST EMAIL TO THE LINUX-ARM OR LINUX-ARM-KERNEL
  26. MAILING LISTS REGARDING THE INTEL SDK.
  27. 3. Supported Platforms
  28. - Intel IXDP2400 Reference Platform
  29. - Intel IXDP2800 Reference Platform
  30. - Intel IXDP2401 Reference Platform
  31. - Intel IXDP2801 Reference Platform
  32. - RadiSys ENP-2611
  33. 4. Usage Notes
  34. - The IXP2000 platforms usually have rather complex PCI bus topologies
  35. with large memory space requirements. In addition, b/c of the way the
  36. Intel SDK is designed, devices are enumerated in a very specific
  37. way. B/c of this this, we use "pci=firmware" option in the kernel
  38. command line so that we do not re-enumerate the bus.
  39. - IXDP2x01 systems have variable clock tick rates that we cannot determine
  40. via HW registers. The "ixdp2x01_clk=XXX" cmd line options allow you
  41. to pass the clock rate to the board port.
  42. 5. Thanks
  43. The IXP2000 work has been funded by Intel Corp. and MontaVista Software, Inc.
  44. The following people have contributed patches/comments/etc:
  45. Naeem F. Afzal
  46. Lennert Buytenhek
  47. Jeffrey Daly
  48. -------------------------------------------------------------------------
  49. Last Update: 8/09/2004