diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-05 10:24:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-05 10:24:57 +0000 |
commit | 6c01589f8f99f16d7c0ae68421389fea81566a76 (patch) | |
tree | 828bac8bcf030d08088e7399b064fd8d582c13d3 /conf/machine/rokr-e2.conf | |
parent | 39294839312390369639e13126c4c630b3e2643d (diff) |
rokr-e2: add machine file for the ROKR E2 (motorola needs a spellchecker)
Diffstat (limited to 'conf/machine/rokr-e2.conf')
-rw-r--r-- | conf/machine/rokr-e2.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/rokr-e2.conf b/conf/machine/rokr-e2.conf new file mode 100644 index 0000000000..53be3506af --- /dev/null +++ b/conf/machine/rokr-e2.conf @@ -0,0 +1,33 @@ +#@TYPE: Machine +#@NAME: Motorola EZX rokr e2 +#@DESCRIPTION: Machine configuration for the Motorola GSM phones rokr e2 + + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" + +EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" + +#cat /proc/mtd +#dev: size erasesize name +#mtd0: 00020000 00008000 "Bootloader" +#mtd1: 000e0000 00020000 "Kernel" +#mtd2: 00580000 00020000 "VFM_Filesystem" +#mtd3: 00020000 00020000 "Logo" + +MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" + +#the a780 needs a userspace daemon to stop the BP from shutting down the phone +MACHINE_EXTRA_RDEPENDS += "opentapi" + +ROOT_FLASH_SIZE = "24" + +EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +require conf/machine/include/tune-xscale.conf + +SERIAL_CONSOLE = "115200 ttyS0" |