summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/kixrp435.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/kixrp435.conf b/conf/machine/kixrp435.conf
new file mode 100644
index 0000000000..8259127ec3
--- /dev/null
+++ b/conf/machine/kixrp435.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: Intel IXP43x eval platform KIXRP435 (little-endian)
+#@DESCRIPTION: Machine configuration for an KIXRP435 in little-endian mode
+
+TARGET_ARCH = "arm"
+
+# Note: armv4 armv4t armv5te will be added by tune-xscale.inc automatically.
+PACKAGE_EXTRA_ARCHS = "armv5e ixp4xxle"
+
+OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux = "2.6.30"
+ROOT_FLASH_SIZE ?= "32"
+
+MACHINE_FEATURES ?= "kernel26 usbhost pci ext2 vfat redboot pcmcia"
+
+require conf/machine/include/ixp4xx.inc
+
+EXTRA_IMAGECMD_jffs2 += "--little-endian"