Documentation/arm/sa1100: Remove some obsolete documentation
The support for the following boards, among others, was removed in 2004 with commit "[ARM] Remove broken SA1100 machine support.": - ADS Bitsy - Brutus - Freebird - ADS GraphicsClient Plus - ADS GraphicsMaster - Höft & Wessel Webpanel - Compaq Itsy - nanoEngine - Pangolin - PLEB - Yopy Tifon support has been removed in 2.4.3.3. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
6a241a11f9
commit
198266af3a
@ -1,51 +0,0 @@
|
|||||||
===============================
|
|
||||||
ADS Bitsy Single Board Computer
|
|
||||||
===============================
|
|
||||||
|
|
||||||
(It is different from Bitsy(iPAQ) of Compaq)
|
|
||||||
|
|
||||||
For more details, contact Applied Data Systems or see
|
|
||||||
http://www.applieddata.net/products.html
|
|
||||||
|
|
||||||
The Linux support for this product has been provided by
|
|
||||||
Woojung Huh <whuh@applieddata.net>
|
|
||||||
|
|
||||||
Use 'make adsbitsy_config' before any 'make config'.
|
|
||||||
This will set up defaults for ADS Bitsy support.
|
|
||||||
|
|
||||||
The kernel zImage is linked to be loaded and executed at 0xc0400000.
|
|
||||||
|
|
||||||
Linux can be used with the ADS BootLoader that ships with the
|
|
||||||
newer rev boards. See their documentation on how to load Linux.
|
|
||||||
|
|
||||||
Supported peripherals
|
|
||||||
=====================
|
|
||||||
|
|
||||||
- SA1100 LCD frame buffer (8/16bpp...sort of)
|
|
||||||
- SA1111 USB Master
|
|
||||||
- SA1100 serial port
|
|
||||||
- pcmcia, compact flash
|
|
||||||
- touchscreen(ucb1200)
|
|
||||||
- console on LCD screen
|
|
||||||
- serial ports (ttyS[0-2])
|
|
||||||
- ttyS0 is default for serial console
|
|
||||||
|
|
||||||
To do
|
|
||||||
=====
|
|
||||||
|
|
||||||
- everything else! :-)
|
|
||||||
|
|
||||||
Notes
|
|
||||||
=====
|
|
||||||
|
|
||||||
- The flash on board is divided into 3 partitions.
|
|
||||||
You should be careful to use flash on board.
|
|
||||||
Its partition is different from GraphicsClient Plus and GraphicsMaster
|
|
||||||
|
|
||||||
- 16bpp mode requires a different cable than what ships with the board.
|
|
||||||
Contact ADS or look through the manual to wire your own. Currently,
|
|
||||||
if you compile with 16bit mode support and switch into a lower bpp
|
|
||||||
mode, the timing is off so the image is corrupted. This will be
|
|
||||||
fixed soon.
|
|
||||||
|
|
||||||
Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
|
|
@ -1,69 +0,0 @@
|
|||||||
======
|
|
||||||
Brutus
|
|
||||||
======
|
|
||||||
|
|
||||||
Brutus is an evaluation platform for the SA1100 manufactured by Intel.
|
|
||||||
For more details, see:
|
|
||||||
|
|
||||||
http://developer.intel.com
|
|
||||||
|
|
||||||
To compile for Brutus, you must issue the following commands::
|
|
||||||
|
|
||||||
make brutus_config
|
|
||||||
make config
|
|
||||||
[accept all the defaults]
|
|
||||||
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 with the value of registers r0 = 0 and r1 = 16 upon
|
|
||||||
entry.
|
|
||||||
|
|
||||||
But prior to execute the kernel, a ramdisk image must also be loaded in
|
|
||||||
memory. Use memory address 0xd8000000 for this. Note that the file
|
|
||||||
containing the (compressed) ramdisk image must not exceed 4 MB.
|
|
||||||
|
|
||||||
Typically, you'll need angelboot to load the kernel.
|
|
||||||
The following angelboot.opt file should be used::
|
|
||||||
|
|
||||||
base 0xc0008000
|
|
||||||
entry 0xc0008000
|
|
||||||
r0 0x00000000
|
|
||||||
r1 0x00000010
|
|
||||||
device /dev/ttyS0
|
|
||||||
options "9600 8N1"
|
|
||||||
baud 115200
|
|
||||||
otherfile ramdisk_img.gz
|
|
||||||
otherbase 0xd8000000
|
|
||||||
|
|
||||||
Then load the kernel and ramdisk with::
|
|
||||||
|
|
||||||
angelboot -f angelboot.opt zImage
|
|
||||||
|
|
||||||
The first Brutus serial port (assumed to be linked to /dev/ttyS0 on your
|
|
||||||
host PC) is used by angel to load the kernel and ramdisk image. The serial
|
|
||||||
console is provided through the second Brutus serial port. To access it,
|
|
||||||
you may use minicom configured with /dev/ttyS1, 9600 baud, 8N1, no flow
|
|
||||||
control.
|
|
||||||
|
|
||||||
Currently supported
|
|
||||||
===================
|
|
||||||
|
|
||||||
- RS232 serial ports
|
|
||||||
- audio output
|
|
||||||
- LCD screen
|
|
||||||
- keyboard
|
|
||||||
|
|
||||||
The actual Brutus support may not be complete without extra patches.
|
|
||||||
If such patches exist, they should be found from
|
|
||||||
ftp.netwinder.org/users/n/nico.
|
|
||||||
|
|
||||||
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@fluxnic.net
|
|
||||||
|
|
||||||
Have Fun !
|
|
@ -1,25 +0,0 @@
|
|||||||
========
|
|
||||||
Freebird
|
|
||||||
========
|
|
||||||
|
|
||||||
Freebird-1.1 is produced by Legend(C), Inc.
|
|
||||||
`http://web.archive.org/web/*/http://www.legend.com.cn`
|
|
||||||
and software/linux maintained by Coventive(C), Inc.
|
|
||||||
(http://www.coventive.com)
|
|
||||||
|
|
||||||
Based on the Nicolas's strongarm kernel tree.
|
|
||||||
|
|
||||||
Maintainer:
|
|
||||||
|
|
||||||
Chester Kuo
|
|
||||||
- <chester@coventive.com>
|
|
||||||
- <chester@linux.org.tw>
|
|
||||||
|
|
||||||
Author:
|
|
||||||
|
|
||||||
- Tim wu <timwu@coventive.com>
|
|
||||||
- CIH <cih@coventive.com>
|
|
||||||
- Eric Peng <ericpeng@coventive.com>
|
|
||||||
- Jeff Lee <jeff_lee@coventive.com>
|
|
||||||
- Allen Cheng
|
|
||||||
- Tony Liu <tonyliu@coventive.com>
|
|
@ -1,102 +0,0 @@
|
|||||||
=============================================
|
|
||||||
ADS GraphicsClient Plus Single Board Computer
|
|
||||||
=============================================
|
|
||||||
|
|
||||||
For more details, contact Applied Data Systems or see
|
|
||||||
http://www.applieddata.net/products.html
|
|
||||||
|
|
||||||
The original Linux support for this product has been provided by
|
|
||||||
Nicolas Pitre <nico@fluxnic.net>. Continued development work by
|
|
||||||
Woojung Huh <whuh@applieddata.net>
|
|
||||||
|
|
||||||
It's currently possible to mount a root filesystem via NFS providing a
|
|
||||||
complete Linux environment. Otherwise a ramdisk image may be used. The
|
|
||||||
board supports MTD/JFFS, so you could also mount something on there.
|
|
||||||
|
|
||||||
Use 'make graphicsclient_config' before any 'make config'. This will set up
|
|
||||||
defaults for GraphicsClient Plus support.
|
|
||||||
|
|
||||||
The kernel zImage is linked to be loaded and executed at 0xc0200000.
|
|
||||||
Also the following registers should have the specified values upon entry::
|
|
||||||
|
|
||||||
r0 = 0
|
|
||||||
r1 = 29 (this is the GraphicsClient architecture number)
|
|
||||||
|
|
||||||
Linux can be used with the ADS BootLoader that ships with the
|
|
||||||
newer rev boards. See their documentation on how to load Linux.
|
|
||||||
Angel is not available for the GraphicsClient Plus AFAIK.
|
|
||||||
|
|
||||||
There is a board known as just the GraphicsClient that ADS used to
|
|
||||||
produce but has end of lifed. This code will not work on the older
|
|
||||||
board with the ADS bootloader, but should still work with Angel,
|
|
||||||
as outlined below. In any case, if you're planning on deploying
|
|
||||||
something en masse, you should probably get the newer board.
|
|
||||||
|
|
||||||
If using Angel on the older boards, here is a typical angel.opt option file
|
|
||||||
if the kernel is loaded through the Angel Debug Monitor::
|
|
||||||
|
|
||||||
base 0xc0200000
|
|
||||||
entry 0xc0200000
|
|
||||||
r0 0x00000000
|
|
||||||
r1 0x0000001d
|
|
||||||
device /dev/ttyS1
|
|
||||||
options "38400 8N1"
|
|
||||||
baud 115200
|
|
||||||
#otherfile ramdisk.gz
|
|
||||||
#otherbase 0xc0800000
|
|
||||||
exec minicom
|
|
||||||
|
|
||||||
Then the kernel (and ramdisk if otherfile/otherbase lines above are
|
|
||||||
uncommented) would be loaded with::
|
|
||||||
|
|
||||||
angelboot -f angelboot.opt zImage
|
|
||||||
|
|
||||||
Here it is assumed that the board is connected to ttyS1 on your PC
|
|
||||||
and that minicom is preconfigured with /dev/ttyS1, 38400 baud, 8N1, no flow
|
|
||||||
control by default.
|
|
||||||
|
|
||||||
If any other bootloader is used, ensure it accomplish the same, especially
|
|
||||||
for r0/r1 register values before jumping into the kernel.
|
|
||||||
|
|
||||||
|
|
||||||
Supported peripherals
|
|
||||||
=====================
|
|
||||||
|
|
||||||
- SA1100 LCD frame buffer (8/16bpp...sort of)
|
|
||||||
- on-board SMC 92C96 ethernet NIC
|
|
||||||
- SA1100 serial port
|
|
||||||
- flash memory access (MTD/JFFS)
|
|
||||||
- pcmcia
|
|
||||||
- touchscreen(ucb1200)
|
|
||||||
- ps/2 keyboard
|
|
||||||
- console on LCD screen
|
|
||||||
- serial ports (ttyS[0-2])
|
|
||||||
- ttyS0 is default for serial console
|
|
||||||
- Smart I/O (ADC, keypad, digital inputs, etc)
|
|
||||||
See http://www.eurotech-inc.com/linux-sbc.asp for IOCTL documentation
|
|
||||||
and example user space code. ps/2 keybd is multiplexed through this driver
|
|
||||||
|
|
||||||
To do
|
|
||||||
=====
|
|
||||||
|
|
||||||
- UCB1200 audio with new ucb_generic layer
|
|
||||||
- everything else! :-)
|
|
||||||
|
|
||||||
Notes
|
|
||||||
=====
|
|
||||||
|
|
||||||
- The flash on board is divided into 3 partitions. mtd0 is where
|
|
||||||
the ADS boot ROM and zImage is stored. It's been marked as
|
|
||||||
read-only to keep you from blasting over the bootloader. :) mtd1 is
|
|
||||||
for the ramdisk.gz image. mtd2 is user flash space and can be
|
|
||||||
utilized for either JFFS or if you're feeling crazy, running ext2
|
|
||||||
on top of it. If you're not using the ADS bootloader, you're
|
|
||||||
welcome to blast over the mtd1 partition also.
|
|
||||||
|
|
||||||
- 16bpp mode requires a different cable than what ships with the board.
|
|
||||||
Contact ADS or look through the manual to wire your own. Currently,
|
|
||||||
if you compile with 16bit mode support and switch into a lower bpp
|
|
||||||
mode, the timing is off so the image is corrupted. This will be
|
|
||||||
fixed soon.
|
|
||||||
|
|
||||||
Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
|
|
@ -1,60 +0,0 @@
|
|||||||
========================================
|
|
||||||
ADS GraphicsMaster Single Board Computer
|
|
||||||
========================================
|
|
||||||
|
|
||||||
For more details, contact Applied Data Systems or see
|
|
||||||
http://www.applieddata.net/products.html
|
|
||||||
|
|
||||||
The original Linux support for this product has been provided by
|
|
||||||
Nicolas Pitre <nico@fluxnic.net>. Continued development work by
|
|
||||||
Woojung Huh <whuh@applieddata.net>
|
|
||||||
|
|
||||||
Use 'make graphicsmaster_config' before any 'make config'.
|
|
||||||
This will set up defaults for GraphicsMaster support.
|
|
||||||
|
|
||||||
The kernel zImage is linked to be loaded and executed at 0xc0400000.
|
|
||||||
|
|
||||||
Linux can be used with the ADS BootLoader that ships with the
|
|
||||||
newer rev boards. See their documentation on how to load Linux.
|
|
||||||
|
|
||||||
Supported peripherals
|
|
||||||
=====================
|
|
||||||
|
|
||||||
- SA1100 LCD frame buffer (8/16bpp...sort of)
|
|
||||||
- SA1111 USB Master
|
|
||||||
- on-board SMC 92C96 ethernet NIC
|
|
||||||
- SA1100 serial port
|
|
||||||
- flash memory access (MTD/JFFS)
|
|
||||||
- pcmcia, compact flash
|
|
||||||
- touchscreen(ucb1200)
|
|
||||||
- ps/2 keyboard
|
|
||||||
- console on LCD screen
|
|
||||||
- serial ports (ttyS[0-2])
|
|
||||||
- ttyS0 is default for serial console
|
|
||||||
- Smart I/O (ADC, keypad, digital inputs, etc)
|
|
||||||
See http://www.eurotech-inc.com/linux-sbc.asp for IOCTL documentation
|
|
||||||
and example user space code. ps/2 keybd is multiplexed through this driver
|
|
||||||
|
|
||||||
To do
|
|
||||||
=====
|
|
||||||
|
|
||||||
- everything else! :-)
|
|
||||||
|
|
||||||
Notes
|
|
||||||
=====
|
|
||||||
|
|
||||||
- The flash on board is divided into 3 partitions. mtd0 is where
|
|
||||||
the zImage is stored. It's been marked as read-only to keep you
|
|
||||||
from blasting over the bootloader. :) mtd1 is
|
|
||||||
for the ramdisk.gz image. mtd2 is user flash space and can be
|
|
||||||
utilized for either JFFS or if you're feeling crazy, running ext2
|
|
||||||
on top of it. If you're not using the ADS bootloader, you're
|
|
||||||
welcome to blast over the mtd1 partition also.
|
|
||||||
|
|
||||||
- 16bpp mode requires a different cable than what ships with the board.
|
|
||||||
Contact ADS or look through the manual to wire your own. Currently,
|
|
||||||
if you compile with 16bit mode support and switch into a lower bpp
|
|
||||||
mode, the timing is off so the image is corrupted. This will be
|
|
||||||
fixed soon.
|
|
||||||
|
|
||||||
Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
|
|
@ -1,21 +0,0 @@
|
|||||||
=======================
|
|
||||||
Hoeft & Wessel Webpanel
|
|
||||||
=======================
|
|
||||||
|
|
||||||
The HUW_WEBPANEL is a product of the german company Hoeft & Wessel AG
|
|
||||||
|
|
||||||
If you want more information, please visit
|
|
||||||
http://www.hoeft-wessel.de
|
|
||||||
|
|
||||||
To build the kernel::
|
|
||||||
|
|
||||||
make huw_webpanel_config
|
|
||||||
make oldconfig
|
|
||||||
[accept all defaults]
|
|
||||||
make zImage
|
|
||||||
|
|
||||||
Mostly of the work is done by:
|
|
||||||
Roman Jordan jor@hoeft-wessel.de
|
|
||||||
Christoph Schulz schu@hoeft-wessel.de
|
|
||||||
|
|
||||||
2000/12/18/
|
|
@ -7,19 +7,7 @@ Intel StrongARM 1100
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
adsbitsy
|
|
||||||
assabet
|
assabet
|
||||||
brutus
|
|
||||||
cerf
|
cerf
|
||||||
freebird
|
|
||||||
graphicsclient
|
|
||||||
graphicsmaster
|
|
||||||
huw_webpanel
|
|
||||||
itsy
|
|
||||||
lart
|
lart
|
||||||
nanoengine
|
|
||||||
pangolin
|
|
||||||
pleb
|
|
||||||
serial_uart
|
serial_uart
|
||||||
tifon
|
|
||||||
yopy
|
|
||||||
|
@ -1,47 +0,0 @@
|
|||||||
====
|
|
||||||
Itsy
|
|
||||||
====
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
For more information, see:
|
|
||||||
|
|
||||||
http://www.hpl.hp.com/downloads/crl/itsy/
|
|
||||||
|
|
||||||
Notes on initial 2.4 Itsy support (8/27/2000) :
|
|
||||||
|
|
||||||
The port was done on an Itsy version 1.5 machine with a daughtercard with
|
|
||||||
64 Meg of DRAM and 32 Meg of Flash. The initial work includes support for
|
|
||||||
serial console (to see what you're doing). No other devices have been
|
|
||||||
enabled.
|
|
||||||
|
|
||||||
To build, do a "make menuconfig" (or xmenuconfig) and select Itsy support.
|
|
||||||
Disable Flash and LCD support. and then do a make zImage.
|
|
||||||
Finally, you will need to cd to arch/arm/boot/tools and execute a make there
|
|
||||||
to build the params-itsy program used to boot the kernel.
|
|
||||||
|
|
||||||
In order to install the port of 2.4 to the itsy, You will need to set the
|
|
||||||
configuration parameters in the monitor as follows::
|
|
||||||
|
|
||||||
Arg 1:0x08340000, Arg2: 0xC0000000, Arg3:18 (0x12), Arg4:0
|
|
||||||
|
|
||||||
Make sure the start-routine address is set to 0x00060000.
|
|
||||||
|
|
||||||
Next, flash the params-itsy program to 0x00060000 ("p 1 0x00060000" in the
|
|
||||||
flash menu) Flash the kernel in arch/arm/boot/zImage into 0x08340000
|
|
||||||
("p 1 0x00340000"). Finally flash an initial ramdisk into 0xC8000000
|
|
||||||
("p 2 0x0") We used ramdisk-2-30.gz from the 0.11 version directory on
|
|
||||||
handhelds.org.
|
|
||||||
|
|
||||||
The serial connection we established was at:
|
|
||||||
|
|
||||||
8-bit data, no parity, 1 stop bit(s), 115200.00 b/s. in the monitor, in the
|
|
||||||
params-itsy program, and in the kernel itself. This can be changed, but
|
|
||||||
not easily. The monitor parameters are easily changed, the params program
|
|
||||||
setup is assembly outl's, and the kernel is a configuration item specific to
|
|
||||||
the itsy. (i.e. grep for CONFIG_SA1100_ITSY and you'll find where it is.)
|
|
||||||
|
|
||||||
|
|
||||||
This should get you a properly booting 2.4 kernel on the itsy.
|
|
@ -1,11 +0,0 @@
|
|||||||
==========
|
|
||||||
nanoEngine
|
|
||||||
==========
|
|
||||||
|
|
||||||
"nanoEngine" is a SA1110 based single board computer from
|
|
||||||
Bright Star Engineering Inc. See www.brightstareng.com/arm
|
|
||||||
for more info.
|
|
||||||
(Ref: Stuart Adams <sja@brightstareng.com>)
|
|
||||||
|
|
||||||
Also visit Larry Doolittle's "Linux for the nanoEngine" site:
|
|
||||||
http://www.brightstareng.com/arm/nanoeng.htm
|
|
@ -1,29 +0,0 @@
|
|||||||
========
|
|
||||||
Pangolin
|
|
||||||
========
|
|
||||||
|
|
||||||
Pangolin is a StrongARM 1110-based evaluation platform produced
|
|
||||||
by Dialogue Technology (http://www.dialogue.com.tw/).
|
|
||||||
It has EISA slots for ease of configuration with SDRAM/Flash
|
|
||||||
memory card, USB/Serial/Audio card, Compact Flash card,
|
|
||||||
PCMCIA/IDE card and TFT-LCD card.
|
|
||||||
|
|
||||||
To compile for Pangolin, you must issue the following commands::
|
|
||||||
|
|
||||||
make pangolin_config
|
|
||||||
make oldconfig
|
|
||||||
make zImage
|
|
||||||
|
|
||||||
Supported peripherals
|
|
||||||
=====================
|
|
||||||
|
|
||||||
- SA1110 serial port (UART1/UART2/UART3)
|
|
||||||
- flash memory access
|
|
||||||
- compact flash driver
|
|
||||||
- UDA1341 sound driver
|
|
||||||
- SA1100 LCD controller for 800x600 16bpp TFT-LCD
|
|
||||||
- MQ-200 driver for 800x600 16bpp TFT-LCD
|
|
||||||
- Penmount(touch panel) driver
|
|
||||||
- PCMCIA driver
|
|
||||||
- SMC91C94 LAN driver
|
|
||||||
- IDE driver (experimental)
|
|
@ -1,13 +0,0 @@
|
|||||||
====
|
|
||||||
PLEB
|
|
||||||
====
|
|
||||||
|
|
||||||
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
|
|
@ -1,7 +0,0 @@
|
|||||||
=====
|
|
||||||
Tifon
|
|
||||||
=====
|
|
||||||
|
|
||||||
More info has to come...
|
|
||||||
|
|
||||||
Contact: Peter Danielsson <peter.danielsson@era-t.ericsson.se>
|
|
@ -1,5 +0,0 @@
|
|||||||
====
|
|
||||||
Yopy
|
|
||||||
====
|
|
||||||
|
|
||||||
See http://www.yopydeveloper.org for more.
|
|
Loading…
Reference in New Issue
Block a user