diff options
Diffstat (limited to 'Documentation/arm/SA1100/Pangolin')
-rw-r--r-- | Documentation/arm/SA1100/Pangolin | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/arm/SA1100/Pangolin b/Documentation/arm/SA1100/Pangolin new file mode 100644 index 000000000..88cff5bf1 --- /dev/null +++ b/Documentation/arm/SA1100/Pangolin @@ -0,0 +1,25 @@ +Pangolin is a StrongARM 1110-based evaluation platform produced +by Dialogue Technoloy (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, +and TFT-LCD card. +This platform is currently under development. + +To compile for Pangolin, you must issue the following commands: + + make pangolin_config + make config + [accept all defaults] + make dep + make zImage + +Supported peripherals: +- SA1110 serial port +- flash memory access + +Testing: +- pcmcia driver +- sound driver + +To do: +- MQ-200 driver |