[U-Boot] [PATCH v2 08/10] x86: coreboot: Implement recursively scanning PCI busses

2012-10-10 Thread Simon Glass
From: Gabe Black A hook is installed to configure PCI bus bridges as they encountered by u-boot. The hook extracts the secondary bus number from the bridge's config space and then recursively scans that bus. On Coreboot, the PCI bus address space has identity mapping with the physical address sp

Re: [U-Boot] [PATCH v2 08/10] x86: coreboot: Implement recursively scanning PCI busses

2012-10-10 Thread Graeme Russ
Hi Simon, On Thu, Oct 11, 2012 at 10:12 AM, Simon Glass wrote: > From: Gabe Black > > A hook is installed to configure PCI bus bridges as they encountered by > u-boot. > The hook extracts the secondary bus number from the bridge's config space and > then recursively scans that bus. > > On Coreb