[U-Boot] [PATCH v3 2/7] x86: Support pci bus scan in the early phase

2014-12-30 Thread Bin Meng
On x86, some peripherals on pci buses need to be accessed in the early phase (eg: pci uart) with a valid pci memory/io address, thus scan the pci bus and do the corresponding resource allocation. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x8

Re: [U-Boot] [PATCH v3 2/7] x86: Support pci bus scan in the early phase

2014-12-30 Thread Simon Glass
On 30 December 2014 at 07:53, Bin Meng wrote: > On x86, some peripherals on pci buses need to be accessed in the > early phase (eg: pci uart) with a valid pci memory/io address, > thus scan the pci bus and do the corresponding resource allocation. > > Signed-off-by: Bin Meng > Acked-by: Simon Gla