Re: [U-Boot] [PATCH] x86: Set up the PCI busses when initializing the coreboot "board"

2012-01-07 Thread Mike Frysinger
On Monday 05 December 2011 17:12:30 Gabe Black wrote: > --- a/board/chromebook-x86/coreboot/coreboot_pci.c > +++ b/board/chromebook-x86/coreboot/coreboot_pci.c > > +static struct pci_config_table pci_coreboot_config_table[] = { const ? -mike signature.asc Description: This is a digitally signed

Re: [U-Boot] [PATCH] x86: Set up the PCI busses when initializing the coreboot "board"

2011-12-06 Thread Graeme Russ
Hi Gabe On Tue, Dec 6, 2011 at 9:12 AM, Gabe Black wrote: > U-boot needs a host controller or "hose" to interact with the PCI busses > behind them. This change installs a host controller during initialization > of the coreboot "board" which implements some of X86's basic PCI semantics. > This rel

[U-Boot] [PATCH] x86: Set up the PCI busses when initializing the coreboot "board"

2011-12-05 Thread Gabe Black
U-boot needs a host controller or "hose" to interact with the PCI busses behind them. This change installs a host controller during initialization of the coreboot "board" which implements some of X86's basic PCI semantics. This relies on some existing generic code, but also duplicates a little bit