Microwindows on Icecube/CoralP

2005-02-07 Thread Wolfgang Denk
Dear Francois, in message you wrote: > > I have been playing with the CoralP, Icecube and Debian. > Works fine, thanks to the tutorial on the Denx site. > I now would like to see the microwindows stuff working. I This will not work. Microwindows can only use a plain framebuffer interface, b

Edge Interrupts (Virtex-II Pro)

2005-02-07 Thread Joshua Lamorie
Andrei Konovalov wrote: > As this code is not board specific at all, > I would move it to arch/ppc/syslib/xilinx_pic.c:ppc4xx_pic_init(). > Does it sound reasonable (I'll prepare the patch this weekend then)? This sounds useful, since I am using a custom developed board using the Virtex-II Pro.

Creating a configuration for my custom MPC875 board

2005-02-07 Thread Bryan O'Donoghue
Peter Asemann wrote: > Some days ago I was told on this mailinglist I needed to create a custom > configuration in order to get linux running on my custom hardware. > > So I did as I was told and created an own _defconfig and entries > in the menu via editing arch/ppc/config.in and so on. > > W

Microwindows on Icecube/CoralP

2005-02-07 Thread [EMAIL PROTECTED]
Thanks. Tweaking a little the source code and I now get the right colours. The funny thing is that byte swapping was: 0x1234567 => 0x34126745. I initially thought I could just swap the two least significant bytes as I am pretty sure I am using a 16-bit mode (fbset reports that anyway). Now I'd like

Creating a configuration for my custom MPC875 board

2005-02-07 Thread Peter Asemann
Some days ago I was told on this mailinglist I needed to create a custom configuration in order to get linux running on my custom hardware. So I did as I was told and created an own _defconfig and entries in the menu via editing arch/ppc/config.in and so on. Well, every board seems to include i

Microwindows on Icecube/CoralP

2005-02-07 Thread Mark Chambers
> > This will not work. Microwindows can only use a plain framebuffer > interface, but the Coral-P does not allow for such a driver because > of the fact that it has a little-endian register interface. Or is it because 5200 swaps bytes around on PCI. It sure looks to me like Freescale ha

Microwindows on Icecube/CoralP

2005-02-07 Thread [EMAIL PROTECTED]
Hi all, I have been playing with the CoralP, Icecube and Debian. Works fine, thanks to the tutorial on the Denx site. I now would like to see the microwindows stuff working. I have been trying the demos from the ELDK but I get strange colors, it seems my palette is all wrong. The same happens when

usage of interruptible_sleep_on( ) function call

2005-02-07 Thread David Bruce
I had the same problem with the i2c-algo-8260.c when loading a module. It's the __pa() translation. Replace _ALL_ __pa with iopa. It worked for me. I discovered it from this link: http://ozlabs.org/pipermail/linuxppc-dev/2002-February/013260.html linuxppc-embedded-request at ozlabs.org wrote: >

Microwindows on Icecube/CoralP

2005-02-07 Thread Mark Chambers
>I have been playing with the CoralP, Icecube and Debian. >Works fine, thanks to the tutorial on the Denx site. >I now would like to see the microwindows stuff working. I >have been trying the demos from the ELDK but I get strange >colors, it seems my palette is all wrong. The same happens >when I

[PATCH][PPC32] ibmstb4 ocp fix

2005-02-07 Thread Andre' Draszik
this one fixes the OCP device definition for STB04. Please consider applying. Signed-off-by: Andre' Draszik diff -urN linuxppc-2.5.orig/arch/ppc/platforms/4xx/ibmstb4.c linuxppc-2.5/arch/ppc/platforms/4xx/ibmstb4.c --- linuxppc-2.5.orig/arch/ppc/platforms/4xx/ibmstb4.c 2005-02-06 00:16:33.000

[PATCH][PPC32] mktree fix

2005-02-07 Thread Andre' Draszik
This one fixes mktree. The image size stored in the header is pretty off without this patch. (yes, it can make a difference of upto almost 64k) Signed-off-by: Andre' Draszik diff -urN linuxppc-2.5.orig/arch/ppc/boot/utils/mktree.c linuxppc-2.5/arch/ppc/boot/utils/mktree.c --- linuxppc-2.5.orig/

[PATCH][PPC32] PPC4xx ocp ide rewrite/cleanup

2005-02-07 Thread Andre' Draszik
Hi, this is a rewrite of the ibm4xx ocp ide driver. In its current state it doesn't compile with current 2.6 and is completely broken in many other aspects anyway. Please consider applying (or tell me how the patch should be changed to qualify for applying :) Signed-off-by: Andre' Draszik diff