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

Simon Glass sjg at chromium.org
Fri Nov 6 13:07:44 CET 2015


On 4 November 2015 at 05:50, Bin Meng <bmeng.cn at gmail.com> 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 <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/cpu/qemu/pci.c    | 72 ----------------------------------------
>  arch/x86/cpu/qemu/qemu.c   | 82 ++++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/qemu-x86.h |  2 ++
>  3 files changed, 84 insertions(+), 72 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list