RE: How do external irq's get mapped?

2007-05-03 Thread Charles Krinke
Dear Andy: I want to thank you and your group for getting us off the externalIRQ block. Using irq = 128 allows the external device to interrupt on IRQ0 to the 8541. I know it was a long, drawn-out explanation, but the help in understanding is much appreciated. Charles Krinke

Re: [Linux-fbdev-devel] [PATCH] Xilinx framebuffer device driver - 3d version

2007-05-03 Thread Antonino A. Daplas
On Thu, 2007-05-03 at 21:26 +0400, Andrei Konovalov wrote: > Add support for the video controller IP block included into Xilinx ML300 > and ML403 reference designs. > > Signed-off-by: Andrei Konovalov <[EMAIL PROTECTED]> > > - > The driver has been tested with Xilinx ML300 and ML403 reference

Re: [PATCH] Xilinx framebuffer device driver - 3d version

2007-05-03 Thread Andrei Konovalov
Hello, Andrei Konovalov wrote: Add support for the video controller IP block included into Xilinx ML300 and ML403 reference designs. Signed-off-by: Andrei Konovalov <[EMAIL PROTECTED]> - The driver has been tested with Xilinx ML300 and ML403 reference designs. The two first version has be

[PATCH] Xilinx framebuffer device driver - 3d version

2007-05-03 Thread Andrei Konovalov
Add support for the video controller IP block included into Xilinx ML300 and ML403 reference designs. Signed-off-by: Andrei Konovalov <[EMAIL PROTECTED]> - The driver has been tested with Xilinx ML300 and ML403 reference designs. The two first version has been posted to linuxppc-embedded, a

MPC832xEMDS: ttyS0 output stops mid boot

2007-05-03 Thread Alex Zeffertt
Hi, Sorry about the cross posting, but I'm not sure which list I should send to I'm trying to boot an up-to-date kernel on my MPC8323E-MDS-PB board, but I the console output stops early on during the kernel boot. I'm running the latest u-boot (git://www.denx.de/git/u-boot-mpc83xx.git) with i

Re: [U-Boot-Users] Where do you find *.dtb files?

2007-05-03 Thread Jon Loeliger
On Thu, 2007-05-03 at 08:55, Alex Zeffertt wrote: > ... but when I try to compile it I get an error: > > $ /opt/freescale/ltib/usr/bin/dtc -I dts -O dtb > powerpc/arch/powerpc/boot/dts/mpc832x_mds.dts > DTC: dts->dtb on file "powerpc/arch/powerpc/boot/dts/mpc832x_mds.dts" >

Re: [U-Boot-Users] Where do you find *.dtb files?

2007-05-03 Thread Jerry Van Baren
Alex Zeffertt wrote: > Jerry Van Baren wrote: >> Alex Zeffertt wrote: >>> Hi all, >>> >>> I'm trying to boot linux-2.6.21-rc5 on my mpc832xemds board which is >>> running >>> u-boot 1.2.0. >>> >>> According to u-boot I need a device tree blob: >>> >>> => help bootm >>> bootm [addr [arg ...

Re: [U-Boot-Users] Where do you find *.dtb files?

2007-05-03 Thread Alex Zeffertt
Jerry Van Baren wrote: > Alex Zeffertt wrote: >> Hi all, >> >> I'm trying to boot linux-2.6.21-rc5 on my mpc832xemds board which is >> running >> u-boot 1.2.0. >> >> According to u-boot I need a device tree blob: >> >> => help bootm >> bootm [addr [arg ...]] >> - boot application i

pci based on mpc8250

2007-05-03 Thread feng
hi all: I have been working on my pci for about 2 mounths ,but I can't work it out. I list the problems I encounter here.Any suggestion will be welcome. We want to send 208 bytes per frame.but it was send in several frames. We try to disalbe the snoop bit in our program ,choose another dma band

Re: [RFC] uartlite driver MicroBlaze compatability

2007-05-03 Thread David H. Lynch Jr.
John Williams wrote: > > I think that's Grant's approach of using in/out_be32, and the real base > address (ie not +3) is the only logically correct solution. > Trying to track how every permutation maps in every possible scenario is more than my brain can handle. What I do know is that

Re: mpc5200 and spi bus

2007-05-03 Thread Asier Llano Palacios
Thank you very much for the patch. I will tell you how it worked. Currently I need the SPI mode PSC driver (this one), but the other one may be quite interesting also. Thank you, Asier El mié, 02-05-2007 a las 14:19 -0600, John Rigby escribió: > This will take you to a page where the download att