aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-08-26 12:15:35 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-08-26 12:15:35 +0200
commit3ecef33ae9862e8e01d713c07bc4a9eca16c79fa (patch)
tree58bfc3ed334a1b7c0d18ae05828a825f9b551aef /conf
parentacce2710fe423fcf2ffd62e3f14285504d135a96 (diff)
downloadopenembedded-3ecef33ae9862e8e01d713c07bc4a9eca16c79fa.tar.gz
kixrp435.conf: Machine description for the Intel KIXRP435 reference board.
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"