diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-27 01:05:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-27 01:05:20 +0000 |
commit | 546db14ee74118296f425f3b91634fb767d67290 (patch) | |
tree | 22b613a3da8d4bf663eec5e155af01b87fdf9094 /Documentation/arm/SA1100 | |
parent | 1e25e41c4f5474e14452094492dbc169b800e4c8 (diff) |
Merge with Linux 2.3.23. The new bootmem stuff has broken various
platforms. At this time I've only verified that IP22 support compiles
and IP27 actually works.
Diffstat (limited to 'Documentation/arm/SA1100')
-rw-r--r-- | Documentation/arm/SA1100/Brutus | 36 | ||||
-rw-r--r-- | Documentation/arm/SA1100/Itsy | 12 | ||||
-rw-r--r-- | Documentation/arm/SA1100/LART | 17 | ||||
-rw-r--r-- | Documentation/arm/SA1100/PLEB | 11 | ||||
-rw-r--r-- | Documentation/arm/SA1100/Tifon | 7 | ||||
-rw-r--r-- | Documentation/arm/SA1100/Victor | 16 | ||||
-rw-r--r-- | Documentation/arm/SA1100/empeg | 2 |
7 files changed, 101 insertions, 0 deletions
diff --git a/Documentation/arm/SA1100/Brutus b/Documentation/arm/SA1100/Brutus new file mode 100644 index 000000000..b01ba4b29 --- /dev/null +++ b/Documentation/arm/SA1100/Brutus @@ -0,0 +1,36 @@ +Brutus is an evaluation platform for the SA1100 manufactured by Intel. +For more details, see: + +http://developer.intel.com/design/strong/applnots/sa1100lx/getstart.htm + +To compile for Brutus, you must issue the following comands: + + make brutus_config + make config + [accept all the defaults] + make dep + make zImage + +The resulting kernel will end up in linux/arch/arm/boot/zImage. This file +must be loaded at 0xc0008000 in Brutus's memory and execution started at +0xc0008000 as well. + +But prior to execute the kernel, a ramdisk image must also be loaded in +memory. Use memory address 0x00800000 for this. + +Currently supported: + - RS232 serial ports + - audio output + - LCD screen + - keyboard (needs to be cleaned up badly... any volunteer?) + +A full PCMCIA support is still missing, although it's possible to hack +some drivers in order to drive already inserted cards at boot time with +little modifications. + +Any contribution is welcome. + +Please send patches to nico@cam.org + +Have Fun ! + diff --git a/Documentation/arm/SA1100/Itsy b/Documentation/arm/SA1100/Itsy new file mode 100644 index 000000000..a2b3ecda3 --- /dev/null +++ b/Documentation/arm/SA1100/Itsy @@ -0,0 +1,12 @@ +Itsy is a research project done by the Western Research Lab, and Systems +Research Center in Palo Alto, CA. The Itsy project is one of several +research projects at Compaq that are related to pocket computing. + +Itsy support has yet to be fully integrated in this kernel. Linux 2.0.x +support is available though. + +For more information, see: + + http://www.research.digital.com/wrl/itsy/index.html + + diff --git a/Documentation/arm/SA1100/LART b/Documentation/arm/SA1100/LART new file mode 100644 index 000000000..5d4084c04 --- /dev/null +++ b/Documentation/arm/SA1100/LART @@ -0,0 +1,17 @@ +Linux Advanced Radio Terminal (LART) +------------------------------------ + +The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded +applications. It has 32 MB DRAM, 4MB Flash ROM, double RS232 and all +other StrongARM-gadgets. Almost all SA signals are directly accessible +through a number of connectors. The powersupply accepts voltages +between 3.5V and 16V and is overdimensioned to support a range of +daughterboards. A quad Ethernet / IDE / PS2 / sound daughterboard +is under development, with plenty of others in different stages of +planning. + +The designs for this board are to be released under a GPL-like license; +we're working on the details. + +Contact: J.D. Bakker <bakker@thorgal.et.tudelft.nl>; +pictures at http://www-ict.its.tudelft.nl/~erik/open-source/LART/ diff --git a/Documentation/arm/SA1100/PLEB b/Documentation/arm/SA1100/PLEB new file mode 100644 index 000000000..92cae0669 --- /dev/null +++ b/Documentation/arm/SA1100/PLEB @@ -0,0 +1,11 @@ +The PLEB project was started as a student initiative at the School of +Computer Science and Engineering, University of New South Wales to make a +pocket computer capable of running the Linux Kernel. + +PLEB support has yet to be fully integrated. + +For more information, see: + + http://www.cse.unsw.edu.au/~pleb/ + + diff --git a/Documentation/arm/SA1100/Tifon b/Documentation/arm/SA1100/Tifon new file mode 100644 index 000000000..dd1934d9c --- /dev/null +++ b/Documentation/arm/SA1100/Tifon @@ -0,0 +1,7 @@ +Tifon +----- + +More info has to come... + +Contact: Peter Danielsson <peter.danielsson@era-t.ericsson.se> + diff --git a/Documentation/arm/SA1100/Victor b/Documentation/arm/SA1100/Victor new file mode 100644 index 000000000..01e81fc49 --- /dev/null +++ b/Documentation/arm/SA1100/Victor @@ -0,0 +1,16 @@ +Victor is known as a "digital talking book player" manufactured by +VisuAide, Inc. to be used by blind people. + +For more information related to Victor, see: + + http://www.visuaide.com/victor + +Of course Victor is using Linux as its main operating system. +The Victor implementation for Linux is maintained by Nicolas Pitre: + + nico@visuaide.com + nico@cam.org + +For any comments, please feel free to contact me through the above +addresses. + diff --git a/Documentation/arm/SA1100/empeg b/Documentation/arm/SA1100/empeg new file mode 100644 index 000000000..4ece4849a --- /dev/null +++ b/Documentation/arm/SA1100/empeg @@ -0,0 +1,2 @@ +See ../empeg/README + |