[U-Boot] [PATCH v2 5/5] x86: qemu: Implement PIRQ routing

Simon Glass sjg at chromium.org
Thu Jun 4 17:15:59 CEST 2015


On 2 June 2015 at 19:20, Bin Meng <bmeng.cn at gmail.com> wrote:
> Support QEMU PIRQ routing via device tree on both i440fx and q35
> platforms. With this commit, Linux booting on QEMU from U-Boot
> has working ATA/SATA, USB and ethernet.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/x86/cpu/coreboot/coreboot.c |  5 +++++
>  arch/x86/cpu/qemu/qemu.c         |  8 ++++++++
>  arch/x86/dts/qemu-x86_i440fx.dts | 16 ++++++++++++++++
>  arch/x86/dts/qemu-x86_q35.dts    | 32 ++++++++++++++++++++++++++++++++
>  configs/qemu-x86_defconfig       |  1 +
>  include/configs/qemu-x86.h       |  1 +
>  6 files changed, 63 insertions(+)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list