[U-Boot] [PATCH 6/6] x86: qemu: Implement PIRQ routing
Simon Glass
sjg at chromium.org
Wed May 27 05:13:22 CEST 2015
On 25 May 2015 at 08:36, 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>
> ---
>
> 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_i440fx.h | 1 +
> include/configs/qemu-x86_q35.h | 1 +
> 7 files changed, 64 insertions(+)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list