summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/kixrp435.conf20
-rw-r--r--conf/machine/topas910.conf5
2 files changed, 23 insertions, 2 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"
diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf
index c36dc3bc83..61167fdd73 100644
--- a/conf/machine/topas910.conf
+++ b/conf/machine/topas910.conf
@@ -10,7 +10,8 @@ GUI_MACHINE_CLASS = "smallscreen"
PREFERRED_PROVIDER_virtual/kernel ?= "linux"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-#UBOOT_ENTRYPOINT = "30008000"
+UBOOT_ENTRYPOINT = "40008000"
+KERNEL_IMAGETYPE = "uImage"
MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost vfat screen touchscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "320"
@@ -37,7 +38,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \
-o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"
# build / upload tools
-EXTRA_IMAGEDEPENDS += "lowlevel-topas910"
+MACHINE_EXTRA_RRECOMMENDS += "mtd-utils"
# tune for cpu
include conf/machine/include/tune-arm920t.inc