aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/triton.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/triton.conf')
-rw-r--r--conf/machine/triton.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/triton.conf b/conf/machine/triton.conf
new file mode 100644
index 0000000000..5816aac900
--- /dev/null
+++ b/conf/machine/triton.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: KARO Electronics TRITON Processor module
+#@DESCRIPTION: Machine configuration for the XScale based triton boards from KaRo Electronics
+
+TARGET_ARCH = "arm"
+TARGET_FPU = "soft"
+IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "triton-kernel"
+
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel"
+BOOTSTRAP_EXTRA_RDEPENDS = "virtual/kernel"
+
+EXTRA_IMAGECMD_jffs2 = "--pad=0x1dc0000 --little-endian --eraseblock=0x40000 -n"
+EXTRA_IMAGEDEPENDS = ""
+SERIAL_CONSOLE = "38400 ttyS0"
+KERNEL_CONSOLE = "ttys0,38400"
+USE_VT = "0"
+
+include conf/machine/tune-xscale.conf
+