diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/a780.conf | 16 | ||||
-rw-r--r-- | conf/machine/include/motorola-ezx.conf | 38 |
2 files changed, 51 insertions, 3 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index ce39b8082d..9181b36c19 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -2,6 +2,18 @@ #@NAME: Motorola EZX A780 and E680 #@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 and E680 -include conf/machine/include/zaurus-clamshell.conf -include conf/machine/include/zaurus-clamshell-2.6.conf include conf/machine/include/motorola-ezx.conf + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n --no-idea-yet --CAUTION" + +# EXTRA_IMAGEDEPENDS += "ezx-updater" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +include conf/machine/include/tune-xscale.conf + +SERIAL_CONSOLE = "115200 ttyS0" diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf index 4ee221e91d..cde37556ce 100644 --- a/conf/machine/include/motorola-ezx.conf +++ b/conf/machine/include/motorola-ezx.conf @@ -1,4 +1,40 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" -IMAGE_FSTYPES = "ext3 jffs2" +IMAGE_FSTYPES = "ext2.gz jffs2" +PREFERRED_VERSION_wpa_supplicant = "0.4.7" + +BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw apm irda-utils udev-utils ppp ppp-dialin module-init-tools " + +# +# disable all modules until we have something that boots... +# + +# Ethernet modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" +# NFS Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" +# Crypto Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" +# SMB and CRAMFS +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" +# Serial Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" +# Bluetooth Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ +# kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ +# kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" +# Infrared Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \ +# kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" +# +# USB Gadget Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ +# kernel-module-g-serial kernel-module-g-ether" +# +# Sound Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" +#BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc +# kernel-module-snd-timer kernel-module-snd-pcm \ +# kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" +# |