Re: [U-Boot] [PATCH 2/7] x86: qemu: Move chipset-specific codes from pci.c to qemu.c

2015-11-06 Thread Simon Glass
On 4 November 2015 at 05:50, Bin Meng wrote: > Move chipset-specific codes such as PAM init, PCIe ECAM and MP table > from pci.c to qemu.c, to prepare for DM PCI conversion. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/qemu/pci.c| 72 > arch/x86

[U-Boot] [PATCH 2/7] x86: qemu: Move chipset-specific codes from pci.c to qemu.c

2015-11-04 Thread Bin Meng
Move chipset-specific codes such as PAM init, PCIe ECAM and MP table from pci.c to qemu.c, to prepare for DM PCI conversion. Signed-off-by: Bin Meng --- arch/x86/cpu/qemu/pci.c| 72 arch/x86/cpu/qemu/qemu.c | 82