Re: RFC: MPC52xx serial port configuration from DT blob

2007-04-16 Thread Sylvain Munaut
Bartlomiej Sieka wrote: > Hi All, > > We have a MPC5200B-based board running an arch/powerpc kernel and we > need the ability to configure a non-console serial port for a particular > baud rate during system start-up. It seems that the UART driver in > drivers/serial/mpc52xx_uart.c does not support

Re: RFC: MPC52xx serial port configuration from DT blob

2007-04-16 Thread Grant Likely
On 13 Apr 2007 16:24:22 -0700, Dale Farnsworth <[EMAIL PROTECTED]> wrote: > Bartlomiej wrote: > > We have a MPC5200B-based board running an arch/powerpc kernel and we > > need the ability to configure a non-console serial port for a particular > > baud rate during system start-up. It seems that the

Re: Variable "current" in Linux kernel...

2007-04-16 Thread Andreas Schwab
"Siva Prasad" <[EMAIL PROTECTED]> writes: > I would like to know where exactly the value of variable "current" gets > changed. In _switch (see arch/powerpc/kernel/entry_{32,64}.S). For ppc32, current is always in r2. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products

DHT walnut

2007-04-16 Thread [d]are [d]evil [c]oder, the-prince-of-flame
hi, i found a problem using a pci sound card in the DHT-WALNUT. It has been correctly recognized by the kernel, the DMA feature (ppc405-dma) is setted, but the card is not working. somebody says it is a bug, somebody says ppcboot solves the problem inizializing the pci in the correct way. I don'

Re: PROBLEM: kernel 2.6.20.6 build failed for ppc board chestnut(ibm ppc 750GX/FX)

2007-04-16 Thread gshan
I'm using eldk4, there are no problems. Wang, Baojun wrote: > PROBLEM: linux kernel 2.6.20.6 build failed for ppc board chestnut(ibm ppc > 750GX/FX) > > STEPS I followed: > 1) make ARCH=ppc CROSS_COMPILE=ppc_4xx- chestnut_defconfig # toolchain from > eldk 4.1 > > 2) make ARCH=ppc CROSS_COMPILE=p

Re: PROBLEM: kernel 2.6.20.6 build failed for ppc board chestnut(ibm ppc 750GX/FX)

2007-04-16 Thread Josh Boyer
On Mon, Apr 16, 2007 at 01:13:01PM +0800, Wang, Baojun wrote: > PROBLEM: linux kernel 2.6.20.6 build failed for ppc board chestnut(ibm ppc > 750GX/FX) > Confirmed. arch/ppc isn't getting much love these days. > this brute force patch sould solve the problem: This is missing a Signed-off-by:

Re: Variable "current" in Linux kernel...

2007-04-16 Thread Phillip Lougher
On 4/16/07, Siva Prasad <[EMAIL PROTECTED]> wrote: > > I would like to know where exactly the value of variable "current" gets > changed. current points to the task_struct structure of the currently running process. It, obviously, changes each time the scheduler schedules another process. > > >

Variable "current" in Linux kernel...

2007-04-16 Thread Siva Prasad
Hi, I would like to know where exactly the value of variable "current" gets changed. Background: I am trying to get Linux running on 32-bit PowerPC. However, I want to get that running from address 1GB (0x4000) as the starting memory, and not the regular 0x. When I am making th

Re: Xilinx , Ml403, Linux And Money!

2007-04-16 Thread Roger Larsson
On Monday 05 March 2007 00:40, Mohammad Sadegh Sadri wrote: > Finally we see montavista asking for your registration before allowing you > to download the preview kit, and then their answer "you are not allowed to > access the prev kit because . " > > I was expecting linux kernel source to

Re: DMA Puzzle

2007-04-16 Thread Kelsey Dawes
On Thu, Apr 12, 2007 at 04:23:00PM -0700, Charles Krinke wrote: > My apologies for the complexity of this e-mail but DMA seems to be a > complex subject. Thanks to Ed.S a while back, I have DMA working fine > from U-Boot, but I am having a problem in Linux with the 8541 processor > using the 2.6.17

Re: [RFC] Xilinx SystemACE device driver

2007-04-16 Thread Andrei Konovalov
Grant Likely wrote: > On 4/16/07, Andrei Konovalov <[EMAIL PROTECTED]> wrote: >> Hi Grant, >> >> Grant Likely wrote: >> > Add support for block device access to the Xilinx SystemACE Compact >> > flash interface >> >> Does the driver support 8-bit bus_width? >> >> Just gave the driver a try on ML300

Re: Mr Grant Likely's New Patches for 2.6 Kernel and Xilinx FPGA ( Virtex-4 & Virtex-2

2007-04-16 Thread Andrei Konovalov
Grant Likely wrote: > On 4/16/07, Andrei Konovalov <[EMAIL PROTECTED]> wrote: >> Grant Likely wrote: >> > No, I did not include TEMAC support. However, I will publish my git >> > tree tomorrow which will include the TEMAC driver. >> >> >> Seems the TEMAC driver is not on your git server yet. Hence

Re: [RFC] Xilinx SystemACE device driver

2007-04-16 Thread Grant Likely
On 4/16/07, Andrei Konovalov <[EMAIL PROTECTED]> wrote: > Hi Grant, > > Grant Likely wrote: > > Add support for block device access to the Xilinx SystemACE Compact > > flash interface > > Does the driver support 8-bit bus_width? > > Just gave the driver a try on ML300, and my first attempt failed.

Re: Using Cypress EZ-Host on ML403/5

2007-04-16 Thread Grant Likely
On 4/16/07, Peter Mendham <[EMAIL PROTECTED]> wrote: > Dear all, > > Has anyone had the Cypress EZ-Host chip working as a USB host under > Linux? It's the one that comes fitted as standard to ML403 and ML405 > boards (probably other Xilinx boards too). If not, can anyone tell me > where I should

