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

2014-12-27 Thread Simon Glass
On 27 December 2014 at 05:10, 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 > --- > > Changes in

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

2014-12-27 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 --- Changes in v2: None arch/x86/cpu/pci.c | 1 + 1 file changed, 1 insert