Re: [Zaurus-devel] 2.6.33-rc1: good news

2010-01-11 Thread Andrea Adami
Hello, still lacking the rom partition in mtd0. Partitions count is wrong (kernel in mtd0). I would hope the corgi OOB/BBT are ok... And about MMC, I suppose I'm doing something wrong because if I exchange the SD card and reScan the kexecboot menu removes the old entries but doesn't list the new

[Zaurus-devel] corgi_ts

2010-01-11 Thread Andrea Adami
Hello, trying to take care of the bugreports of OpenEmbedded referred to zaurus kernels ( http://tinyurl.com/yde4qxc ) I found the #2636 interesting. Now, corgi_ts has been deprecated but I'm unsure all old issues have been solved. See http://markmail.org/message/wvms4qxmfovhai53. IIRC some

Re: [Zaurus-devel] 2.6.33-rc1: good news

2010-01-12 Thread Andrea Adami
Hello Stanislav, Unfortunately I have a fresh report from JaMa about wrong... BTW this was on Spitz. So the question is: does the prom appear somewhere in /proc/partitions? I could not find it on say mtd3... Kernel makes no guarantee of partition order. It depends on order of evaluation. If

Re: [Zaurus-devel] 2.6.33-rc1: good news

2010-01-12 Thread Andrea Adami
But this is critical problem only for boot. In the user space, there is a lot of chances to prevent it (udev, mount by ID). ... So it would not be possible. Either mtd0 or mtd2. ok, so the only issue could be with pre 2.6.30 kernels / userspaces ? With patched kexecboot I got now get : Got

Re: [Zaurus-devel] Strange problem with kexec on C700

2010-01-19 Thread Andrea Adami
I hope we can finally sort out the issue... Low Ram could be a problem kexec, yes. But we already found-out that enabling CPU_FREQ would make kernel unbootable on C700 (e.g. no reboot after flashing with updater.sh) I'll build a 2.26 kernel with old kexec-tools and without cpu_freq to have it

[Zaurus-devel] bootloader params

2010-01-20 Thread Andrea Adami
Hello, I see on LAKML there is buzz about old_params today: [PATCH] arm: remove support for old way to pass kernel parameters http://lists.infradead.org/pipermail/linux-arm-kernel/2010-January/008032.html [PATCH] arm: deprecate support for old way to pass kernel parameters

[Zaurus-devel] Booting LZMA kernel

2010-01-24 Thread Andrea Adami
Hello, still unable to boot lzma-compressed kernel. Same kernel boots from kexec: http://fr.pastebin.ca/1763395 2.6.33-rc5 using the patches : ARM-Add-support-for-LZMA-compressed-kernel-images.patch;patch=1;status=pending ${RPSRC}/pxa-linking-bug-r1.patch Any hint is appreciated :) Regards

Re: [Zaurus-devel] Booting LZMA kernel

2010-01-28 Thread Andrea Adami
Update: Moreover, 2.6.33-rc5 refuses to boot from nand, with or without patch. Seems a regression from -rc4. See: Uncompressing broken with commit e7db7b4270 http://lists.infradead.org/pipermail/linux-arm-kernel/2010-January/008792.html So, no point of adding LZMA if infrastructure is still

Re: [Zaurus-devel] About kernel decompressors (fwd)

2010-02-01 Thread Andrea Adami
OMG... we can even avoid that pxa-linking-bug-r1 patch! 2.6.33-rc6 boots vanilla. [more after LZMA testing] Andrea ___ Zaurus-devel mailing list Zaurus-devel@lists.linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel

[Zaurus-devel] Original 2.4 files and sources

2010-02-04 Thread Andrea Adami
Hello, links on this page are pointing to the (disappeared) 2.4 sources: http://tetsu.homelinux.org/zaurus/kernel/ There are the original updaters too. Andrea ___ Zaurus-devel mailing list Zaurus-devel@lists.linuxtogo.org

Re: [Zaurus-devel] the latest kexecboot

2010-02-06 Thread Andrea Adami
Hello, I released stable 2.6.26 and testing 2.6.33-rc6 here: http://projects.linuxtogo.org/projects/zaurus/ Known issues of linux-kexecboot-2.6.3x (on c7x0): - power button does not suspend - probable bug for pxa25x and MMC (hotplug of another SD card seems not sensed) Tests are welcome.

Re: [Zaurus-devel] Testing linux-kexecboot_2.6.34-rc3

2010-04-12 Thread Andrea Adami
Please test them: I tried to uniform the config used by Zaurus machines but tosa and collie are very different... about collie, I see an obvious problem in my defconfig: # CONFIG_MMC_SPI is not set That would mean no MMC card... I brought down the install test kit for the collie and flashed

[Zaurus-devel] Sharp IS01

2010-04-12 Thread Andrea Adami
Still not a Zaurus, but close... http://au-is.jp/products/is01/ ___ Zaurus-devel mailing list Zaurus-devel@lists.linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel

[Zaurus-devel] Unified EABI toolchain for Zaurus

2010-04-15 Thread Andrea Adami
Hello, I recently built for armv4 EABI (collie) and this pulled in gcc_4.4.2 (and binutils_2.20). I see these are the defaults in sane-toolchain.inc, however e.g. Angstrom-2008.1 doesn't include that file and so a second 4.3 gcc is built for the armv5te machines. I propose to bump the toolchain

Re: [Zaurus-devel] Testing linux-kexecboot_2.6.34-rc4

2010-04-17 Thread Andrea Adami
Files have been uploaded here: http://projects.linuxtogo.org/frs/?group_id=55 Thx for testing! Regards Andrea ___ Zaurus-devel mailing list Zaurus-devel@lists.linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel

Re: [Zaurus-devel] [oe] [RFC] Zaurus: make updater.sh obsolete for poodle, clamshells and tosa

2010-05-03 Thread Andrea Adami
I rebump the topic because a couple of weeks ago I did some changes to zaurus-updater. The actual revision in OE has following targets (in capitals too): Part. File mtd1 uboot.bin = u-boot (deprecated - old testing) mtd1 zImage/zImage.bin = kernel mtd2 initrd.bin = rootfs (now *with

[Zaurus-devel] Evfilter

2010-05-19 Thread Andrea Adami
Evfilter is userspace library for filtering/modifying input events from linux kernel input layer, created by Cyril (metan) Hrubis. http://atrey.karlin.mff.cuni.cz/~metan/evfilter/ Andrea ___ Zaurus-devel mailing list Zaurus-devel@lists.linuxtogo.org

[Zaurus-devel] Fwd: Heads up: Linus plans to kill ARM defconfigs

2010-06-08 Thread Andrea Adami
I post here a single msg from the mega-thread, because even if it is rejected by Linus we could reuse it in OE :) The idea is reducing the defconfigs: for Zaurus we have very much in common between defconfigs, so much that Iwas thinking to just create the diffs. Now Eric seems having a better

[Zaurus-devel] Fwd: [PATCH] [ARM] pxa/corgi: fix MMC/SD card detection failure

2010-06-14 Thread Andrea Adami
-- Forwarded message -- From: Eric Miao eric.y.m...@gmail.com Date: Mon, Jun 14, 2010 at 12:19 PM Subject: [PATCH] [ARM] pxa/corgi: fix MMC/SD card detection failure To: linux-arm-kernel linux-arm-ker...@lists.infradead.org Cc: Andrea Adami andrea.ad...@gmail.com, Eric Miao

Re: [Zaurus-devel] Problem with module renaming from 2.6.28 to 2.6.29 (ieee80211 to lib80211)

2010-08-04 Thread Andrea Adami
I figured out one of the problems I reported to the zaurus-devel list, namely that of why wep wasn't working on a cf card with tosa. The reason was that in 2.6.29 ieee80211 changed name to lib80211, meaning that task-base-wifi the following didn't load the appropriate modules for wep. bump

Re: [Zaurus-devel] kexecboot 2.6.2x-new-gui hwclock problem

2010-10-28 Thread Andrea Adami
Franck, Another Option would be to flash a console imgae to Nand. That's the setup I use on my poodle. That way I have a way to recover bad SD cards or other issues... Plus the Nand on a poodle is kinda small for other stuff anyways. well, that would be a great idea... Yes, like Henry

[Zaurus-devel] [zaurus] linux-kexecboot-2.6.36-r24-new-GUI

2010-11-01 Thread Andrea Adami
Hello, I've uploaded Zaurus 2.6.36 kexecboot kernels with the new gui: http://projects.linuxtogo.org/projects/zaurus/ Please test and report, mostly interested on collie, poodle, tosa. Regards Andrea P.S. Tested on: c7x0 : boots, kexecboot is ok (power button has no effect ?) spitz: boots,

Re: [Zaurus-devel] [zaurus] linux-kexecboot-2.6.36-r24-new-GUI

2010-11-02 Thread Andrea Adami
On Tue, Nov 2, 2010 at 3:54 PM, Franck L fra...@kernlog.net wrote: hello Andrea :) kexecboot 2.6.36-rc24.0-new_gui test on sl-c3100 : borzoi 3 boot, 3 times same problem : kexecboot doesn't see the hda1 zImage on first boot. I have to rescan device, and there, it sees it. Yes, this

