From 7c8bda8ef0600aeac694c023bf3454da80f1b55b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 5 Jun 2006 09:08:45 +0000 Subject: sn9c102: add 1.32, needs >= 2.6.16 to build --- packages/sn9c102/.mtn2git_empty | 0 packages/sn9c102/sn9c102_1.32.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 packages/sn9c102/.mtn2git_empty create mode 100644 packages/sn9c102/sn9c102_1.32.bb diff --git a/packages/sn9c102/.mtn2git_empty b/packages/sn9c102/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/sn9c102/sn9c102_1.32.bb b/packages/sn9c102/sn9c102_1.32.bb new file mode 100644 index 0000000000..bc2d9d9aa2 --- /dev/null +++ b/packages/sn9c102/sn9c102_1.32.bb @@ -0,0 +1,15 @@ +DESRIPTION = "Drivers for sn9c10x webcams" +LICENSE = "GPL" +HOMEPAGE = "http://www.linux-projects.org/" +SRC_URI = "http://www.linux-projects.org/downloads/${P}.tar.gz" + +inherit module + +LDFLAGS="" + +do_compile() { +oe_runmake KVERSION=${KERNEL_VERSION} KDIR=${STAGING_KERNEL_DIR} modules +} + +FILES_${PN} = "/lib/modules/" + -- cgit v1.2.3 From ebfda772304b391ba19094c31c8682456de11b07 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 10:56:00 +0000 Subject: abiword_2.4.4.bb : add -Wl,--export-dynamic to the LDFLAGS in the .bb file. On x86 builds it seems to get this argument by luck from gmodule build arguments. This is needed to get abiword plugins to see symbols defined within abiword, and thus abiword-plugins now work. --- packages/abiword/abiword_2.4.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/abiword/abiword_2.4.4.bb b/packages/abiword/abiword_2.4.4.bb index 8b1ed52d8a..3099e0ba97 100644 --- a/packages/abiword/abiword_2.4.4.bb +++ b/packages/abiword/abiword_2.4.4.bb @@ -6,7 +6,7 @@ LICENSE="GPLv2" DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" -PR="r0" +PR="r1" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" S = "${WORKDIR}/abiword-${PV}/abi" @@ -34,6 +34,8 @@ PARALLEL_MAKE="" EXTRA_OECONF = "--disable-pspell --enable-enchant" +LDFLAGS += "-Wl,--export-dynamic" + do_install_append() { install -d ${D}${datadir}/pixmaps/ mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ -- cgit v1.2.3 From bb29ee997c83fc977dcdd98334752754df76ed12 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 12:36:44 +0000 Subject: disapproval of revision '815a6b1e0db931b81db4fe7f65116e911d84d8a4' --- packages/abiword/abiword_2.4.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/abiword/abiword_2.4.4.bb b/packages/abiword/abiword_2.4.4.bb index 3099e0ba97..8b1ed52d8a 100644 --- a/packages/abiword/abiword_2.4.4.bb +++ b/packages/abiword/abiword_2.4.4.bb @@ -6,7 +6,7 @@ LICENSE="GPLv2" DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" -PR="r1" +PR="r0" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" S = "${WORKDIR}/abiword-${PV}/abi" @@ -34,8 +34,6 @@ PARALLEL_MAKE="" EXTRA_OECONF = "--disable-pspell --enable-enchant" -LDFLAGS += "-Wl,--export-dynamic" - do_install_append() { install -d ${D}${datadir}/pixmaps/ mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ -- cgit v1.2.3 From 2d0a2ca62e215449f42c5ab35b8663a3b99830ba Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 14:12:24 +0000 Subject: cups_1.1.23.bb : needs install-native to build --- packages/cups/cups_1.1.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb index 936b92bcea..52343b004e 100644 --- a/packages/cups/cups_1.1.23.bb +++ b/packages/cups/cups_1.1.23.bb @@ -1,4 +1,4 @@ -DEPENDS = "openssl jpeg libpng zlib" +DEPENDS = "openssl jpeg libpng zlib install-native" DESCRIPTION = "An Internet printing system for Unix." SECTION = "console/utils" LICENSE = "GPL LGPL" -- cgit v1.2.3 From b34f871116dadc8456dbb2bf8744e89873231cf5 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 14:13:15 +0000 Subject: libidl_0.8.6.bb : needs libidl-native to build --- packages/libidl/libidl_0.8.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libidl/libidl_0.8.6.bb b/packages/libidl/libidl_0.8.6.bb index 42654231c5..bded954bb3 100644 --- a/packages/libidl/libidl_0.8.6.bb +++ b/packages/libidl/libidl_0.8.6.bb @@ -1,7 +1,7 @@ LICENSE = "LGPL" DESCRIPTION = "Library for parsing CORBA IDL files" SECTION = "gnome/libs" -DEPENDS = "glib-2.0" +DEPENDS = "glib-2.0 libidl-native" PR = "r2" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" -- cgit v1.2.3 From 2e48170899c8c179a213cc668bb05424dca43bb9 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 14:14:12 +0000 Subject: fbpanel_4.3.bb : add missing xlibs dependancies --- packages/fbpanel/fbpanel_4.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fbpanel/fbpanel_4.3.bb b/packages/fbpanel/fbpanel_4.3.bb index c237172ac8..3313e61629 100644 --- a/packages/fbpanel/fbpanel_4.3.bb +++ b/packages/fbpanel/fbpanel_4.3.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A gtk based panel application" SECTION = "x11" LICENSE = "GPL" -DEPENDS = "gtk+" +DEPENDS = "gtk+ libxmu libxpm" HOMEPAGE = "http://fbpanel.sourceforge.net/" MAINTAINER = "Graeme Gregory " SRC_URI = "${SOURCEFORGE_MIRROR}/fbpanel/fbpanel-${PV}.tgz \ -- cgit v1.2.3 From f162bfbee5d0dcb896b7361344adec9bd8df84be Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 5 Jun 2006 16:41:16 +0000 Subject: libeventdb: lower default pref --- packages/libeventdb/libeventdb_0.30.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/libeventdb/libeventdb_0.30.bb b/packages/libeventdb/libeventdb_0.30.bb index 30dc81c34c..38d48098d6 100644 --- a/packages/libeventdb/libeventdb_0.30.bb +++ b/packages/libeventdb/libeventdb_0.30.bb @@ -1,3 +1,5 @@ +DEFAULT_PREFERENCE = "-1" + LICENSE = "LGPL" DESCRIPTION = "Database access library for GPE calendar" SECTION = "gpe/libs" -- cgit v1.2.3 From ffa79e271b7c5526d37329bb9b547d3bfab62bf0 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 5 Jun 2006 16:53:15 +0000 Subject: linux-ezx: add LED drivers for A780 and E680 --- packages/linux/linux-ezx/a780-leds-r0.patch | 185 +++++++++++++++ packages/linux/linux-ezx/defconfig-a780 | 39 +++- packages/linux/linux-ezx/defconfig-e680 | 36 +-- packages/linux/linux-ezx/e680-leds-r0.patch | 336 ++++++++++++++++++++++++++++ packages/linux/linux-ezx/led_ezx-r0.patch | 174 -------------- packages/linux/linux-ezx_2.6.16.13.bb | 12 +- 6 files changed, 577 insertions(+), 205 deletions(-) create mode 100644 packages/linux/linux-ezx/a780-leds-r0.patch create mode 100644 packages/linux/linux-ezx/e680-leds-r0.patch delete mode 100644 packages/linux/linux-ezx/led_ezx-r0.patch diff --git a/packages/linux/linux-ezx/a780-leds-r0.patch b/packages/linux/linux-ezx/a780-leds-r0.patch new file mode 100644 index 0000000000..31fdfc635b --- /dev/null +++ b/packages/linux/linux-ezx/a780-leds-r0.patch @@ -0,0 +1,185 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- linux-2.6.16/drivers/leds/Kconfig~a780-leds-r0.patch 2006-06-05 18:05:32.000000000 +0200 ++++ linux-2.6.16/drivers/leds/Kconfig 2006-06-05 18:05:32.000000000 +0200 +@@ -66,6 +66,13 @@ + This options enables support for the LEDs on the + Motorola E680(i) GSM Phone. + ++config LEDS_A780 ++ tristate "LED Support for the Motorola A780 GSM Phone" ++ depends LEDS_CLASS && PXA_EZX_A780 ++ help ++ This option enables support for the LEDs on the ++ Motorola A780 GSM Phone. ++ + config LEDS_TRIGGER_TIMER + tristate "LED Timer Trigger" + depends LEDS_TRIGGERS +--- linux-2.6.16/drivers/leds/Makefile~a780-leds-r0.patch 2006-06-05 18:05:32.000000000 +0200 ++++ linux-2.6.16/drivers/leds/Makefile 2006-06-05 18:05:32.000000000 +0200 +@@ -11,6 +11,7 @@ + obj-$(CONFIG_LEDS_IXP4XX) += leds-ixp4xx-gpio.o + obj-$(CONFIG_LEDS_TOSA) += leds-tosa.o + obj-$(CONFIG_LEDS_E680) += leds-e680.o ++obj-$(CONFIG_LEDS_A780) += leds-a780.o + + # LED Triggers + obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o +--- linux-2.6.16/arch/arm/mach-pxa/ezx.c~a780-leds-r0.patch 2006-06-05 18:05:32.000000000 +0200 ++++ linux-2.6.16/arch/arm/mach-pxa/ezx.c 2006-06-05 18:05:32.000000000 +0200 +@@ -367,6 +367,15 @@ + }; + #endif + ++#ifdef CONFIG_PXA_EZX_A780 ++/* ++ * A780 LEDs ++ */ ++static struct platform_device a780led_device = { ++ .name = "a780-led", ++ .id = -1, ++}; ++#endif + + /* keyboard */ + +@@ -780,6 +789,9 @@ + #ifdef CONFIG_PXA_EZX_E680 + &e680led_device, + #endif ++#ifdef CONFIG_PXA_EZX_A780 ++ &a780led_device, ++#endif + }; + + static void __init +--- /dev/null 2006-06-05 13:59:28.329930680 +0200 ++++ linux-2.6.16/drivers/leds/leds-a780.c 2006-06-05 18:27:13.000000000 +0200 +@@ -0,0 +1,123 @@ ++/* ++ * EZX Platform LED Driver for the Motorola A780 GSM Phone ++ * ++ * Copyright 2006 Vanille-Media ++ * ++ * Author: Michael Lauer ++ * ++ * Based on keylight.c by Motorola and leds-corgi.c by Richard Purdie ++ * ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License version 2 as ++ * published by the Free Software Foundation. ++ * ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++ ++static void a780led_main_set(struct led_classdev *led_cdev, enum led_brightness value) ++{ ++ if ( value > 31 ) value = 31; ++ printk( KERN_DEBUG "a780led_main_set: %d\n", value ); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL_CTRL0, value & 0x01); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL_CTRL1, value & 0x02); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL_CTRL2, value & 0x04); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL_CTRL3, value & 0x08); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL_CTRL4, value & 0x10); ++} ++ ++static void a780led_aux_set(struct led_classdev *led_cdev, enum led_brightness value) ++{ ++ if ( value > 31 ) value = 31; ++ printk( KERN_DEBUG "a780led_aux_set: %d\n", value ); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL2_CTRL0, value & 0x01); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL2_CTRL1, value & 0x02); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL2_CTRL2, value & 0x04); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL2_CTRL3, value & 0x08); ++ ezx_pcap_bit_set(SSP_PCAP_ADJ_BIT_PERIPH_BL2_CTRL4, value & 0x10); ++} ++ ++static struct led_classdev a780_main_led = { ++ .name = "a780:main", ++ .default_trigger = "none", ++ .brightness_set = a780led_main_set, ++}; ++ ++static struct led_classdev a780_aux_led = { ++ .name = "a780:aux", ++ .default_trigger = "none", ++ .brightness_set = a780led_aux_set, ++}; ++ ++#ifdef CONFIG_PM ++static int a780led_suspend(struct platform_device *dev, pm_message_t state) ++{ ++ led_classdev_suspend(&a780_main_led); ++ led_classdev_suspend(&a780_aux_led); ++ return 0; ++} ++ ++static int a780led_resume(struct platform_device *dev) ++{ ++ led_classdev_resume(&a780_main_led); ++ led_classdev_resume(&a780_aux_led); ++ return 0; ++} ++#endif ++ ++static int a780led_probe(struct platform_device *pdev) ++{ ++ int ret; ++ ++ ret = led_classdev_register(&pdev->dev, &a780_main_led); ++ if (ret < 0) ++ return ret; ++ ++ ret = led_classdev_register(&pdev->dev, &a780_aux_led); ++ if (ret < 0) ++ led_classdev_unregister(&a780_main_led); ++ ++ return ret; ++} ++ ++static int a780led_remove(struct platform_device *pdev) ++{ ++ led_classdev_unregister(&a780_main_led); ++ led_classdev_unregister(&a780_aux_led); ++ return 0; ++} ++ ++static struct platform_driver a780led_driver = { ++ .probe = a780led_probe, ++ .remove = a780led_remove, ++#ifdef CONFIG_PM ++ .suspend = a780led_suspend, ++ .resume = a780led_resume, ++#endif ++ .driver = { ++ .name = "a780-led", ++ }, ++}; ++ ++static int __init a780led_init(void) ++{ ++ return platform_driver_register(&a780led_driver); ++} ++ ++static void __exit a780led_exit(void) ++{ ++ a780led_main_set( &a780_main_led, 0 ); ++ a780led_aux_set( &a780_aux_led, 0 ); ++ platform_driver_unregister(&a780led_driver); ++} ++ ++module_init(a780led_init); ++module_exit(a780led_exit); ++ ++MODULE_AUTHOR("Michael Lauer "); ++MODULE_DESCRIPTION("Motorola A780 LED driver"); ++MODULE_LICENSE("GPL"); diff --git a/packages/linux/linux-ezx/defconfig-a780 b/packages/linux/linux-ezx/defconfig-a780 index bc94f511c9..e1aa2db375 100644 --- a/packages/linux/linux-ezx/defconfig-a780 +++ b/packages/linux/linux-ezx/defconfig-a780 @@ -14,6 +14,7 @@ CONFIG_ARCH_MTD_XIP=y # CONFIG_EXPERIMENTAL=y CONFIG_BROKEN_ON_SMP=y +CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 # @@ -152,8 +153,8 @@ CONFIG_XSCALE_PMU=y # # Kernel Features # -CONFIG_PREEMPT=y -CONFIG_NO_IDLE_HZ=y +# CONFIG_PREEMPT is not set +# CONFIG_NO_IDLE_HZ is not set # CONFIG_AEABI is not set # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set CONFIG_SELECT_MEMORY_MODEL=y @@ -220,7 +221,10 @@ CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y -# CONFIG_IP_PNP is not set +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_DHCP is not set +# CONFIG_IP_PNP_BOOTP is not set +# CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_ARPD is not set @@ -846,6 +850,16 @@ CONFIG_SPI_BITBANG=m # Multimedia Capabilities Port drivers # +# +# LED devices +# +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_E680 is not set +CONFIG_LEDS_A780=m +CONFIG_LEDS_TRIGGER_TIMER=y + # # Multimedia devices # @@ -1120,7 +1134,7 @@ CONFIG_CONFIGFS_FS=m # CONFIG_EFS_FS is not set # CONFIG_JFFS_FS is not set # CONFIG_JFFS2_FS is not set -CONFIG_CRAMFS=y +CONFIG_CRAMFS=m # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set @@ -1130,7 +1144,7 @@ CONFIG_CRAMFS=y # # Network File Systems # -CONFIG_NFS_FS=m +CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V4=y @@ -1140,13 +1154,14 @@ CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set # CONFIG_NFSD_V4 is not set CONFIG_NFSD_TCP=y -CONFIG_LOCKD=m +CONFIG_ROOT_NFS=y +CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=m CONFIG_NFS_COMMON=y -CONFIG_SUNRPC=m -CONFIG_SUNRPC_GSS=m -CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_RPCSEC_GSS_KRB5=y # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set @@ -1250,13 +1265,13 @@ CONFIG_CRYPTO=y CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_MD4=m -CONFIG_CRYPTO_MD5=m +CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_SHA1=m CONFIG_CRYPTO_SHA256=m CONFIG_CRYPTO_SHA512=m CONFIG_CRYPTO_WP512=m CONFIG_CRYPTO_TGR192=m -CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_BLOWFISH=m CONFIG_CRYPTO_TWOFISH=m CONFIG_CRYPTO_SERPENT=m @@ -1283,7 +1298,7 @@ CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC32=y CONFIG_LIBCRC32C=m -CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_INFLATE=m CONFIG_ZLIB_DEFLATE=m CONFIG_REED_SOLOMON=m CONFIG_REED_SOLOMON_DEC16=y diff --git a/packages/linux/linux-ezx/defconfig-e680 b/packages/linux/linux-ezx/defconfig-e680 index 9f57ea29f8..4ecdfc9220 100644 --- a/packages/linux/linux-ezx/defconfig-e680 +++ b/packages/linux/linux-ezx/defconfig-e680 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.16.13 -# Fri Jun 2 15:01:31 2006 +# Thu May 18 19:40:25 2006 # CONFIG_ARM=y CONFIG_MMU=y @@ -153,8 +153,8 @@ CONFIG_XSCALE_PMU=y # # Kernel Features # -CONFIG_PREEMPT=y -CONFIG_NO_IDLE_HZ=y +# CONFIG_PREEMPT is not set +# CONFIG_NO_IDLE_HZ is not set # CONFIG_AEABI is not set # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set CONFIG_SELECT_MEMORY_MODEL=y @@ -172,7 +172,7 @@ CONFIG_ALIGNMENT_TRAP=y # CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 -CONFIG_CMDLINE="console=ttyS2,115200n8 console=tty1 noinitrd root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5 ip=192.168.1.2:192.168.1.10:192.168.1.10:255.255.255.0:ezx:usb0:off debug" +CONFIG_CMDLINE="mem=32M root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=1 ip=192.168.1.2:192.168.1.10:192.168.1.10:255.255.255.0:ezx:usb0:off console=ttyS2,115200n8 console=tty0" # CONFIG_XIP_KERNEL is not set # @@ -221,7 +221,10 @@ CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y -# CONFIG_IP_PNP is not set +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_DHCP is not set +# CONFIG_IP_PNP_BOOTP is not set +# CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_ARPD is not set @@ -853,7 +856,8 @@ CONFIG_SPI_BITBANG=m CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_TRIGGERS=y -CONFIG_LEDS_EZX=m +CONFIG_LEDS_E680=m +# CONFIG_LEDS_A780 is not set CONFIG_LEDS_TRIGGER_TIMER=y # @@ -1130,7 +1134,7 @@ CONFIG_CONFIGFS_FS=m # CONFIG_EFS_FS is not set # CONFIG_JFFS_FS is not set # CONFIG_JFFS2_FS is not set -CONFIG_CRAMFS=y +CONFIG_CRAMFS=m # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set @@ -1140,7 +1144,7 @@ CONFIG_CRAMFS=y # # Network File Systems # -CONFIG_NFS_FS=m +CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V4=y @@ -1150,13 +1154,14 @@ CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set # CONFIG_NFSD_V4 is not set CONFIG_NFSD_TCP=y -CONFIG_LOCKD=m +CONFIG_ROOT_NFS=y +CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=m CONFIG_NFS_COMMON=y -CONFIG_SUNRPC=m -CONFIG_SUNRPC_GSS=m -CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_RPCSEC_GSS_KRB5=y # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set @@ -1230,7 +1235,6 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_DETECT_SOFTLOCKUP is not set # CONFIG_SCHEDSTATS is not set # CONFIG_DEBUG_SLAB is not set -CONFIG_DEBUG_PREEMPT=y # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set @@ -1261,13 +1265,13 @@ CONFIG_CRYPTO=y CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_MD4=m -CONFIG_CRYPTO_MD5=m +CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_SHA1=m CONFIG_CRYPTO_SHA256=m CONFIG_CRYPTO_SHA512=m CONFIG_CRYPTO_WP512=m CONFIG_CRYPTO_TGR192=m -CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_BLOWFISH=m CONFIG_CRYPTO_TWOFISH=m CONFIG_CRYPTO_SERPENT=m @@ -1294,7 +1298,7 @@ CONFIG_CRC_CCITT=m CONFIG_CRC16=m CONFIG_CRC32=y CONFIG_LIBCRC32C=m -CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_INFLATE=m CONFIG_ZLIB_DEFLATE=m CONFIG_REED_SOLOMON=m CONFIG_REED_SOLOMON_DEC16=y diff --git a/packages/linux/linux-ezx/e680-leds-r0.patch b/packages/linux/linux-ezx/e680-leds-r0.patch new file mode 100644 index 0000000000..b6d2413dc1 --- /dev/null +++ b/packages/linux/linux-ezx/e680-leds-r0.patch @@ -0,0 +1,336 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- linux-2.6.16/arch/arm/mach-pxa/ezx.c~led_ezx-r0.patch 2006-06-03 15:17:43.000000000 +0200 ++++ linux-2.6.16/arch/arm/mach-pxa/ezx.c 2006-06-05 15:14:59.000000000 +0200 +@@ -357,6 +357,17 @@ + .num_resources = ARRAY_SIZE(ezx_backlight_resources), + }; + ++#ifdef CONFIG_PXA_EZX_E680 ++/* ++ * E680 LEDs ++ */ ++static struct platform_device e680led_device = { ++ .name = "e680-led", ++ .id = -1, ++}; ++#endif ++ ++ + /* keyboard */ + + #if defined(CONFIG_PXA_EZX_V700) +@@ -770,6 +781,9 @@ + + static struct platform_device *devices[] __initdata = { + &ezx_bp_device, ++#ifdef CONFIG_PXA_EZX_E680 ++ &e680led_device, ++#endif + }; + + static void __init +--- linux-2.6.16/drivers/leds/Kconfig~led_ezx-r0.patch 2006-06-03 15:17:47.000000000 +0200 ++++ linux-2.6.16/drivers/leds/Kconfig 2006-06-03 15:17:47.000000000 +0200 +@@ -59,6 +59,13 @@ + This option enables support for the LEDs on Sharp Zaurus + SL-6000 series. + ++config LEDS_E680 ++ tristate "LED Support for the Motorola E680(i) GSM Phone" ++ depends LEDS_CLASS && PXA_EZX_E680 ++ help ++ This options enables support for the LEDs on the ++ Motorola E680(i) GSM Phone. ++ + config LEDS_TRIGGER_TIMER + tristate "LED Timer Trigger" + depends LEDS_TRIGGERS +--- linux-2.6.16/drivers/leds/Makefile~led_ezx-r0.patch 2006-06-03 15:17:47.000000000 +0200 ++++ linux-2.6.16/drivers/leds/Makefile 2006-06-03 15:17:47.000000000 +0200 +@@ -10,7 +10,8 @@ + obj-$(CONFIG_LEDS_SPITZ) += leds-spitz.o + obj-$(CONFIG_LEDS_IXP4XX) += leds-ixp4xx-gpio.o + obj-$(CONFIG_LEDS_TOSA) += leds-tosa.o ++obj-$(CONFIG_LEDS_E680) += leds-e680.o + + # LED Triggers + obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o +-obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o +\ Kein Zeilenumbruch am Dateiende. ++obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o +--- /dev/null 2006-06-05 13:59:28.329930680 +0200 ++++ linux-2.6.16/drivers/leds/leds-e680.c 2006-06-05 15:11:42.000000000 +0200 +@@ -0,0 +1,269 @@ ++/* ++ * EZX Platform LED Driver for the Motorola E680(i) GSM Phone ++ * ++ * Copyright 2006 Vanille-Media ++ * ++ * Author: Michael Lauer ++ * ++ * Based on the Motorola 2.4 leds-e680.c and leds-corgi.c by Richard Purdie ++ * ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License version 2 as ++ * published by the Free Software Foundation. ++ * ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++//FIXME this belongs to somewhere else, please ++// adjust when ssp_pcap.h reached its final destination ++#include "../misc/ezx/ssp_pcap.h" ++ ++//FIXME move defines to header file ++#define IND_CNTL_R_BUL 46 ++#define IND_CNTL_G_BUL 47 ++#define SSP_PCAP_LED_MASK 0x000fffe0 ++#define SSP_PCAP_LED_SHIFT 5 ++ ++static enum led_brightness old_red; ++static enum led_brightness old_green; ++static enum led_brightness old_blue; ++ ++typedef struct { ++ unsigned char ind_GPIO_red; /*Indicator Red control GPIO 46: 0 active, 1 disactive*/ ++ unsigned char ind_GPIO_green; /*Indicator Green control GPIO 47: 0 active, 1 disactive*/ ++ unsigned char pcap_LEDR_en; /*pcap LEDR_EN bit value: 1 =Red LED(&Green) sink circuit enabled*/ ++ unsigned char pcap_LEDG_en; /*pcap LEDG_EN bit value:1 =Green(->Blue)LED sink circuit enabled*/ ++ unsigned char pcap_LEDR_CTRL; /* 4bits Sets the timing for the red(&Green) LED sink circuit*/ ++ unsigned char pcap_LEDG_CTRL; /* 4bits Sets the timing for the GREEN (->Blue) LED sink circuit*/ ++ unsigned char pcap_LEDR_I; /* 2 bits 00 3mA,01 4mA, 10 5mA, 11 9mA, sets the pulsed current level for LEDR*/ ++ unsigned char pcap_LEDG_I; /* 2 bits 00 3mA,01 4mA, 10 5mA, 11 9mA, sets the pulsed current level for LEDG*/ ++ unsigned char pcap_SKIP_on; /*1=The ON timing sequence defined by LEDx_CTRL is executed on every other cycle*/ ++} PCAP2_LED_REGISTER_VALUE; ++ ++const PCAP2_LED_REGISTER_VALUE led_register_value[]= ++{ ++ /* on/off pulsepower timing intensity */ ++ {0x1,0x1, 0x0,0x0, 0x0,0x0, 0x0,0x0,0x0}, /* OFF */ ++ {0x0,0x1, 0x1,0x0, 0xc,0x0, 0x1,0x0,0x0}, /* RED */ ++ {0x1,0x0, 0x1,0x0, 0xc,0x0, 0x1,0x0,0x0}, /* GREEN */ ++ {0x0,0x0, 0x1,0x0, 0xc,0x0, 0x1,0x0,0x0}, /* ORANGE = RED + GREEN */ ++ {0x1,0x1, 0x0,0x1, 0x0,0xc, 0x0,0x0,0x0}, /* BLUE */ ++ {0x0,0x1, 0x1,0x1, 0xc,0xc, 0x1,0x0,0x0}, /* LIGHT_RED = RED + BLUE */ ++ {0x1,0x0, 0x1,0x1, 0xc,0xc, 0x1,0x0,0x0}, /* LIGHT_GREEN = GREEN + BLUE */ ++ {0x0,0x0, 0x1,0x1, 0xc,0xc, 0x1,0x0,0x0}, /* WHITE = RED + GREEN + BLUE */ ++}; ++ ++static void e680led_led_set( enum led_brightness red, enum led_brightness green, enum led_brightness blue ) ++{ ++ printk( KERN_DEBUG "e680led_led_set: red=%d, green=%d, blue=%d", red, green, blue ); ++ unsigned int tempValue = 0; ++ unsigned int value = 0; ++ unsigned int stateIndex = 0; ++ unsigned char gpio_red, gpio_green, ledr_en, ledg_en, ledr_ctrl, ledg_ctrl, ledr_i, ledg_i,skip; ++ ++ stateIndex = ( ( blue << 2 ) | ( green << 1 ) | ( red ) ) & 0x7; ++ printk( KERN_DEBUG "LED stateIndex is %d", stateIndex ); ++ gpio_red = led_register_value[stateIndex].ind_GPIO_red & 0x1; ++ gpio_green = led_register_value[stateIndex].ind_GPIO_green & 0x1; ++ ledr_en = led_register_value[stateIndex].pcap_LEDR_en & 0x1; ++ ledg_en = led_register_value[stateIndex].pcap_LEDG_en & 0x1; ++ ledr_ctrl = led_register_value[stateIndex].pcap_LEDR_CTRL & 0xf; ++ ledg_ctrl = led_register_value[stateIndex].pcap_LEDG_CTRL & 0xf; ++ ledr_i = led_register_value[stateIndex].pcap_LEDR_I & 0x3; ++ ledg_i = led_register_value[stateIndex].pcap_LEDG_I & 0x3; ++ skip = led_register_value[stateIndex].pcap_SKIP_on & 0x1; ++ ++ /* disable LEDs */ ++ if( ezx_pcap_read(SSP_PCAP_ADJ_PERIPH_REGISTER,&tempValue) != SSP_PCAP_SUCCESS ) ++ { ++ printk( KERN_WARNING "LED PCAP Read Failed\n" ); ++ return; ++ } ++ tempValue &= (~SSP_PCAP_LED_MASK); ++ if( ezx_pcap_write(SSP_PCAP_ADJ_PERIPH_REGISTER,tempValue) != SSP_PCAP_SUCCESS ) ++ { ++ printk( KERN_WARNING "LED PCAP Write Failed (Clear Data)\n" ); ++ return; ++ } ++ ++ /* configure GPIOs as output */ ++ pxa_gpio_mode(IND_CNTL_R_BUL | GPIO_OUT); ++ pxa_gpio_mode(IND_CNTL_G_BUL | GPIO_OUT); ++ ++ //FIXME: Simplify this logic ++ if ( (gpio_green && gpio_red) ) ++ { ++ /*Disable Red & Green signal*/ ++ set_GPIO(IND_CNTL_R_BUL); /*IND_CNTL_R_BUL Low active*/ ++ PGSR(IND_CNTL_R_BUL) = PGSR(IND_CNTL_R_BUL) | GPIO_bit(IND_CNTL_R_BUL); ++ ++ clr_GPIO(IND_CNTL_G_BUL); /*IND_CNTL_G_BUL High active*/ ++ PGSR(IND_CNTL_G_BUL) = PGSR(IND_CNTL_G_BUL) & (~GPIO_bit(IND_CNTL_G_BUL)); ++ ++ printk( KERN_DEBUG "LED GPIO Green & Red Disable\n"); ++ } else if ( gpio_green && !gpio_red ) ++ { ++ /*Green Disable, Red Enable*/ ++ clr_GPIO(IND_CNTL_R_BUL); ++ PGSR(IND_CNTL_R_BUL) = PGSR(IND_CNTL_R_BUL) & (~GPIO_bit(IND_CNTL_R_BUL)); ++ ++ clr_GPIO(IND_CNTL_G_BUL); ++ PGSR(IND_CNTL_G_BUL) = PGSR(IND_CNTL_G_BUL) & (~GPIO_bit(IND_CNTL_G_BUL)); ++ ++ printk( KERN_DEBUG "LED GPIO Green Disable, Red Enable\n"); ++ } else if (gpio_red && !gpio_green ) ++ { ++ /*Red Disable, Green Enable*/ ++ set_GPIO(IND_CNTL_R_BUL); ++ PGSR(IND_CNTL_R_BUL) = PGSR(IND_CNTL_R_BUL) | GPIO_bit(IND_CNTL_R_BUL); ++ ++ set_GPIO(IND_CNTL_G_BUL); ++ PGSR(IND_CNTL_G_BUL) = PGSR(IND_CNTL_G_BUL) | GPIO_bit(IND_CNTL_G_BUL); ++ printk( KERN_DEBUG "LED GPIO Red Disable, Green Enable"); ++ }else ++ { ++ /*Red & Green enable*/ ++ clr_GPIO(IND_CNTL_R_BUL); ++ PGSR(IND_CNTL_R_BUL) = PGSR(IND_CNTL_R_BUL) & (~GPIO_bit(IND_CNTL_R_BUL)); ++ ++ set_GPIO(IND_CNTL_G_BUL); ++ PGSR(IND_CNTL_G_BUL) = PGSR(IND_CNTL_G_BUL) | GPIO_bit(IND_CNTL_G_BUL); ++ printk( KERN_DEBUG "LED GPIO Red & Green Enable\n"); ++ } ++ ++ /* Write PCAP LED Peripheral Control Register*/ ++ value = ( ledr_en | (ledg_en <<1) | (ledr_ctrl <<2) | (ledg_ctrl <<6) | ++ (ledr_i << 10) | (ledg_i <<12) | (skip <<14) ) & 0x7fff; ++ tempValue |= (value <dev, &e680_red_led); ++ if (ret < 0) ++ return ret; ++ ++ ret = led_classdev_register(&pdev->dev, &e680_green_led); ++ if (ret < 0) ++ led_classdev_unregister(&e680_red_led); ++ ++ ret = led_classdev_register(&pdev->dev, &e680_blue_led); ++ if (ret < 0) { ++ led_classdev_unregister(&e680_red_led); ++ led_classdev_unregister(&e680_green_led); ++ } ++ return ret; ++} ++ ++static int e680led_remove(struct platform_device *pdev) ++{ ++ led_classdev_unregister(&e680_red_led); ++ led_classdev_unregister(&e680_green_led); ++ led_classdev_unregister(&e680_blue_led); ++ return 0; ++} ++ ++static struct platform_driver e680led_driver = { ++ .probe = e680led_probe, ++ .remove = e680led_remove, ++#ifdef CONFIG_PM ++ .suspend = e680led_suspend, ++ .resume = e680led_resume, ++#endif ++ .driver = { ++ .name = "e680-led", ++ }, ++}; ++ ++static int __init e680led_init(void) ++{ ++ return platform_driver_register(&e680led_driver); ++} ++ ++static void __exit e680led_exit(void) ++{ ++ e680led_led_set( 0, 0, 0 ); ++ platform_driver_unregister(&e680led_driver); ++} ++ ++module_init(e680led_init); ++module_exit(e680led_exit); ++ ++MODULE_AUTHOR("Michael Lauer "); ++MODULE_DESCRIPTION("Motorola E680 LED driver"); ++MODULE_LICENSE("GPL"); diff --git a/packages/linux/linux-ezx/led_ezx-r0.patch b/packages/linux/linux-ezx/led_ezx-r0.patch deleted file mode 100644 index 6fc2031d86..0000000000 --- a/packages/linux/linux-ezx/led_ezx-r0.patch +++ /dev/null @@ -1,174 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- linux-2.6.16/arch/arm/mach-pxa/ezx.c~led_ezx-r0.patch -+++ linux-2.6.16/arch/arm/mach-pxa/ezx.c -@@ -357,6 +357,15 @@ - .num_resources = ARRAY_SIZE(ezx_backlight_resources), - }; - -+/* -+ * EZX LEDs -+ */ -+static struct platform_device ezxled_device = { -+ .name = "ezx-led", -+ .id = -1, -+}; -+ -+ - /* keyboard */ - - #if defined(CONFIG_PXA_EZX_V700) -@@ -770,6 +779,7 @@ - - static struct platform_device *devices[] __initdata = { - &ezx_bp_device, -+ &ezxled_device, - }; - - static void __init ---- linux-2.6.16/drivers/leds/Kconfig~led_ezx-r0.patch -+++ linux-2.6.16/drivers/leds/Kconfig -@@ -59,6 +59,13 @@ - This option enables support for the LEDs on Sharp Zaurus - SL-6000 series. - -+config LEDS_EZX -+ tristate "LED Support for the Motorola EZX Platform" -+ depends LEDS_CLASS && PXA_EZX && PXA_EZX_E680 -+ help -+ This options enables support for the LEDs on Motorola EZX -+ A780 and E680(i) GSM Phones. -+ - config LEDS_TRIGGER_TIMER - tristate "LED Timer Trigger" - depends LEDS_TRIGGERS ---- linux-2.6.16/drivers/leds/Makefile~led_ezx-r0.patch -+++ linux-2.6.16/drivers/leds/Makefile -@@ -10,7 +10,8 @@ - obj-$(CONFIG_LEDS_SPITZ) += leds-spitz.o - obj-$(CONFIG_LEDS_IXP4XX) += leds-ixp4xx-gpio.o - obj-$(CONFIG_LEDS_TOSA) += leds-tosa.o -+obj-$(CONFIG_LEDS_EZX) += leds-ezx.o - - # LED Triggers - obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o --obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o -\ Kein Zeilenumbruch am Dateiende. -+obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o ---- /dev/null -+++ linux-2.6.16/drivers/leds/leds-ezx.c -@@ -0,0 +1,111 @@ -+/* -+ * EZX Platform LED Driver -+ * -+ * Copyright 2006 Vanille-Media -+ * -+ * Author: Michael Lauer -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License version 2 as -+ * published by the Free Software Foundation. -+ * -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+//#include -+//#include -+//#include -+#include "../misc/ezx/ssp_pcap.h" -+ -+static void ezxled_red_set(struct led_classdev *led_cdev, enum led_brightness value) -+{ -+ printk( KERN_DEBUG "exzled_red_set: %d", value ); -+} -+ -+static void ezxled_green_set(struct led_classdev *led_cdev, enum led_brightness value) -+{ -+ printk( KERN_DEBUG "exzled_green_set: %d", value ); -+} -+ -+static struct led_classdev ezx_red_led = { -+ .name = "ezx:red", -+ .default_trigger = "timer", -+ .brightness_set = ezxled_red_set, -+}; -+ -+static struct led_classdev ezx_green_led = { -+ .name = "ezx:green", -+ .default_trigger = "timer", -+ .brightness_set = ezxled_green_set, -+}; -+ -+#ifdef CONFIG_PM -+static int ezxled_suspend(struct platform_device *dev, pm_message_t state) -+{ -+ led_classdev_suspend(&ezx_red_led); -+ led_classdev_suspend(&ezx_green_led); -+ return 0; -+} -+ -+static int ezxled_resume(struct platform_device *dev) -+{ -+ led_classdev_resume(&ezx_red_led); -+ led_classdev_resume(&ezx_green_led); -+ return 0; -+} -+#endif -+ -+static int ezxled_probe(struct platform_device *pdev) -+{ -+ int ret; -+ -+ ret = led_classdev_register(&pdev->dev, &ezx_red_led); -+ if (ret < 0) -+ return ret; -+ -+ ret = led_classdev_register(&pdev->dev, &ezx_green_led); -+ if (ret < 0) -+ led_classdev_unregister(&ezx_red_led); -+ -+ return ret; -+} -+ -+static int ezxled_remove(struct platform_device *pdev) -+{ -+ led_classdev_unregister(&ezx_red_led); -+ led_classdev_unregister(&ezx_green_led); -+ return 0; -+} -+ -+static struct platform_driver ezxled_driver = { -+ .probe = ezxled_probe, -+ .remove = ezxled_remove, -+#ifdef CONFIG_PM -+ .suspend = ezxled_suspend, -+ .resume = ezxled_resume, -+#endif -+ .driver = { -+ .name = "ezx-led", -+ }, -+}; -+ -+static int __init ezxled_init(void) -+{ -+ return platform_driver_register(&ezxled_driver); -+} -+ -+static void __exit ezxled_exit(void) -+{ -+ platform_driver_unregister(&ezxled_driver); -+} -+ -+module_init(ezxled_init); -+module_exit(ezxled_exit); -+ -+MODULE_AUTHOR("Michael Lauer "); -+MODULE_DESCRIPTION("EZX LED driver"); -+MODULE_LICENSE("GPL"); diff --git a/packages/linux/linux-ezx_2.6.16.13.bb b/packages/linux/linux-ezx_2.6.16.13.bb index eb92b221a1..e1ff1687e9 100644 --- a/packages/linux/linux-ezx_2.6.16.13.bb +++ b/packages/linux/linux-ezx_2.6.16.13.bb @@ -30,11 +30,14 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ ${RPSRC}/led_ide-r6.patch;patch=1 \ ${RPSRC}/led_nand-r3.patch;patch=1 \ \ - file://led_ezx-r0.patch;patch=1 \ file://touchscreen-fix-r0.patch;patch=1 \ \ file://e680-keypad-compile-HACK.patch;patch=1 \ file://e680-disable-boomer-HACK.patch;patch=1 \ + \ + file://e680-leds-r0.patch;patch=1 \ + file://a780-leds-r0.patch;patch=1 \ + \ file://defconfig-a780 \ file://defconfig-e680" S = "${WORKDIR}/linux-2.6.16" @@ -50,10 +53,13 @@ COMPATIBLE_MACHINE = '(a780|e680)' CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd" CMDLINE_ROOT = "root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5" -# CMDLINE_OTHER = "dyntick=enable" +# uncomment if you want to boot over NFS +#CMDLINE_ROOT = "root=/dev/nfs nfsroot=192.168.1.10:/export/opie-image rootdelay=5 3" +# uncomment to enable dyntick +#CMDLINE_OTHER = "dyntick=enable" CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",d)}' CMDLINE_IP = "ip=192.168.1.2:192.168.1.10:192.168.1.10:255.255.255.0:ezx:usb0:off" -CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_IP} ${CMDLINE_ROTATE} ${CMDLINE_OTHER} ${CMDLINE_DEBUG}" +CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_IP} ${CMDLINE_ROTATE} ${CMDLINE_OTHER} ${CMDLINE_DEBUG} mem=32M" ############################################################### # module configs specific to this kernel -- cgit v1.2.3 From 54d453df36c72592e31e3b976544340df4ed2e11 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 5 Jun 2006 18:49:13 +0000 Subject: spectrum-fw: fetch in do_fetch (sic!) --- packages/orinoco/spectrum-fw.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/orinoco/spectrum-fw.bb b/packages/orinoco/spectrum-fw.bb index dd76000ed1..a2ac130581 100644 --- a/packages/orinoco/spectrum-fw.bb +++ b/packages/orinoco/spectrum-fw.bb @@ -8,7 +8,7 @@ SRC_URI = "file://get_symbol_fw \ S = "${WORKDIR}" -do_compile() { +do_fetch_append() { ./get_symbol_fw } -- cgit v1.2.3 From 277527fbf2d7fcae47680fe3dde131d4e7418243 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 5 Jun 2006 19:16:34 +0000 Subject: logicpd-pxa270: initial support for Logicpd PXA270, provided by Shane Volpe --- conf/machine/logicpd-pxa270.conf | 20 + packages/linux/logicpd-pxa270_2.6.17-rc5.bb | 33 + .../linux/logicpd-pxa270_2.6.17-rc5/.mtn2git_empty | 0 .../linux-2.6.17-rc5.patch | 2183 ++++++++++++++++++++ 4 files changed, 2236 insertions(+) create mode 100644 conf/machine/logicpd-pxa270.conf create mode 100644 packages/linux/logicpd-pxa270_2.6.17-rc5.bb create mode 100644 packages/linux/logicpd-pxa270_2.6.17-rc5/.mtn2git_empty create mode 100644 packages/linux/logicpd-pxa270_2.6.17-rc5/linux-2.6.17-rc5.patch diff --git a/conf/machine/logicpd-pxa270.conf b/conf/machine/logicpd-pxa270.conf new file mode 100644 index 0000000000..1027fe81cb --- /dev/null +++ b/conf/machine/logicpd-pxa270.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@Name: LogicPD PXA270 Development Platform +#@DESCRIPTION: Machine configuration for LogicPD PXA270 Zoom Development Platform +#OLDEST_KERNEL = "2.6.17-rc5" +TARGET_ARCH = "arm" +PREFERRED_VERSION_mainstone-kernel = "2.6.17-rc5" +GUI_MACHINE_CLASS = "smallscreen" +IPKG_ARCHS = "all arm armv5te ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" + +include conf/machine/include/tune-iwmmxt.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" +# EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000" + diff --git a/packages/linux/logicpd-pxa270_2.6.17-rc5.bb b/packages/linux/logicpd-pxa270_2.6.17-rc5.bb new file mode 100644 index 0000000000..39557d3149 --- /dev/null +++ b/packages/linux/logicpd-pxa270_2.6.17-rc5.bb @@ -0,0 +1,33 @@ +SECTION = "kernel" +DESCRIPTION = "Linux kernel for the LogicPD Zoom(PXA270 ref design)" +LICENSE = "GPL" +MAINTAINER = "Shane Volpe " +PR = "r1" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.17-rc5.tar.bz2 \ + file://linux-2.6.17-rc5.patch;pnum=0;patch=1" + +S = "${WORKDIR}/linux-2.6.17-rc5" + +COMPATIBLE_HOST = 'arm.*-linux' + +inherit kernel +inherit package + +ARCH = "arm" +KERNEL_IMAGETYPE = "zImage" + +do_configure_prepend() { + install -m 0644 ${S}/arch/arm/configs/lpd270_defconfig ${S}/.config +} + +do_deploy() { + install -d ${DEPLOY_DIR_IMAGE} + install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}-${DATETIME}.bin +} + +do_deploy[dirs] = "${S}" + +addtask deploy before do_build after do_compile + +COMPATIBLE_MACHINE = "logicpd-pxa270" diff --git a/packages/linux/logicpd-pxa270_2.6.17-rc5/.mtn2git_empty b/packages/linux/logicpd-pxa270_2.6.17-rc5/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/linux/logicpd-pxa270_2.6.17-rc5/linux-2.6.17-rc5.patch b/packages/linux/logicpd-pxa270_2.6.17-rc5/linux-2.6.17-rc5.patch new file mode 100644 index 0000000000..074f6e123d --- /dev/null +++ b/packages/linux/logicpd-pxa270_2.6.17-rc5/linux-2.6.17-rc5.patch @@ -0,0 +1,2183 @@ +Index: arch/arm/configs/lpd270_defconfig +=================================================================== +RCS file: arch/arm/configs/lpd270_defconfig +diff -N arch/arm/configs/lpd270_defconfig +*** /dev/null 1 Jan 1970 00:00:00 -0000 +--- arch/arm/configs/lpd270_defconfig 1 Jun 2006 17:31:13 -0000 1.3 +*************** +*** 0 **** +--- 1,926 ---- ++ # ++ # Automatically generated make config: don't edit ++ # Linux kernel version: 2.6.17-rc5 ++ # Tue May 30 12:40:27 2006 ++ # ++ CONFIG_ARM=y ++ CONFIG_MMU=y ++ CONFIG_RWSEM_GENERIC_SPINLOCK=y ++ CONFIG_GENERIC_HWEIGHT=y ++ CONFIG_GENERIC_CALIBRATE_DELAY=y ++ CONFIG_ARCH_MTD_XIP=y ++ CONFIG_VECTORS_BASE=0xffff0000 ++ ++ # ++ # Code maturity level options ++ # ++ CONFIG_EXPERIMENTAL=y ++ CONFIG_BROKEN_ON_SMP=y ++ CONFIG_INIT_ENV_ARG_LIMIT=32 ++ ++ # ++ # General setup ++ # ++ CONFIG_LOCALVERSION="" ++ CONFIG_LOCALVERSION_AUTO=y ++ CONFIG_SWAP=y ++ CONFIG_SYSVIPC=y ++ # CONFIG_POSIX_MQUEUE is not set ++ # CONFIG_BSD_PROCESS_ACCT is not set ++ CONFIG_SYSCTL=y ++ # CONFIG_AUDIT is not set ++ # CONFIG_IKCONFIG is not set ++ # CONFIG_RELAY is not set ++ CONFIG_INITRAMFS_SOURCE="" ++ CONFIG_UID16=y ++ CONFIG_CC_OPTIMIZE_FOR_SIZE=y ++ # CONFIG_EMBEDDED is not set ++ CONFIG_KALLSYMS=y ++ # CONFIG_KALLSYMS_ALL is not set ++ # CONFIG_KALLSYMS_EXTRA_PASS is not set ++ CONFIG_HOTPLUG=y ++ CONFIG_PRINTK=y ++ CONFIG_BUG=y ++ CONFIG_ELF_CORE=y ++ CONFIG_BASE_FULL=y ++ CONFIG_FUTEX=y ++ CONFIG_EPOLL=y ++ CONFIG_SHMEM=y ++ CONFIG_SLAB=y ++ # CONFIG_TINY_SHMEM is not set ++ CONFIG_BASE_SMALL=0 ++ # CONFIG_SLOB is not set ++ CONFIG_OBSOLETE_INTERMODULE=y ++ ++ # ++ # Loadable module support ++ # ++ CONFIG_MODULES=y ++ # CONFIG_MODULE_UNLOAD is not set ++ # CONFIG_MODVERSIONS is not set ++ # CONFIG_MODULE_SRCVERSION_ALL is not set ++ # CONFIG_KMOD is not set ++ ++ # ++ # Block layer ++ # ++ # CONFIG_BLK_DEV_IO_TRACE is not set ++ ++ # ++ # IO Schedulers ++ # ++ CONFIG_IOSCHED_NOOP=y ++ CONFIG_IOSCHED_AS=y ++ CONFIG_IOSCHED_DEADLINE=y ++ CONFIG_IOSCHED_CFQ=y ++ CONFIG_DEFAULT_AS=y ++ # CONFIG_DEFAULT_DEADLINE is not set ++ # CONFIG_DEFAULT_CFQ is not set ++ # CONFIG_DEFAULT_NOOP is not set ++ CONFIG_DEFAULT_IOSCHED="anticipatory" ++ ++ # ++ # System Type ++ # ++ # CONFIG_ARCH_CLPS7500 is not set ++ # CONFIG_ARCH_CLPS711X is not set ++ # CONFIG_ARCH_CO285 is not set ++ # CONFIG_ARCH_EBSA110 is not set ++ # CONFIG_ARCH_EP93XX is not set ++ # CONFIG_ARCH_FOOTBRIDGE is not set ++ # CONFIG_ARCH_INTEGRATOR is not set ++ # CONFIG_ARCH_IOP3XX is not set ++ # CONFIG_ARCH_IXP4XX is not set ++ # CONFIG_ARCH_IXP2000 is not set ++ # CONFIG_ARCH_IXP23XX is not set ++ # CONFIG_ARCH_L7200 is not set ++ CONFIG_ARCH_PXA=y ++ # CONFIG_ARCH_RPC is not set ++ # CONFIG_ARCH_SA1100 is not set ++ # CONFIG_ARCH_S3C2410 is not set ++ # CONFIG_ARCH_SHARK is not set ++ # CONFIG_ARCH_LH7A40X is not set ++ # CONFIG_ARCH_OMAP is not set ++ # CONFIG_ARCH_VERSATILE is not set ++ # CONFIG_ARCH_REALVIEW is not set ++ # CONFIG_ARCH_IMX is not set ++ # CONFIG_ARCH_H720X is not set ++ # CONFIG_ARCH_AAEC2000 is not set ++ # CONFIG_ARCH_AT91RM9200 is not set ++ ++ # ++ # Intel PXA2xx Implementations ++ # ++ # CONFIG_ARCH_LUBBOCK is not set ++ CONFIG_MACH_LOGICPD_PXA270=y ++ # CONFIG_MACH_MAINSTONE is not set ++ # CONFIG_ARCH_PXA_IDP is not set ++ # CONFIG_PXA_SHARPSL is not set ++ CONFIG_PXA27x=y ++ CONFIG_IWMMXT=y ++ ++ # ++ # Processor Type ++ # ++ CONFIG_CPU_32=y ++ CONFIG_CPU_XSCALE=y ++ CONFIG_CPU_32v5=y ++ CONFIG_CPU_ABRT_EV5T=y ++ CONFIG_CPU_CACHE_VIVT=y ++ CONFIG_CPU_TLB_V4WBI=y ++ ++ # ++ # Processor Features ++ # ++ # CONFIG_ARM_THUMB is not set ++ CONFIG_XSCALE_PMU=y ++ ++ # ++ # Bus support ++ # ++ ++ # ++ # PCCARD (PCMCIA/CardBus) support ++ # ++ # CONFIG_PCCARD is not set ++ ++ # ++ # Kernel Features ++ # ++ # CONFIG_PREEMPT is not set ++ # CONFIG_NO_IDLE_HZ is not set ++ CONFIG_HZ=100 ++ # CONFIG_AEABI is not set ++ # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set ++ CONFIG_SELECT_MEMORY_MODEL=y ++ CONFIG_FLATMEM_MANUAL=y ++ # CONFIG_DISCONTIGMEM_MANUAL is not set ++ # CONFIG_SPARSEMEM_MANUAL is not set ++ CONFIG_FLATMEM=y ++ CONFIG_FLAT_NODE_MEM_MAP=y ++ # CONFIG_SPARSEMEM_STATIC is not set ++ CONFIG_SPLIT_PTLOCK_CPUS=4096 ++ CONFIG_ALIGNMENT_TRAP=y ++ ++ # ++ # Boot options ++ # ++ CONFIG_ZBOOT_ROM_TEXT=0x0 ++ CONFIG_ZBOOT_ROM_BSS=0x0 ++ CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 ip=dhcp console=ttyS0,115200 mem=64M" ++ #CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.3.5:/opt/nfs-exports/pxa-nfs-root ip=dhcp console=ttyS0,115200 mem=64M" ++ # CONFIG_XIP_KERNEL is not set ++ ++ # ++ # Floating point emulation ++ # ++ ++ # ++ # At least one emulation must be selected ++ # ++ CONFIG_FPE_NWFPE=y ++ # CONFIG_FPE_NWFPE_XP is not set ++ # CONFIG_FPE_FASTFPE is not set ++ ++ # ++ # Userspace binary formats ++ # ++ CONFIG_BINFMT_ELF=y ++ # CONFIG_BINFMT_AOUT is not set ++ # CONFIG_BINFMT_MISC is not set ++ # CONFIG_ARTHUR is not set ++ ++ # ++ # Power management options ++ # ++ # CONFIG_PM is not set ++ # CONFIG_APM is not set ++ ++ # ++ # Networking ++ # ++ CONFIG_NET=y ++ ++ # ++ # Networking options ++ # ++ # CONFIG_NETDEBUG is not set ++ # CONFIG_PACKET is not set ++ CONFIG_UNIX=y ++ # CONFIG_NET_KEY is not set ++ CONFIG_INET=y ++ # CONFIG_IP_MULTICAST is not set ++ # CONFIG_IP_ADVANCED_ROUTER is not set ++ CONFIG_IP_FIB_HASH=y ++ CONFIG_IP_PNP=y ++ CONFIG_IP_PNP_DHCP=y ++ # CONFIG_IP_PNP_BOOTP is not set ++ # CONFIG_IP_PNP_RARP is not set ++ # CONFIG_NET_IPIP is not set ++ # CONFIG_NET_IPGRE is not set ++ # CONFIG_ARPD is not set ++ # CONFIG_SYN_COOKIES is not set ++ # CONFIG_INET_AH is not set ++ # CONFIG_INET_ESP is not set ++ # CONFIG_INET_IPCOMP is not set ++ # CONFIG_INET_XFRM_TUNNEL is not set ++ # CONFIG_INET_TUNNEL is not set ++ CONFIG_INET_DIAG=y ++ CONFIG_INET_TCP_DIAG=y ++ # CONFIG_TCP_CONG_ADVANCED is not set ++ CONFIG_TCP_CONG_BIC=y ++ # CONFIG_IPV6 is not set ++ # CONFIG_INET6_XFRM_TUNNEL is not set ++ # CONFIG_INET6_TUNNEL is not set ++ # CONFIG_NETFILTER is not set ++ ++ # ++ # DCCP Configuration (EXPERIMENTAL) ++ # ++ # CONFIG_IP_DCCP is not set ++ ++ # ++ # SCTP Configuration (EXPERIMENTAL) ++ # ++ # CONFIG_IP_SCTP is not set ++ ++ # ++ # TIPC Configuration (EXPERIMENTAL) ++ # ++ # CONFIG_TIPC is not set ++ # CONFIG_ATM is not set ++ # CONFIG_BRIDGE is not set ++ # CONFIG_VLAN_8021Q is not set ++ # CONFIG_DECNET is not set ++ # CONFIG_LLC2 is not set ++ # CONFIG_IPX is not set ++ # CONFIG_ATALK is not set ++ # CONFIG_X25 is not set ++ # CONFIG_LAPB is not set ++ # CONFIG_NET_DIVERT is not set ++ # CONFIG_ECONET is not set ++ # CONFIG_WAN_ROUTER is not set ++ ++ # ++ # QoS and/or fair queueing ++ # ++ # CONFIG_NET_SCHED is not set ++ ++ # ++ # Network testing ++ # ++ # CONFIG_NET_PKTGEN is not set ++ # CONFIG_HAMRADIO is not set ++ # CONFIG_IRDA is not set ++ # CONFIG_BT is not set ++ # CONFIG_IEEE80211 is not set ++ ++ # ++ # Device Drivers ++ # ++ ++ # ++ # Generic Driver Options ++ # ++ CONFIG_STANDALONE=y ++ CONFIG_PREVENT_FIRMWARE_BUILD=y ++ # CONFIG_FW_LOADER is not set ++ # CONFIG_DEBUG_DRIVER is not set ++ ++ # ++ # Connector - unified userspace <-> kernelspace linker ++ # ++ # CONFIG_CONNECTOR is not set ++ ++ # ++ # Memory Technology Devices (MTD) ++ # ++ CONFIG_MTD=y ++ # CONFIG_MTD_DEBUG is not set ++ # CONFIG_MTD_CONCAT is not set ++ CONFIG_MTD_PARTITIONS=y ++ CONFIG_MTD_REDBOOT_PARTS=y ++ CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 ++ # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set ++ # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set ++ # CONFIG_MTD_CMDLINE_PARTS is not set ++ # CONFIG_MTD_AFS_PARTS is not set ++ ++ # ++ # User Modules And Translation Layers ++ # ++ CONFIG_MTD_CHAR=y ++ CONFIG_MTD_BLOCK=y ++ # CONFIG_FTL is not set ++ # CONFIG_NFTL is not set ++ # CONFIG_INFTL is not set ++ # CONFIG_RFD_FTL is not set ++ ++ # ++ # RAM/ROM/Flash chip drivers ++ # ++ CONFIG_MTD_CFI=y ++ # CONFIG_MTD_JEDECPROBE is not set ++ CONFIG_MTD_GEN_PROBE=y ++ CONFIG_MTD_CFI_ADV_OPTIONS=y ++ CONFIG_MTD_CFI_NOSWAP=y ++ # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set ++ # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set ++ CONFIG_MTD_CFI_GEOMETRY=y ++ CONFIG_MTD_MAP_BANK_WIDTH_1=y ++ CONFIG_MTD_MAP_BANK_WIDTH_2=y ++ CONFIG_MTD_MAP_BANK_WIDTH_4=y ++ # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set ++ # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set ++ # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set ++ # CONFIG_MTD_CFI_I1 is not set ++ CONFIG_MTD_CFI_I2=y ++ # CONFIG_MTD_CFI_I4 is not set ++ # CONFIG_MTD_CFI_I8 is not set ++ # CONFIG_MTD_OTP is not set ++ CONFIG_MTD_CFI_INTELEXT=y ++ # CONFIG_MTD_CFI_AMDSTD is not set ++ # CONFIG_MTD_CFI_STAA is not set ++ CONFIG_MTD_CFI_UTIL=y ++ # CONFIG_MTD_RAM is not set ++ # CONFIG_MTD_ROM is not set ++ # CONFIG_MTD_ABSENT is not set ++ # CONFIG_MTD_OBSOLETE_CHIPS is not set ++ # CONFIG_MTD_XIP is not set ++ ++ # ++ # Mapping drivers for chip access ++ # ++ # CONFIG_MTD_COMPLEX_MAPPINGS is not set ++ # CONFIG_MTD_PHYSMAP is not set ++ CONFIG_MTD_LOGICPD_PXA270=y ++ # CONFIG_MTD_ARM_INTEGRATOR is not set ++ # CONFIG_MTD_SHARP_SL is not set ++ # CONFIG_MTD_PLATRAM is not set ++ ++ # ++ # Self-contained MTD device drivers ++ # ++ # CONFIG_MTD_SLRAM is not set ++ # CONFIG_MTD_PHRAM is not set ++ # CONFIG_MTD_MTDRAM is not set ++ # CONFIG_MTD_BLOCK2MTD is not set ++ ++ # ++ # Disk-On-Chip Device Drivers ++ # ++ # CONFIG_MTD_DOC2000 is not set ++ # CONFIG_MTD_DOC2001 is not set ++ # CONFIG_MTD_DOC2001PLUS is not set ++ ++ # ++ # NAND Flash Device Drivers ++ # ++ # CONFIG_MTD_NAND is not set ++ ++ # ++ # OneNAND Flash Device Drivers ++ # ++ # CONFIG_MTD_ONENAND is not set ++ ++ # ++ # Parallel port support ++ # ++ # CONFIG_PARPORT is not set ++ ++ # ++ # Plug and Play support ++ # ++ ++ # ++ # Block devices ++ # ++ CONFIG_BLK_DEV_LOGICPD_CF=y ++ # CONFIG_BLK_DEV_COW_COMMON is not set ++ # CONFIG_BLK_DEV_LOOP is not set ++ # CONFIG_BLK_DEV_NBD is not set ++ # CONFIG_BLK_DEV_RAM is not set ++ # CONFIG_BLK_DEV_INITRD is not set ++ # CONFIG_CDROM_PKTCDVD is not set ++ # CONFIG_ATA_OVER_ETH is not set ++ ++ # ++ # ATA/ATAPI/MFM/RLL support ++ # ++ CONFIG_IDE=y ++ CONFIG_BLK_DEV_IDE=y ++ ++ # ++ # Please see Documentation/ide.txt for help/info on IDE drives ++ # ++ # CONFIG_BLK_DEV_IDE_SATA is not set ++ CONFIG_BLK_DEV_IDEDISK=y ++ # CONFIG_IDEDISK_MULTI_MODE is not set ++ # CONFIG_BLK_DEV_IDECD is not set ++ # CONFIG_BLK_DEV_IDETAPE is not set ++ # CONFIG_BLK_DEV_IDEFLOPPY is not set ++ # CONFIG_IDE_TASK_IOCTL is not set ++ ++ # ++ # IDE chipset support/bugfixes ++ # ++ # CONFIG_IDE_GENERIC is not set ++ # CONFIG_IDE_ARM is not set ++ # CONFIG_BLK_DEV_IDEDMA is not set ++ # CONFIG_IDEDMA_AUTO is not set ++ # CONFIG_BLK_DEV_HD is not set ++ ++ # ++ # SCSI device support ++ # ++ # CONFIG_RAID_ATTRS is not set ++ # CONFIG_SCSI is not set ++ ++ # ++ # Multi-device support (RAID and LVM) ++ # ++ # CONFIG_MD is not set ++ ++ # ++ # Fusion MPT device support ++ # ++ # CONFIG_FUSION is not set ++ ++ # ++ # IEEE 1394 (FireWire) support ++ # ++ ++ # ++ # I2O device support ++ # ++ ++ # ++ # Network device support ++ # ++ CONFIG_NETDEVICES=y ++ # CONFIG_DUMMY is not set ++ # CONFIG_BONDING is not set ++ # CONFIG_EQUALIZER is not set ++ # CONFIG_TUN is not set ++ ++ # ++ # PHY device support ++ # ++ # CONFIG_PHYLIB is not set ++ ++ # ++ # Ethernet (10 or 100Mbit) ++ # ++ CONFIG_NET_ETHERNET=y ++ CONFIG_MII=y ++ CONFIG_SMC91X=y ++ # CONFIG_DM9000 is not set ++ ++ # ++ # Ethernet (1000 Mbit) ++ # ++ ++ # ++ # Ethernet (10000 Mbit) ++ # ++ ++ # ++ # Token Ring devices ++ # ++ ++ # ++ # Wireless LAN (non-hamradio) ++ # ++ # CONFIG_NET_RADIO is not set ++ ++ # ++ # Wan interfaces ++ # ++ # CONFIG_WAN is not set ++ # CONFIG_PPP is not set ++ # CONFIG_SLIP is not set ++ # CONFIG_SHAPER is not set ++ # CONFIG_NETCONSOLE is not set ++ # CONFIG_NETPOLL is not set ++ # CONFIG_NET_POLL_CONTROLLER is not set ++ ++ # ++ # ISDN subsystem ++ # ++ # CONFIG_ISDN is not set ++ ++ # ++ # Input device support ++ # ++ CONFIG_INPUT=y ++ ++ # ++ # Userland interfaces ++ # ++ CONFIG_INPUT_MOUSEDEV=y ++ CONFIG_INPUT_MOUSEDEV_PSAUX=y ++ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 ++ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 ++ # CONFIG_INPUT_JOYDEV is not set ++ # CONFIG_INPUT_TSDEV is not set ++ CONFIG_INPUT_EVDEV=y ++ # CONFIG_INPUT_EVBUG is not set ++ ++ # ++ # Input Device Drivers ++ # ++ CONFIG_INPUT_KEYBOARD=y ++ CONFIG_KEYBOARD_ATKBD=y ++ # CONFIG_KEYBOARD_SUNKBD is not set ++ # CONFIG_KEYBOARD_LKKBD is not set ++ # CONFIG_KEYBOARD_XTKBD is not set ++ # CONFIG_KEYBOARD_NEWTON is not set ++ # CONFIG_INPUT_MOUSE is not set ++ # CONFIG_INPUT_JOYSTICK is not set ++ # CONFIG_INPUT_TOUCHSCREEN is not set ++ # CONFIG_INPUT_MISC is not set ++ ++ # ++ # Hardware I/O ports ++ # ++ CONFIG_SERIO=y ++ # CONFIG_SERIO_SERPORT is not set ++ CONFIG_SERIO_LIBPS2=y ++ # CONFIG_SERIO_RAW is not set ++ # CONFIG_GAMEPORT is not set ++ ++ # ++ # Character devices ++ # ++ CONFIG_VT=y ++ CONFIG_VT_CONSOLE=y ++ CONFIG_HW_CONSOLE=y ++ # CONFIG_SERIAL_NONSTANDARD is not set ++ ++ # ++ # Serial drivers ++ # ++ # CONFIG_SERIAL_8250 is not set ++ ++ # ++ # Non-8250 serial port support ++ # ++ CONFIG_SERIAL_PXA=y ++ CONFIG_SERIAL_PXA_CONSOLE=y ++ CONFIG_SERIAL_CORE=y ++ CONFIG_SERIAL_CORE_CONSOLE=y ++ CONFIG_UNIX98_PTYS=y ++ CONFIG_LEGACY_PTYS=y ++ CONFIG_LEGACY_PTY_COUNT=256 ++ ++ # ++ # IPMI ++ # ++ # CONFIG_IPMI_HANDLER is not set ++ ++ # ++ # Watchdog Cards ++ # ++ # CONFIG_WATCHDOG is not set ++ # CONFIG_NVRAM is not set ++ # CONFIG_DTLK is not set ++ # CONFIG_R3964 is not set ++ ++ # ++ # Ftape, the floppy tape device driver ++ # ++ # CONFIG_RAW_DRIVER is not set ++ ++ # ++ # TPM devices ++ # ++ # CONFIG_TCG_TPM is not set ++ # CONFIG_TELCLOCK is not set ++ ++ # ++ # I2C support ++ # ++ # CONFIG_I2C is not set ++ ++ # ++ # SPI support ++ # ++ # CONFIG_SPI is not set ++ # CONFIG_SPI_MASTER is not set ++ ++ # ++ # Dallas's 1-wire bus ++ # ++ # CONFIG_W1 is not set ++ ++ # ++ # Hardware Monitoring support ++ # ++ CONFIG_HWMON=y ++ # CONFIG_HWMON_VID is not set ++ # CONFIG_SENSORS_F71805F is not set ++ # CONFIG_HWMON_DEBUG_CHIP is not set ++ ++ # ++ # Misc devices ++ # ++ ++ # ++ # LED devices ++ # ++ # CONFIG_NEW_LEDS is not set ++ ++ # ++ # LED drivers ++ # ++ ++ # ++ # LED Triggers ++ # ++ ++ # ++ # Multimedia devices ++ # ++ # CONFIG_VIDEO_DEV is not set ++ CONFIG_VIDEO_V4L2=y ++ ++ # ++ # Digital Video Broadcasting Devices ++ # ++ # CONFIG_DVB is not set ++ ++ # ++ # Graphics support ++ # ++ CONFIG_FB=y ++ CONFIG_FB_CFB_FILLRECT=y ++ CONFIG_FB_CFB_COPYAREA=y ++ CONFIG_FB_CFB_IMAGEBLIT=y ++ # CONFIG_FB_MACMODES is not set ++ CONFIG_FB_FIRMWARE_EDID=y ++ # CONFIG_FB_MODE_HELPERS is not set ++ # CONFIG_FB_TILEBLITTING is not set ++ # CONFIG_FB_S1D13XXX is not set ++ CONFIG_FB_PXA=y ++ # CONFIG_FB_PXA_PARAMETERS is not set ++ # CONFIG_FB_PXA_LPD_LQ64D343 is not set ++ # CONFIG_FB_PXA_LPD_LQ035Q7DB02 is not set ++ # CONFIG_FB_PXA_LPD_LQ057Q3DC02 is not set ++ CONFIG_FB_PXA_LPD_LQ10D368=y ++ # CONFIG_FB_VIRTUAL is not set ++ ++ # ++ # Console display driver support ++ # ++ # CONFIG_VGA_CONSOLE is not set ++ CONFIG_DUMMY_CONSOLE=y ++ CONFIG_FRAMEBUFFER_CONSOLE=y ++ # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set ++ # CONFIG_FONTS is not set ++ CONFIG_FONT_8x8=y ++ CONFIG_FONT_8x16=y ++ ++ # ++ # Logo configuration ++ # ++ CONFIG_LOGO=y ++ CONFIG_LOGO_LINUX_MONO=y ++ CONFIG_LOGO_LINUX_VGA16=y ++ CONFIG_LOGO_LINUX_CLUT224=y ++ # CONFIG_BACKLIGHT_LCD_SUPPORT is not set ++ ++ # ++ # Sound ++ # ++ # CONFIG_SOUND is not set ++ ++ # ++ # USB support ++ # ++ CONFIG_USB_ARCH_HAS_HCD=y ++ CONFIG_USB_ARCH_HAS_OHCI=y ++ # CONFIG_USB_ARCH_HAS_EHCI is not set ++ # CONFIG_USB is not set ++ ++ # ++ # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ++ # ++ ++ # ++ # USB Gadget Support ++ # ++ # CONFIG_USB_GADGET is not set ++ ++ # ++ # MMC/SD Card support ++ # ++ # CONFIG_MMC is not set ++ ++ # ++ # Real Time Clock ++ # ++ CONFIG_RTC_LIB=y ++ # CONFIG_RTC_CLASS is not set ++ ++ # ++ # File systems ++ # ++ CONFIG_EXT2_FS=y ++ # CONFIG_EXT2_FS_XATTR is not set ++ # CONFIG_EXT2_FS_XIP is not set ++ # CONFIG_EXT3_FS is not set ++ # CONFIG_REISERFS_FS is not set ++ # CONFIG_JFS_FS is not set ++ # CONFIG_FS_POSIX_ACL is not set ++ # CONFIG_XFS_FS is not set ++ # CONFIG_OCFS2_FS is not set ++ # CONFIG_MINIX_FS is not set ++ # CONFIG_ROMFS_FS is not set ++ CONFIG_INOTIFY=y ++ # CONFIG_QUOTA is not set ++ CONFIG_DNOTIFY=y ++ # CONFIG_AUTOFS_FS is not set ++ # CONFIG_AUTOFS4_FS is not set ++ # CONFIG_FUSE_FS is not set ++ ++ # ++ # CD-ROM/DVD Filesystems ++ # ++ # CONFIG_ISO9660_FS is not set ++ # CONFIG_UDF_FS is not set ++ ++ # ++ # DOS/FAT/NT Filesystems ++ # ++ CONFIG_FAT_FS=y ++ CONFIG_MSDOS_FS=y ++ CONFIG_VFAT_FS=y ++ CONFIG_FAT_DEFAULT_CODEPAGE=437 ++ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" ++ # CONFIG_NTFS_FS is not set ++ ++ # ++ # Pseudo filesystems ++ # ++ CONFIG_PROC_FS=y ++ CONFIG_SYSFS=y ++ # CONFIG_TMPFS is not set ++ # CONFIG_HUGETLB_PAGE is not set ++ CONFIG_RAMFS=y ++ # CONFIG_CONFIGFS_FS is not set ++ ++ # ++ # Miscellaneous filesystems ++ # ++ # CONFIG_ADFS_FS is not set ++ # CONFIG_AFFS_FS is not set ++ # CONFIG_HFS_FS is not set ++ # CONFIG_HFSPLUS_FS is not set ++ # CONFIG_BEFS_FS is not set ++ # CONFIG_BFS_FS is not set ++ # CONFIG_EFS_FS is not set ++ # CONFIG_JFFS_FS is not set ++ CONFIG_JFFS2_FS=y ++ CONFIG_JFFS2_FS_DEBUG=0 ++ CONFIG_JFFS2_FS_WRITEBUFFER=y ++ # CONFIG_JFFS2_SUMMARY is not set ++ # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set ++ CONFIG_JFFS2_ZLIB=y ++ CONFIG_JFFS2_RTIME=y ++ # CONFIG_JFFS2_RUBIN is not set ++ # CONFIG_CRAMFS is not set ++ # CONFIG_VXFS_FS is not set ++ # CONFIG_HPFS_FS is not set ++ # CONFIG_QNX4FS_FS is not set ++ # CONFIG_SYSV_FS is not set ++ # CONFIG_UFS_FS is not set ++ ++ # ++ # Network File Systems ++ # ++ CONFIG_NFS_FS=y ++ CONFIG_NFS_V3=y ++ # CONFIG_NFS_V3_ACL is not set ++ # CONFIG_NFS_V4 is not set ++ # CONFIG_NFS_DIRECTIO is not set ++ # CONFIG_NFSD is not set ++ CONFIG_ROOT_NFS=y ++ CONFIG_LOCKD=y ++ CONFIG_LOCKD_V4=y ++ CONFIG_NFS_COMMON=y ++ CONFIG_SUNRPC=y ++ # CONFIG_RPCSEC_GSS_KRB5 is not set ++ # CONFIG_RPCSEC_GSS_SPKM3 is not set ++ # CONFIG_SMB_FS is not set ++ # CONFIG_CIFS is not set ++ # CONFIG_NCP_FS is not set ++ # CONFIG_CODA_FS is not set ++ # CONFIG_AFS_FS is not set ++ # CONFIG_9P_FS is not set ++ ++ # ++ # Partition Types ++ # ++ # CONFIG_PARTITION_ADVANCED is not set ++ CONFIG_MSDOS_PARTITION=y ++ ++ # ++ # Native Language Support ++ # ++ CONFIG_NLS=y ++ CONFIG_NLS_DEFAULT="iso8859-1" ++ CONFIG_NLS_CODEPAGE_437=y ++ # CONFIG_NLS_CODEPAGE_737 is not set ++ # CONFIG_NLS_CODEPAGE_775 is not set ++ # CONFIG_NLS_CODEPAGE_850 is not set ++ # CONFIG_NLS_CODEPAGE_852 is not set ++ # CONFIG_NLS_CODEPAGE_855 is not set ++ # CONFIG_NLS_CODEPAGE_857 is not set ++ # CONFIG_NLS_CODEPAGE_860 is not set ++ # CONFIG_NLS_CODEPAGE_861 is not set ++ # CONFIG_NLS_CODEPAGE_862 is not set ++ # CONFIG_NLS_CODEPAGE_863 is not set ++ # CONFIG_NLS_CODEPAGE_864 is not set ++ # CONFIG_NLS_CODEPAGE_865 is not set ++ # CONFIG_NLS_CODEPAGE_866 is not set ++ # CONFIG_NLS_CODEPAGE_869 is not set ++ # CONFIG_NLS_CODEPAGE_936 is not set ++ # CONFIG_NLS_CODEPAGE_950 is not set ++ # CONFIG_NLS_CODEPAGE_932 is not set ++ # CONFIG_NLS_CODEPAGE_949 is not set ++ # CONFIG_NLS_CODEPAGE_874 is not set ++ # CONFIG_NLS_ISO8859_8 is not set ++ # CONFIG_NLS_CODEPAGE_1250 is not set ++ # CONFIG_NLS_CODEPAGE_1251 is not set ++ # CONFIG_NLS_ASCII is not set ++ CONFIG_NLS_ISO8859_1=y ++ # CONFIG_NLS_ISO8859_2 is not set ++ # CONFIG_NLS_ISO8859_3 is not set ++ # CONFIG_NLS_ISO8859_4 is not set ++ # CONFIG_NLS_ISO8859_5 is not set ++ # CONFIG_NLS_ISO8859_6 is not set ++ # CONFIG_NLS_ISO8859_7 is not set ++ # CONFIG_NLS_ISO8859_9 is not set ++ # CONFIG_NLS_ISO8859_13 is not set ++ # CONFIG_NLS_ISO8859_14 is not set ++ # CONFIG_NLS_ISO8859_15 is not set ++ # CONFIG_NLS_KOI8_R is not set ++ # CONFIG_NLS_KOI8_U is not set ++ # CONFIG_NLS_UTF8 is not set ++ ++ # ++ # Profiling support ++ # ++ # CONFIG_PROFILING is not set ++ ++ # ++ # Kernel hacking ++ # ++ # CONFIG_PRINTK_TIME is not set ++ CONFIG_MAGIC_SYSRQ=y ++ CONFIG_DEBUG_KERNEL=y ++ CONFIG_LOG_BUF_SHIFT=14 ++ CONFIG_DETECT_SOFTLOCKUP=y ++ # CONFIG_SCHEDSTATS is not set ++ # CONFIG_DEBUG_SLAB is not set ++ # CONFIG_DEBUG_MUTEXES is not set ++ # CONFIG_DEBUG_SPINLOCK is not set ++ # CONFIG_DEBUG_SPINLOCK_SLEEP is not set ++ # CONFIG_DEBUG_KOBJECT is not set ++ CONFIG_DEBUG_BUGVERBOSE=y ++ CONFIG_DEBUG_INFO=y ++ # CONFIG_DEBUG_FS is not set ++ # CONFIG_DEBUG_VM is not set ++ CONFIG_FRAME_POINTER=y ++ # CONFIG_UNWIND_INFO is not set ++ CONFIG_FORCED_INLINING=y ++ # CONFIG_RCU_TORTURE_TEST is not set ++ CONFIG_DEBUG_USER=y ++ # CONFIG_DEBUG_WAITQ is not set ++ CONFIG_DEBUG_ERRORS=y ++ CONFIG_DEBUG_LL=y ++ # CONFIG_DEBUG_ICEDCC is not set ++ ++ # ++ # Security options ++ # ++ # CONFIG_KEYS is not set ++ # CONFIG_SECURITY is not set ++ ++ # ++ # Cryptographic options ++ # ++ # CONFIG_CRYPTO is not set ++ ++ # ++ # Hardware crypto devices ++ # ++ ++ # ++ # Library routines ++ # ++ # CONFIG_CRC_CCITT is not set ++ # CONFIG_CRC16 is not set ++ CONFIG_CRC32=y ++ # CONFIG_LIBCRC32C is not set ++ CONFIG_ZLIB_INFLATE=y ++ CONFIG_ZLIB_DEFLATE=y +Index: arch/arm/kernel/head.S +=================================================================== +RCS file: /cvs/eps/dev_eng/sw/products/Linux/PXAEngine/pxa/linux-2.6.17-rc5/arch/arm/kernel/head.S,v +retrieving revision 1.1.1.1 +diff -c -3 -p -r1.1.1.1 head.S +*** arch/arm/kernel/head.S 29 May 2006 00:53:47 -0000 1.1.1.1 +--- arch/arm/kernel/head.S 1 Jun 2006 17:37:16 -0000 +*************** ENTRY(stext) +*** 74,79 **** +--- 74,93 ---- + msr cpsr_c, #PSR_F_BIT | PSR_I_BIT | MODE_SVC @ ensure svc mode + @ and irqs disabled + mrc p15, 0, r9, c0, c0 @ get processor id ++ ++ /* LPD-- ++ * This fakes out the Linux kernel into believing that it is ++ * running on a Mainstone hardware platform. The LogicLoader (LoLo) ++ * doesn't currently pass kernel parameters correctly for 2.6 ARM ++ * kernels. Therefore, we just hardcode it here. ++ * ++ * --LPD ++ */ ++ mov r0, #0 ++ mov r1, #0x300 ++ orr r1, r1, #0x0a0 ++ orr r1, r1, #0x002 ++ + bl __lookup_processor_type @ r5=procinfo r9=cpuid + movs r10, r5 @ invalid processor (r5=0)? + beq __error_p @ yes, error 'p' +Index: arch/arm/mach-pxa/lpd270.c +=================================================================== +RCS file: /cvs/eps/dev_eng/sw/products/Linux/PXAEngine/pxa/linux-2.6.17-rc5/arch/arm/mach-pxa/lpd270.c,v +retrieving revision 1.1.1.1 +retrieving revision 1.2 +diff -c -3 -p -r1.1.1.1 -r1.2 +*** arch/arm/mach-pxa/lpd270.c 29 May 2006 00:53:55 -0000 1.1.1.1 +--- arch/arm/mach-pxa/lpd270.c 1 Jun 2006 17:04:24 -0000 1.2 +*************** s