From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dev.rtsoft.ru (unknown [85.21.88.2]) by ozlabs.org (Postfix) with SMTP id 9710D6886E for ; Thu, 15 Dec 2005 01:14:55 +1100 (EST) Message-ID: <43A028DB.5090906@ru.mvista.com> Date: Wed, 14 Dec 2005 17:14:51 +0300 From: Vitaly Bordug MIME-Version: 1.0 To: Alex BASTOS References: <1134555662.439ff20e6e812@webmail.televes.com:443> <43A0021E.7030406@ru.mvista.com> <1134569602.43a0288234662@webmail.televes.com:443> In-Reply-To: <1134569602.43a0288234662@webmail.televes.com:443> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Cc: linuxppc-embedded list Subject: Re: [SOLVED] Re: pq2_find_bridges hangs system List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alex BASTOS wrote: > Vitaly, > >> Maybe, but I guess more correct is to deal with USB->PCI dependency.. >> Is it really needed(I am not USB expert)? > > Neither am I. I guess for this Host Controler it is not needed at > HW level, but I am not sure why it is still required by the SW. > > >>> 3) I have seen that from u-boot, a reset occurs when I read Internal >>> Memory at offset 0x10904 (PCI CFG_DATA). From BDI, when I do the same >>> all PCI section on IM becomes zero. Is this a known behaviour? May this >>> reflect a hardware problem? >>> >> Sounds weird > > Here is the problem. The cause for this weird behaviour is that I > had PCI_ARBITER_EN_ disabled. So, a HW problem at the end. > I had disabled it trying to reduce power compsumption due to the PCI, > as I am not going to use it. It seems it is not possible that way. > Any idea how to get this done? > Well, I guess the best you can do now - just use custom tree. I'll try to find good solution for such a case (PCI required by deps but not hw) next time I'll touch PCI. >>> In conclusion, 1) solves my "must", a working board (without PCI). >>> But I still would like to know what am I doing so wrong with this. >>> >> IMHO ability to disable PCI_8260 while PCI is on might be confusing, at least >> for upstream. > > You are right. > > Thanks so much for your help. > > Best regards, > > Alex > > -- Sincerely, Vitaly