summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-arm1136jf-s.conf2
-rw-r--r--conf/machine/mx31ads.conf18
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/include/tune-arm1136jf-s.conf b/conf/machine/include/tune-arm1136jf-s.conf
new file mode 100644
index 0000000000..9b4174018c
--- /dev/null
+++ b/conf/machine/include/tune-arm1136jf-s.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-march=armv6 -mtune=arm1136jf-s -mfpu=vfp"
+PACKAGE_ARCH = "armv6" \ No newline at end of file
diff --git a/conf/machine/mx31ads.conf b/conf/machine/mx31ads.conf
new file mode 100644
index 0000000000..2215af3239
--- /dev/null
+++ b/conf/machine/mx31ads.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@Name: Freescale MX31ADS
+#@DESCRIPTION: Machine configuration for Freescale MX31ADS
+
+TARGET_ARCH = "arm"
+
+GUI_MACHINE_CLASS = "smallscreen"
+IPKG_EXTRA_ARCHS = "armv6"
+
+PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
+
+include conf/machine/include/tune-arm1136jf-s.conf
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE = "32"