aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/efikamx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/efikamx.conf')
-rw-r--r--conf/machine/efikamx.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/efikamx.conf b/conf/machine/efikamx.conf
new file mode 100644
index 0000000000..935649b240
--- /dev/null
+++ b/conf/machine/efikamx.conf
@@ -0,0 +1,21 @@
+#@TYPE: Machine
+#@Name: Genisi EFIKA MX Development Platform
+#@DESCRIPTION: Machine configuration for the EFIKA development platform (http://www.powerdeveloper.org/platforms/efikamx)
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-efikamx"
+
+MACHINE_FEATURES = "kernel26 usbhost ext2 alsa"
+
+#don't try to access tty1
+USE_VT = "0"
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+UBOOT_ENTRYPOINT = "0x90008000"
+UBOOT_LOADADDRESS = "0x90008000"
+
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-efikamx"
+
+#tune for ARMv7/Cortex A8
+require conf/machine/include/tune-cortexa8.inc