From 52d27db8e0b440cea59e6df30796d1e4558da4bc Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 3 Dec 2009 17:31:59 +0100 Subject: [PATCH] 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 file changed, 10 insertions(+) create mode 100644 conf/machine/simone.conf 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" -- 2.39.5