
27 May
2015
27 May
'15
5:13 a.m.
On 25 May 2015 at 08:36, Bin Meng bmeng.cn@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@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@chromium.org