
On Mon, Sep 22, 2008 at 3:11 PM, Wolfgang Denk wd@denx.de wrote:
Dear Stefan, Kim, Andy, Jon & Kumar,
in message bc6f41e00809172036o7b4c7408l70a7960f9f3995f1@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.