aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/db1200.conf
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2008-09-12 00:53:01 +0000
committerPhilip Balister <philip@balister.org>2008-09-12 00:53:01 +0000
commit45e19105e8d4a2a9d626068c9dae90756b5c3694 (patch)
tree86d7ec57de100cf2631094b7c6fd4fe34e6089dd /conf/machine/db1200.conf
parentb4fcc4cf8f56df117cc982d951221867e0e5c9be (diff)
downloadopenembedded-45e19105e8d4a2a9d626068c9dae90756b5c3694.tar.gz
db1200.conf : move from non-working to working and add kernel defconfig,
variables, and update jffs2 command.
Diffstat (limited to 'conf/machine/db1200.conf')
-rw-r--r--conf/machine/db1200.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/db1200.conf b/conf/machine/db1200.conf
new file mode 100644
index 0000000000..3d40074b94
--- /dev/null
+++ b/conf/machine/db1200.conf
@@ -0,0 +1,21 @@
+# Alchemy db1200
+
+TARGET_ARCH = "mipsel"
+
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+KERNEL_IMAGETYPE = "vmlinux.srec"
+
+SERIAL_CONSOLE="/dev/ttyS0 115200 vt100"
+USE_VT="0"
+
+TARGET_CC_ARCH="-march=mips32"
+
+FLASH_OFFSET="0xBC000000"
+# The NAND has an eraseblock of 0x4000 (16kB) and NOR with 0x20000 (128kB)
+ERASEBLOCK_SIZE = "0x20000"
+EXTRA_IMAGECMD_jffs2 = "--little-endian --no-cleanmarkers --eraseblock=${ERASEBLOCK_SIZE}"
+
+MACHINE_FEATURES = "kernel26 pcmcia usbhost"
+