Re: [Zaurus-devel] tosa 2.6.36

2010-11-03 Thread Andrea Adami
Hallo Franck, thanks for reporting. USB has been disabled for size-reasons. Should be re-enabled with networking if possible. The linux-kexecboot-2.6.36 defconfig for tosa already has CONFIG_KEYBOARD_MATRIX=y FWIW this was left too unset # CONFIG_TOSA_USE_EXT_KEYCODES is not set i took my

[Zaurus-devel] Zaurus: kernel 2.6.38

2011-03-16 Thread Andrea Adami
Hello, it seems vanilla kernel 2.6.38 boots just fine on all Zaurus models. We have fresh recipes in OpenEmbedded (linux and linux-kexecboot) for c7x0, akita, spitz, poodle. Collie and tosa will be committed later today. Test images will be uploaded soon. Regards Andrea

Re: [Zaurus-devel] Zaurus: kernel 2.6.38

2011-03-16 Thread Andrea Adami
On Wed, Mar 16, 2011 at 2:25 PM, Stanislav Brabec u...@penguin.cz wrote: Andrea Adami wrote: it seems vanilla kernel 2.6.38 boots just fine on all Zaurus models. We have fresh recipes in OpenEmbedded (linux and linux-kexecboot) for c7x0, akita, spitz, poodle. Collie and tosa

