summaryrefslogtreecommitdiff
path: root/conf/machine/devkitidp-pxa255.conf
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2005-08-31 14:12:12 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-31 14:12:12 +0000
commit1066434eb1d4add0aab24996ef54e4043b3ea159 (patch)
tree0bf1d4e68de318013893a9df781175e1fc323826 /conf/machine/devkitidp-pxa255.conf
parentc6c07a6182b57e3b494370385cc07a0f124a000f (diff)
devkitidp-pxa255: rename vibren-pxa255idp machine to devkitidp-pxa255
Diffstat (limited to 'conf/machine/devkitidp-pxa255.conf')
-rw-r--r--conf/machine/devkitidp-pxa255.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/devkitidp-pxa255.conf b/conf/machine/devkitidp-pxa255.conf
new file mode 100644
index 0000000000..ff4a82f95c
--- /dev/null
+++ b/conf/machine/devkitidp-pxa255.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@Name: BSQUARE PXA255 DevKitIDP Development Platform
+#@DESCRIPTION: Machine configuration for PXA255 DevKitIDP
+
+TARGET_ARCH = "arm"
+
+GUI_MACHINE_CLASS = "bigscreen"
+IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+
+PREFERRED_PROVIDER_virtual/bootloader = "uboot-${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
+
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel virtual/bootloader"
+
+include conf/machine/tune-xscale.conf
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE = "32"
+
+