simone: added machine config for SimpleMachines Sim.One developer board
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Thu, 3 Dec 2009 16:31:59 +0000 (17:31 +0100)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Thu, 3 Dec 2009 17:39:10 +0000 (18:39 +0100)
Text from vendor page:

Sim.One means Simplemachines One, The first Project from Simplemachines
team. It's a single board computer based on the low cost Cirrus System
On Chip EP9307. It deliver a set of flexible PC-Like interfaces and
add-on expansion connector to connect daughter boards.

All the hardware Specs (CAD files, schematics, BOM, etc) are available
under open hardware license, so you are free to use, study, adapt or
manufacture for your needs.

The Sim.One come with a rich set of Free Software, Debian OS, Device
Drivers for all its pheripherals and Optimized GCC compiler with FPU
support.

URL: http://simplemachines.it/simone.html

conf/machine/simone.conf [new file with mode: 0644]

diff --git a/conf/machine/simone.conf b/conf/machine/simone.conf
new file mode 100644 (file)
index 0000000..f91b292
--- /dev/null
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@Name: SimpleMachines Sim.One developer board
+#@DESCRIPTION: Machine configuration for SimpleMachines Sim.One developer board
+#@HOMEPAGE: http://simplemachines.it/simone.html
+
+require conf/machine/ep93xx.conf
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "c0008000"