]> git.neil.brown.name Git - history.git/commitdiff
[ARM PATCH] 2027/1: S3C2410 - initial documentation
authorBen Dooks <ben-linux@org.rmk.(none)>
Thu, 19 Aug 2004 00:23:24 +0000 (01:23 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Thu, 19 Aug 2004 00:23:24 +0000 (01:23 +0100)
Patch from Ben Dooks

Attached is a couple of initial help documents for the
s3c2410, under Documents/arm/Samsung-S3C24XX

Documentation/arm/Samsung-S3C24XX/EB2410ITX.txt [new file with mode: 0644]
Documentation/arm/Samsung-S3C24XX/Overview.txt [new file with mode: 0644]

diff --git a/Documentation/arm/Samsung-S3C24XX/EB2410ITX.txt b/Documentation/arm/Samsung-S3C24XX/EB2410ITX.txt
new file mode 100644 (file)
index 0000000..b7b55d4
--- /dev/null
@@ -0,0 +1,29 @@
+               Simtec Electronics EB2410ITX (BAST)
+               ===================================
+
+       http://www.simtec.co.uk/products/EB2410ITX/
+
+Introduction
+------------
+
+  The EB2410ITX is a S3C2410 based development board with a variety of
+  peripherals and expansion connectors. This board is also known by
+  the shortened name of Bast.
+
+
+Configuration
+-------------
+
+  To set the default configuration, use `make bast_defconfig` which
+  supports the commonly used features of this board
+
+
+Support
+-------
+
+  Official support information can be found on the Simtec Electronics
+  website, at the product page http://www.simtec.co.uk/products/EB2410ITX/
+  and http://www.simtec.co.uk/products/EB2410ITX/resources.html
+
+
+(c) 2004 Ben Dooks, Simtec Electronics
diff --git a/Documentation/arm/Samsung-S3C24XX/Overview.txt b/Documentation/arm/Samsung-S3C24XX/Overview.txt
new file mode 100644 (file)
index 0000000..4472b2e
--- /dev/null
@@ -0,0 +1,51 @@
+                       S3C24XX ARM Linux Overview
+                       ==========================
+
+
+
+Introduction
+------------
+
+  The Samsung S3C24XX range of ARM9 System-on-Chip CPUs are supported
+  by the 's3c2410' architecture of ARM Linux. Currently the S3C2410 is
+  the only supported CPU in this range.
+
+
+Configuration
+-------------
+
+  A generic S3C2410 configuration is provided, and can be used as the
+  default by `make s3c2410_defconfig`. This configuration has support
+  for all the machines, and the commonly used features on them.
+
+
+Machines
+--------
+
+  The currently supported machines are as follows:
+
+  Simtec Electronics EB2410ITX (BAST)
+
+    A general purpose development board, see EB2410ITX.txt for further
+    details
+
+  Samsung SMDK2410
+
+    Samsung's own development board, geared for PDA work.
+
+  Thorcom VR1000
+
+    Custom embedded board
+
+  HP IPAQ 1940
+
+    Handheld (IPAQ), available in several varieties
+
+
+Contributors
+------------
+
+  Ben Dooks
+  Vincent Sanders
+  Herbert Potzl
+  Arnaud Patard