Re: [Zaurus-devel] 2.6.39-rc2 on zaurus: does not build, does not boot

2011-04-09 Thread Vasily Khoruzhick
On Friday 08 April 2011 10:31:10 Marek Vasut wrote:
> On Friday 08 April 2011 08:26:46 Pavel Machek wrote:
> > Hi!
> > 
> > Build fix is below. Maybe it is pending in the trees somewhere
> > already...
> 
> Fix is already there, it was broken by a patch from someone recently.
> Thanks though

I broke it accidently, sorry :) you can enable CONFIG_FB_PXA_OVERLAY as 
temporary workaround

Regards
Vasily

___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel


Re: [Zaurus-devel] 2.6.39-rc2 on zaurus: does not build, does not boot

2011-04-08 Thread Cyril Hrubis
Hi!
> > Boot stops just after mounting root filesystem; cursor stops
> > flashing. (Any idea what goes on there?)
> 
> With CF bluetooth unplugged, it gets  up to userland.
> 
> Once it hung in eaarly boot, once early in runlevel 2.

Hmm, the cf seems to be crippled a little.

I've got oops in pccard, but only when cf wifi is compiled in kernel and
inserted while booting, it stopped when the driver is compiled as module.

Note that zaurus has two cf slots, one for internal hd and one outside, so it
may be some race in cf/pccardd initalization.

Some parts of the trace:

Unable to handle kernel NULL pointer dereference at virtual address 
pgd = c0004000
[] mpad=
Internal error: Oops: f5 [#1] PREEMPT
las sysfs file:
CPU: 0 Not tainted (2.6.38)
PC is at complete+0x30/0x90
LR is at giveback+0x134/0x150
pc: []  lr : [] psr: a093
sp : c38a4cb0  ip : c38atc70  fp : c38a5cc4

...

Flags: NzCv  IRQs off  FIQs on  Mode SYC_32  ISA ARM segment kernel
Control: 397f  Table a0004000  DAC: 0017
Process: pccardd (pid 275, stack limit = 0xc38a4278)
Stack (0xc38a5cb0 to 0xc38a6000)
...

Which seems like problem occured in complete() ...

-- 
metan

___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel


Re: [Zaurus-devel] 2.6.39-rc2 on zaurus: does not build, does not boot

2011-04-08 Thread Pavel Machek
Hi!

> Boot stops just after mounting root filesystem; cursor stops
> flashing. (Any idea what goes on there?)

With CF bluetooth unplugged, it gets  up to userland.

Once it hung in eaarly boot, once early in runlevel 2.
Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel


Re: [Zaurus-devel] 2.6.39-rc2 on zaurus: does not build, does not boot

2011-04-08 Thread Martin Jansa
On Fri, Apr 08, 2011 at 09:31:10AM +0200, Marek Vasut wrote:
> On Friday 08 April 2011 08:26:46 Pavel Machek wrote:
> > Hi!
> > 
> > Build fix is below. Maybe it is pending in the trees somewhere
> > already...
> 
> Fix is already there, it was broken by a patch from someone recently. Thanks 
> though
> > 
> > Boot stops just after mounting root filesystem; cursor stops
> > flashing. (Any idea what goes on there?)
> 
> No idea, it works for me and doesn't hang ;-)

it works here too with rev 6221f222c0ebf1acdf7abcf927178f40e1a65e2a

Cheers,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


pgpQFe47UWDu4.pgp
Description: PGP signature
___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel


Re: [Zaurus-devel] 2.6.39-rc2 on zaurus: does not build, does not boot

2011-04-08 Thread Marek Vasut
On Friday 08 April 2011 08:26:46 Pavel Machek wrote:
> Hi!
> 
> Build fix is below. Maybe it is pending in the trees somewhere
> already...

Fix is already there, it was broken by a patch from someone recently. Thanks 
though
> 
> Boot stops just after mounting root filesystem; cursor stops
> flashing. (Any idea what goes on there?)

No idea, it works for me and doesn't hang ;-)

> 
>   Pavel
> 
> --- ./drivers/video.ofic/pxafb.c  2011-04-06 15:19:51.0 +0200
> +++ ./drivers/video/pxafb.c   2011-04-07 06:20:20.0 +0200
> @@ -1648,7 +1648,7 @@
> 
>   switch (val) {
>   case CPUFREQ_PRECHANGE:
> - if (!fbi->overlay[0].usage && !fbi->overlay[1].usage)
> +//   if (!fbi->overlay[0].usage && !fbi->overlay[1].usage)
>   set_ctrlr_state(fbi, C_DISABLE_CLKCHANGE);
>   break;

___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel