From 4fc8b5d5bc6b2227864a040af6ce4dd300204f7b Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Tue, 13 Mar 2007 23:54:14 +0000 Subject: n2100: Add Thecus n2100 machine config --- conf/machine/n2100.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 conf/machine/n2100.conf (limited to 'conf') diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf new file mode 100644 index 0000000000..aac4688c3a --- /dev/null +++ b/conf/machine/n2100.conf @@ -0,0 +1,28 @@ +TARGET_ARCH = "arm" +TARGET_OS = "linux" +TARGET_FPU = "soft" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" + +# terminal specs - console, but no other ports +SERIAL_CONSOLE="115200 console" +USE_VT="0" + +MODUTILS=26 +MACHINE_FEATURES= "kernel26 usbhost" +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.20" + +# Do we need any kernel modules? +#N2100_KERNEL = "" + +# We want udev support in the image +udevdir = "/dev" +N2100_SUPPORT ?= "cpio uboot-utils udev" +BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" +EXTRA_IMAGECMD_jffs2 += " --little-endian" + +# Hardware stuff used in image generation +ERASEBLOCK_SIZE = "0x20000" +JFFS2_ROOTFS_SIZE = "0xC80000" +KERNEL_IMAGE_SIZE = "0x280000" +require conf/machine/include/tune-xscale.conf -- cgit v1.2.3