Re: Katmai w/ DENX git - "init has generated signal 4" error

2007-06-26 Thread Stephen Winiecki
Josh Boyer <[EMAIL PROTECTED]> wrote on 06/26/2007 01:12:38 PM: > Signal 4 is SIGILL, which could be returned for float instructions I > suppose. Try turning on CONFIG_MATH_EMULATION in your kernel config for > Katmai and see if the problem goes away. Thanks Josh - that actually did the trick w/

Re: Katmai w/ DENX git - "init has generated signal 4" error

2007-06-26 Thread Stephen Winiecki
> I'm using the Denx linux-2.6-denx.git repository with a Katmai board. I > want to boot off a disk (initialized w/ Debian 4.0). I've installed a > Promise Ultra133 Tx2 IDE controller card in the PCI slot, and configured > it in the kernel.I boot this same disk w/ IDE card on other 4xx bo

Katmai w/ DENX git - "init has generated signal 4" error

2007-06-25 Thread Stephen Winiecki
I'm using the Denx linux-2.6-denx.git repository with a Katmai board. I want to boot off a disk (initialized w/ Debian 4.0). I've installed a Promise Ultra133 Tx2 IDE controller card in the PCI slot, and configured it in the kernel.I boot this same disk w/ IDE card on other 4xx boards wi

Re: USB support for Bamboo/440EP (Yosemite/440EPx)

2007-05-14 Thread Stephen Winiecki
Gerhard Jaeger <[EMAIL PROTECTED]> wrote on 05/14/2007 10:31:04 AM: > Hi Stephen, > > I also played with Bamboo and Yosemite USB and found out, that the OHCI > ISR contains an assumption that makes the 440 OHCI implementation sometimes > stop when having a timeout condition. Find the following

USB support for Bamboo/440EP (Yosemite/440EPx)

2007-05-14 Thread Stephen Winiecki
Is there an intention to add the configuration for the USB host controller for Bamboo/Yosemite to the mainline kernel? drivers/usb/host contains ohci-ppc-soc.c/h, but the Kconfig isn't updated to include it for 440EP/EPx? I noticed it is configured in the Denx 4.1 2.6.19.2 kernel. When I up

Fw: Configuring PCI w/ 44x

2006-05-03 Thread Stephen Winiecki
Eugene Surovegin wrote on 05/02/2006 07:49:16 PM: > On Tue, May 02, 2006 at 04:58:32PM -0400, Stephen Winiecki wrote: > > I have a question regarding configuring PCI with 44x. Using 2.6.17-rc3 as > > a reference, PCI_CONFIG is defined for the 44x defconfigs, and Kconfig is

Configuring PCI w/ 44x

2006-05-02 Thread Stephen Winiecki
I have a question regarding configuring PCI with 44x. Using 2.6.17-rc3 as a reference, PCI_CONFIG is defined for the 44x defconfigs, and Kconfig is not enabled to reflect/change the setting for 44x. When I update arch/ppc/Kconfig to enable configuring or not configuring PCI with 44x, and the