From: Marcin Juszkiewicz Date: Thu, 3 Dec 2009 16:31:59 +0000 (+0100) Subject: simone: added machine config for SimpleMachines Sim.One developer board X-Git-Tag: Release-2010-05/1~1496 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d27db8e0b440cea59e6df30796d1e4558da4bc;p=openembedded.git 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 --- 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"