[Zaurus-devel] Fwd: mtd-utils - issues with flash_eraseall -j

2011-03-24 Thread Andrea Adami
Same failure with 2.6.38 on c7x0 / akita / spitz. Ideas? Andrea -- Forwarded message -- From: Andrea Adami andrea.ad...@gmail.com Date: Wed, Mar 9, 2011 at 10:33 AM Subject: Re: mtd-utils - issues with flash_eraseall -j To: openembedded-de...@lists.openembedded.org I have

[Zaurus-devel] Event based zaurusd

2011-04-15 Thread Andrea Adami
Hello, now that we are running 2.6.38 kernels can we move to the new event based zaurusd [1]? Any particular drawback? Regards Andrea [1] http://metan.lindevdoc.org/git/?p=zaurusd.git/.git;a=summary ___ Zaurus-devel mailing list

Re: [Zaurus-devel] Event based zaurusd

2011-04-15 Thread Andrea Adami
reading following lines from linux-arm-kernel [2] I wonder if we could have zaurusd as driver in kernel tree... ... Since this is a one-off kind of thing, a singleton driver that controls power, reset and some GPIO on the chip. I contemplate moving the stuff to either: drivers/misc/ux500/*

Re: [Zaurus-devel] mtd-utils - issues with flash_eraseall -j

2011-04-15 Thread Andrea Adami
On Thu, Mar 24, 2011 at 2:17 PM, Andrea Adami andrea.ad...@gmail.com wrote: Same failure with 2.6.38 on c7x0 / akita / spitz. Ideas? Andrea -- Forwarded message -- From: Andrea Adami andrea.ad...@gmail.com Date: Wed, Mar 9, 2011 at 10:33 AM Subject: Re: mtd-utils

[Zaurus-devel] Zaurus GPIO buttons with matrix keypad drivers

2011-05-02 Thread Andrea Adami
Hello, following comments from a Stanislav patch Spitz switched to generic matrix-gpio keyboard driver in 2.6.32-rc0, but that means that support for power button and lid switches was lost. This restores it, using button-gpio code. in the 2.6.38 source I only find in spitz.c: #if

[Zaurus-devel] spitz- 2.6.38 boot from CF bug

2011-05-02 Thread Andrea Adami
Hi, I do boot spitz very seldom and lately I've seen strange failures when booting from CF card on spitz. For other Zaurus c7x0 and poodle no issues. Log of two failures is here: http://paste.debian.net/115815/ FIW when booted from SD card the ATA peripherals are detected just fine.

Re: [Zaurus-devel] spitz- 2.6.38 boot from CF bug

2011-05-03 Thread Andrea Adami
On Tue, May 3, 2011 at 10:48 AM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: On 5/3/11, Andrea Adami andrea.ad...@gmail.com wrote: Hi, I do boot spitz very seldom and lately I've seen strange failures when booting from CF card on spitz. For other Zaurus c7x0 and poodle no issues

Re: [Zaurus-devel] spitz- 2.6.38 boot from CF bug

2011-05-04 Thread Andrea Adami
So, here the logs booting from CF, what kexecboot-kernel thinks /dev/sda[1;2] http://paste.debian.net/116047/ http://paste.debian.net/116048/ The 'production' kernel mounts internal HD first: scsi 0:0:0:0: Direct-Access ATA HMS360606D5CF00 DP6O PQ: 0 ANSI: 5 scsi 1:0:0:0:

Re: [Zaurus-devel] Zaurus GPIO buttons with matrix keypad drivers

2011-05-14 Thread Andrea Adami
On Mon, May 2, 2011 at 2:18 PM, Andrea Adami andrea.ad...@gmail.com wrote: Hello, following comments from a Stanislav patch Spitz switched to generic matrix-gpio keyboard driver in 2.6.32-rc0, but that means that support for power button and lid switches was lost. This restores it, using

Re: [Zaurus-devel] Zaurus poodle -no poweroff

2011-05-16 Thread Andrea Adami
On Mon, May 16, 2011 at 11:17 AM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Hello, On 5/16/11, Andrea Adami andrea.ad...@gmail.com wrote: Hello, I noticed hat using 2.6.3x kernel the Zaurus poodle restarts instead of halt. Since 2.6.26 poodle.c contains: 417 static void

Re: [Zaurus-devel] latest angstrom image + linux-2.6.38.4 report

2011-05-18 Thread Andrea Adami
On Wed, May 18, 2011 at 12:31 AM, Andrea Adami andrea.ad...@gmail.com wrote: Well, again - snd-soc-spitz-not-autoloaded is a regression outside kernel. The old kernel with the new OE image has the same problem. (It means, that the kernel never provided correct info for udev module autoloading

[Zaurus-devel] touchscreen calibration issues (again)

2011-06-16 Thread Andrea Adami
Hello, here we are again: touchscreen does not calibrate (and pointercal values are not totally correct). Yestarday built Angstrom images did not ship ts_* utils anymore and the two tools provided both fail: (on SL-C860) xinput_calibrator Error: no calibratable devices found. xtscal

[Zaurus-devel] locomo keyboard

2011-06-16 Thread Andrea Adami
Hi, I'm really not expert wrt keymaps (I hate that kind of things ;) but testing 2.6.39.1 on poodle I'm lead to think we have a wrong keymap. I suspect same breakage happens on collie. This happens in the kexecboot initramfs *and* in the shell, after loading keymap. Result: cannot type numbers

[Zaurus-devel] Fwd: [BUG] Spitz charger broken (and other sharpsl warnings)?

2012-02-04 Thread Andrea Adami
-- Forwarded message -- From: Russell King - ARM Linux li...@arm.linux.org.uk Date: Sat, Feb 4, 2012 at 1:45 PM Subject: [BUG] Spitz charger broken (and other sharpsl warnings)? To: linux-arm-ker...@lists.infradead.org, eric miao eric.y.m...@gmail.com, Haojian Zhuang