[oe-commits] Marcin Juszkiewicz : simone: added machine config for SimpleMachines Sim. One developer board

git version control git at git.openembedded.org
Fri Dec 4 10:28:09 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 52d27db8e0b440cea59e6df30796d1e4558da4bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=52d27db8e0b440cea59e6df30796d1e4558da4bc

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Thu Dec  3 17:31:59 2009 +0100

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

---

 conf/machine/simone.conf |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/conf/machine/simone.conf b/conf/machine/simone.conf
new file mode 100644
index 0000000..f91b292
--- /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"





More information about the Openembedded-commits mailing list