summaryrefslogtreecommitdiff
path: root/meta/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/omap-3430sdp.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/machine/omap-3430sdp.conf b/meta/conf/machine/omap-3430sdp.conf
new file mode 100644
index 000000000..e00bb4d3b
--- /dev/null
+++ b/meta/conf/machine/omap-3430sdp.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: TI OMAP 3430 SDP
+#@DESCRIPTION: Machine configuration for the TI OMAP 3430 SDP
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
+KERNEL_IMAGETYPE = "uImage"
+IMAGE_FSTYPES ?= "tar.gz"
+SERIAL_CONSOLE = "-L 115200 ttyS0"
+
+require conf/machine/include/tune-arm1136jf-s.inc
+