From 0b83298ad4d58a3e40559b1f4d76781f6e47343c Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Mon, 8 May 2006 13:15:54 +0000 Subject: simpad.conf: Default to CL4/T-Sinus Pad flash size and don't install big applications. --- conf/machine/simpad.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index eb44107ecd..a6439783f3 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -35,9 +35,9 @@ SERIAL_CONSOLE = "ttySA0 115200 vt100" USE_DEVFS = "1" GUI_MACHINE_CLASS = "bigscreen" -ROOT_FLASH_SIZE = "24" +ROOT_FLASH_SIZE = "16" USE_VT = "0" -GPE_EXTRA_INSTALL += "gaim sylpheed suspend-desktop" +GPE_EXTRA_INSTALL += "suspend-desktop" include conf/machine/include/handheld-common.conf include conf/machine/include/tune-strongarm.conf -- cgit v1.2.3 From a654f089d7bb2e92d6c8fc1e34047f66747ad6b0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 8 May 2006 15:45:22 +0000 Subject: ipaq-pxa270.conf: fix touchscreen by autoloading evdev and use pcmciautils --- conf/machine/ipaq-pxa270.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 66d3eb38ff..07753ccf64 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -10,8 +10,6 @@ PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" #use this for a hx2xxx ipaq #PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" -PREFERRED_VERSIONS_handhelds-pxa-2.6 = "2.6.12-hh3" - PREFERRED_VERSION_orinoco-modules = "0.15rc1" ROOT_FLASH_SIZE = "80" @@ -21,6 +19,7 @@ EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jf -e 256KiB -p" MODUTILS = "26" +PCMCIA_MANAGER = "pcmciautils" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params " BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}" BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" @@ -34,7 +33,6 @@ SERIAL_CONSOLE = "115200 ttyS0" include conf/machine/include/handheld-common.conf GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_INSTALL += "gaim" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. include conf/machine/include/tune-xscale.conf @@ -47,7 +45,7 @@ HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pc hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power" - +module_autoload_evdev = "evdev" module_autoload_hx4700_power = "hx4700_power" module_autoload_pcmcia = "pcmcia" module_autoload_hx4700_pcmcia = "hx4700_pcmcia" -- cgit v1.2.3 From 0ec6c309a20f63cf88181a2a59a9f0618e73b52f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 8 May 2006 16:51:40 +0000 Subject: h2200.conf: use pcmciautils instead of pcmcia-cs --- conf/machine/h2200.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 126a19569c..0fc8a1ef95 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -12,6 +12,7 @@ PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000" ROOT_FLASH_SIZE = "32" +PCMCIA_MANAGER = "pcmciautils" BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${H2200_MODULES}', d)}" BOOTSTRAP_EXTRA_RDEPENDS_append = " mtd-utils h2200-bootloader kernel udev module-init-tools" -- cgit v1.2.3 From 287fc0b071b62f477e83f13ad07af7bce610bd2d Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Thu, 11 May 2006 14:49:39 +0000 Subject: mainstone.conf: test commit --- conf/machine/mainstone.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index 604748b0ed..a171a21393 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -18,3 +18,6 @@ SERIAL_CONSOLE = "115200 ttyS0" ROOT_FLASH_SIZE = "32" + + + -- cgit v1.2.3 From 844bf825c75c21864c1ba911642d58021e08e9ed Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 11 May 2006 17:23:44 +0000 Subject: add first stab at support for the Motorola A780 GSM phone NOTE: for now, we use a dedicated linux-ezx kernel, but once this proves working, we will probably unify with linux-openzaurus --- conf/machine/a780.conf | 7 +++++++ conf/machine/include/motorola-ezx.conf | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 conf/machine/a780.conf create mode 100644 conf/machine/include/motorola-ezx.conf (limited to 'conf/machine') diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf new file mode 100644 index 0000000000..6578cbe7f5 --- /dev/null +++ b/conf/machine/a780.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: Motorola EZX +#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 + +include conf/machine/include/zaurus-clamshell.conf +include conf/machine/include/zaurus-clamshell-2.6.conf +include conf/machine/include/motorola-ezx.conf diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf new file mode 100644 index 0000000000..70418805f5 --- /dev/null +++ b/conf/machine/include/motorola-ezx.conf @@ -0,0 +1,2 @@ +PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" + -- cgit v1.2.3 From cf63c923885794b2eb3c25453781b8590e082caf Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 11 May 2006 19:15:17 +0000 Subject: ep93xx: as pointed out on irc, the ep93xx is armv4t, not armv5te. Include tune-arm920t to tell gcc we have thumb as well --- conf/machine/ep93xx.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 040f00a6e2..b1e620882d 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -5,7 +5,7 @@ INHERIT += "linux_modules" TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv5te ${MACHINE}" +IPKG_ARCHS = "all arm armv4t ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" @@ -32,4 +32,7 @@ EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 " #tune for ep93xx cpus #can be used for crunch support later on -#include conf/machine/tune-ep9312.conf +#include conf/machine/include/tune-ep9312.conf + + +include conf/machine/include/tune-arm920t.conf -- cgit v1.2.3 From 3afa784bb8cba63d6ba8507d1d083224a51fa787 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 12 May 2006 14:08:47 +0000 Subject: add distro configuration for EZX phone distribution eventually this will be merged with Angstrom --- conf/machine/a780.conf | 4 ++-- conf/machine/include/motorola-ezx.conf | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index 6578cbe7f5..ce39b8082d 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Motorola EZX -#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 +#@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 diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf index 70418805f5..4ee221e91d 100644 --- a/conf/machine/include/motorola-ezx.conf +++ b/conf/machine/include/motorola-ezx.conf @@ -1,2 +1,4 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" +IMAGE_FSTYPES = "ext3 jffs2" + -- cgit v1.2.3 From 74626cde9c89fc1ffce65e30b1e23b5e39c57641 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 12 May 2006 20:24:58 +0000 Subject: tweak ezx configs. bootstrap-image now builds, further tweaks not until I got my A780 :) --- conf/machine/a780.conf | 16 ++++++++++++-- conf/machine/include/motorola-ezx.conf | 38 +++++++++++++++++++++++++++++++++- 2 files changed, 51 insertions(+), 3 deletions(-) (limited to 'conf/machine') 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" +# -- cgit v1.2.3