Re: [RFC] Xilinx SystemACE device driver

2007-04-16 Thread Andrei Konovalov
Hi Grant, Grant Likely wrote: > Add support for block device access to the Xilinx SystemACE Compact > flash interface Does the driver support 8-bit bus_width? Just gave the driver a try on ML300, and my first attempt failed. Wonder if it's me having done something wrong, or something the driver

Re: Mr Grant Likely's New Patches for 2.6 Kernel and Xilinx FPGA ( Virtex-4 & Virtex-2

2007-04-16 Thread Grant Likely
On 4/16/07, Andrei Konovalov <[EMAIL PROTECTED]> wrote: > Grant Likely wrote: > > No, I did not include TEMAC support. However, I will publish my git > > tree tomorrow which will include the TEMAC driver. > > > Seems the TEMAC driver is not on your git server yet. Hence the questions. > Guess this

Using Cypress EZ-Host on ML403/5

2007-04-16 Thread Peter Mendham
Dear all, Has anyone had the Cypress EZ-Host chip working as a USB host under Linux? It's the one that comes fitted as standard to ML403 and ML405 boards (probably other Xilinx boards too). If not, can anyone tell me where I should start? Any advice at all? Our own embedded device needs to

Re: Patchset to establish sanity in Xilinx Virtex support

2007-04-16 Thread Peter Mendham
Grant Likely wrote: > So, I assume that your rootfs is mounted from the CF card, correct? It is indeed - no problems yet :) -- Peter -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their supp

Re: Mr Grant Likely's New Patches for 2.6 Kernel and Xilinx FPGA ( Virtex-4 & Virtex-2

2007-04-16 Thread Andrei Konovalov
Hi Grant, Grant Likely wrote: > On 4/15/07, Mohammad Sadegh Sadri <[EMAIL PROTECTED]> wrote: >> - Do we still new to apply the paulus patch to the main kernel so that we >> can have hard TEMAC support? Or you have a same program as sys ace for it? > > No, I did not include TEMAC support. Howeve

RE: Linux 2.6 and uboot

2007-04-16 Thread Clint Thomas
I tried combining the root file system and kernel images so that I could just load a single image in u-boot, and I disabled networking in the kernel config. When I do this, the kernel boots and loads into the shell no problem. The problem seems to be related to the Marvell PHY, so my plan is to inv

Re: Patchset to establish sanity in Xilinx Virtex support

2007-04-16 Thread Grant Likely
On 4/16/07, Peter Mendham <[EMAIL PROTECTED]> wrote: > I have applied your patches to a 2.6.20.4 kernel, along with your > SystemACE driver. I am fully up and running on a simple ML405-based > system setup with a Uartlite and a SystemACE. (I made the Kconfig > changes suggested by Dale Farnsworth t

Re: [PATCH] mpc5200: lite5200(b) dts fixes

2007-04-16 Thread Grant Likely
On 4/16/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > Three trivial DTS fixes: > Mark Lite5200(b) boards as "mpc5200" compatible. On efika the > firmware already does that. > Fix mscan interrupt. > Fix wakeup GPIO address. > > > Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> > > --- > --- grant.gi

Re: [PATCH] mpc5200: set efika's device_type to "soc"

2007-04-16 Thread Grant Likely
On 4/16/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > Device type should be "soc" (as in lite5200.dts), compatible is > already set to "mpc5200". > > > Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> > --- > arch/powerpc/kernel/prom_init.c |2 +-

linux SPI driver for MPX8xxx

2007-04-16 Thread alfred ss
Hi, allI am entirely new to the PPC platform. I wish to know whether there is a existing port/code for SPI driver on MPC852T. Otherwise do we have any reference code.Also required is the help on the understanding document on SPI. Please let me know asap. ANy inputs will be highly appreciated.C

Re: Patchset to establish sanity in Xilinx Virtex support

2007-04-16 Thread Peter Mendham
Grant Likely wrote: > The Virtex support in Linus' tree is a mess. When I ported the common > devices over to using the platform bus I tried the use the ppc_sys > infrastructure. ppc_sys is intended for SoCs that have a fixed set of > devices. It is the *wrong* approach for FPGA support, and I m

linux SPI driver for MPC8xx-Please help

2007-04-16 Thread munro biswal
Hi, allI am entirely new to the PPC platform. I wish to know whether there is a existing port/code for SPI driver on MPC852T. Otherwise do we have any reference code.Also required is the help on the understanding document on SPI. Please let me know asap. ANy inputs will be highly appreciated.C

it8212F pci card problem in ppc405ep bubinga board

2007-04-16 Thread tony
Dear all This days I came to a problem like this: Environment:linux kernel 2.6.20, PPC 405EP bubinga demo board. We have tested two PCI2IDE cards in this board,A)silicon Image's (cpu:cmd649);B)IT8212F's.The A card with a harddisk,which is well recognised by the demo board;

[PATCH] mpc5200: set efika's device_type to "soc"

2007-04-16 Thread Domen Puncer
Device type should be "soc" (as in lite5200.dts), compatible is already set to "mpc5200". Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- arch/powerpc/kernel/prom_init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: grant.git/arch/powerpc/kernel/prom_init.c ===

[PATCH] mpc5200: lite5200(b) dts fixes

2007-04-16 Thread Domen Puncer
Three trivial DTS fixes: Mark Lite5200(b) boards as "mpc5200" compatible. On efika the firmware already does that. Fix mscan interrupt. Fix wakeup GPIO address. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/lite5200.dts |5 +++-- arch/powerpc/boot/dts/lite5200b.