Marvell microkernel

From OLPC
Revision as of 15:27, 16 February 2008 by 77.135.114.132 (talk) (Problem definition: better overview)
Jump to: navigation, search

The microkernel on the Marvell 88W8388 wireless chip is one of 2 to 4 pieces of non-Free user-modifiable software on the XO laptop. (the others being the EC firmware, and possibly the touchpad and keyboard firmware) This is where we explain what needs to be done to create a Free replacement, who is doing it, and what progress we have made.

Problem definition

  • Discussions by the Jem Report with Richard M. Stallman (FSF) and Theo de Raadt (OpenBSD).

TdR takes a much harder line against this non-free software module than rms does. Theo de Raadt of OpenBSD is very angry at his lack of a license to redistribute this proprietary firmware module.

  • Richard Stallman, in conversation with Ed Cherlin at the Linux CABAL, said that this driver is the only reason he doesn't support the XO. Ed thinks that support from rms and others who feel the same way is worth some trouble.
  • As the OLPC Nepal Blogsite reports, Richard Stallman said in an interview, February 05, 2008: "RMS heaped praises for the One Laptop Per Child Project. He is even contemplating making a switch to XO, the flagship machine of the project, from his "old thinkpad". [...] He is, however dissatisfied with the wireless networking system used in the XO. Since it uses a proprietary technology, he plans to remove it and use a separate device when he needs to make wireless communication with others."


  • OLPC developer cjb said: "The Marvell chip has very specific features that are essential to us -- stores its routing table in RAM, can forward packets through the mesh at low power while the main CPU is off, etc."-- cjb
  • ARM 946E-S processor
  • ThreadX, a proprietary microkernel; Marvell does not own this code
  • "The 88W8388 is a wireless controller chip made by Marvell. It is part of the unliberated Libertas chip family. Outside of this page, it is undocumented."

Participants

These people have had something to do with the issue, or expressed interest in helping.

  • Ed Cherlin is herding the cats on this one.
  • Alex Gibson says he has some volunteers to work on it from University of Technology Sydney.
  • cjb Chris Ball
  • mbletsas
  • AlbertCahalan
  • bobkeyes
  • palfrey

At one time gumstix was said to be interested.

LinuxToGo has a related project.

To Do

We need data and code. Put some links here.

Do we need an NDA from Marvell?

There appears to be no documentation of this chip on the Marvell Web site. They say that it is still in OEM sampling, and a developer's kit is available. OK, who has the kit?

ARM manuals

History

Includes errata for Marvell interface manual

  • The proprietary firmware implements an interface (Firmware Spec) which the Linux driver uses.
  • Open-Source Substandard? thread
  • Marvell's proprietary code and license including no-reverse-engineer clause "except to the extent that such restrictions are prohibited by applicable law."
  • Discussions by the Jem Report with Richard M. Stallman (FSF) and Theo de Raadt (OpenBSD). TdR takes a much harder line against this non-free software module than rms does.