[U-Boot] [PATCH] pci: Divided pci code of the powerpc

Andrew Dyer amdyer at gmail.com
Mon Sep 22 22:33:57 CEST 2008


On Mon, Sep 22, 2008 at 3:11 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Stefan, Kim, Andy, Jon & Kumar,
>
> in message <bc6f41e00809172036o7b4c7408l70a7960f9f3995f1 at mail.gmail.com>
> Nobuhiro Iwamatsu wrote:
>>
>> I did a simple check.
>>
>> Only powerpc and i386 and sh seem to use PCI.
>> If powerpc does not have a problem, would you commit it?
>
> Do I have your "go" (or at least no veto) to apply this patch?
>

(forgot to reply all on this, already sent to the O.P.)

I think this is going to break some boards/archs.  From the top
of the u-boot tree, if you do

find . -type f -exec grep pci_register_hose {} /dev/null \;

it shows all the source files that are registering a PCI bus.  A quick
look shows there are MIPS, ARM, x86 in that list at least, that aren't
addressed by this change.


More information about the U-Boot mailing list