summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/xxs1500.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/xxs1500.conf b/conf/machine/xxs1500.conf
index e69de29bb2..7500181482 100644
--- a/conf/machine/xxs1500.conf
+++ b/conf/machine/xxs1500.conf
@@ -0,0 +1,21 @@
+#@TYPE: Machine
+#@NAME: mycable xxs1500
+#@DESCRIPTION: Machine configuration for the xxs1500 revision A.
+
+# pad size and SREC_VMAADDR would need to be changed for the xxs1500 rev B.
+
+TARGET_ARCH = "mipsel"
+IPKG_ARCHS = "all mipsel ${MACHINE}"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-xxs1500"
+
+EXTRA_IMAGECMD_jffs2 = "--pad=0xa00000 --little-endian --eraseblock=0x20000 -n"
+
+# does not gain any speed and just creates problems:
+# TARGET_CC_ARCH = "-march=mips32"
+
+USE_DEVFS = "1"
+USE_VT = "0"
+SERIAL_CONSOLE = "115200 tts/0 vt100"
+
+SREC_VMAADDR = "0xbf200000"