summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-12-03 17:31:59 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-12-03 18:39:10 +0100
commit52d27db8e0b440cea59e6df30796d1e4558da4bc (patch)
tree21a2635a094712f1cb160086705acfb56297f97d
parent708eff3b14f777e22984a4e540ffe52e0869ac06 (diff)
downloadopenembedded-52d27db8e0b440cea59e6df30796d1e4558da4bc.tar.gz
simone: added machine config for SimpleMachines Sim.One developer board
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
-rw-r--r--conf/machine/simone.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/simone.conf b/conf/machine/simone.conf
new file mode 100644
index 0000000000..f91b292aa1
--- /dev/null
+++ b/conf/machine/simone.conf
@@ -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"