aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-11-14 15:10:55 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-11-27 14:53:02 +0000
commit821f3c9eb64ce61b92f7928779b78390a7f30256 (patch)
treec9ad2b6b4bea521ccee6f41a36cded9ca2486085
parent9f2e4d592c6ecbb57e9b38cc7ec855a0351c6ac0 (diff)
default-configs: Add config for aarch64-softmmuaarch64-kvm-working
Add a config for aarch64-softmmu; this enables building of this target. The resulting executable doesn't know about any 64 bit CPUs, but all the 32 bit CPUs and board models work. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--default-configs/aarch64-softmmu.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak
new file mode 100644
index 0000000000..76a45cc4ec
--- /dev/null
+++ b/default-configs/aarch64-softmmu.mak
@@ -0,0 +1,9 @@
+# Default configuration for aarch64-softmmu
+
+include pci.mak
+include usb.mak
+
+# We support all the 32 bit boards so need all their config
+include arm-softmmu.mak
+
+# Currently no 64-bit specific config requirements