summaryrefslogtreecommitdiffstats
path: root/include/configs/qemu-x86.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-06-03 09:20:06 +0800
committerSimon Glass <sjg@chromium.org>2015-06-04 03:03:18 -0600
commit5c564226fc8948e435edea8eb8c5c4afbc5edef1 (patch)
tree416ea4a8cc9e61959ff940784ee986ee1097e4b5 /include/configs/qemu-x86.h
parentf2653e8dd92229328480da35c26e6f9fbfec4381 (diff)
downloadtalos-obmc-uboot-5c564226fc8948e435edea8eb8c5c4afbc5edef1.tar.gz
talos-obmc-uboot-5c564226fc8948e435edea8eb8c5c4afbc5edef1.zip
x86: qemu: Implement PIRQ routing
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> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/qemu-x86.h')
-rw-r--r--include/configs/qemu-x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h
index d01936b47b..78c296f5ad 100644
--- a/include/configs/qemu-x86.h
+++ b/include/configs/qemu-x86.h
@@ -14,6 +14,7 @@
#include <configs/x86-common.h>
#define CONFIG_SYS_MONITOR_LEN (1 << 20)
+#define CONFIG_ARCH_MISC_INIT
#define CONFIG_X86_SERIAL
OpenPOWER on IntegriCloud