summaryrefslogtreecommitdiffstats
path: root/default-configs/aarch64-softmmu.mak
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-05-18 20:23:16 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-05-18 20:23:16 +0100
commit62bf3df432d93fa6eb0f355c460d6d784b7cbc1a (patch)
tree1130e9024e95c5479bca9ca0fd45557978daa82d /default-configs/aarch64-softmmu.mak
parent385057cbec9b4a0eb6150330c572e875ed714965 (diff)
parent18084b2f71b22b3ec3bf4828b8cb83d1d39e8502 (diff)
downloadhqemu-62bf3df432d93fa6eb0f355c460d6d784b7cbc1a.zip
hqemu-62bf3df432d93fa6eb0f355c460d6d784b7cbc1a.tar.gz
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150518-3' into staging
target-arm: * New board model: xlnx-ep108 * Some more preparation for AArch64 EL2/EL3 * Fix bugs in access checking for generic counter registers * Remove a stray '+' sign # gpg: Signature made Mon May 18 20:13:05 2015 BST using RSA key ID 14360CDE # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" * remotes/pmaydell/tags/pull-target-arm-20150518-3: (21 commits) target-arm: Remove unneeded '+' target-arm: Correct accessfn for CNTV_TVAL_EL0 target-arm: Correct accessfn for CNTP_{CT}VAL_EL0 target-arm: Add WFx syndrome function target-arm: Add EL3 and EL2 TCR checking target-arm: Add TTBR regime function and use linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_create arm: xlnx-ep108: Add bootloading arm: xlnx-ep108: Add external RAM arm: Add xlnx-ep108 machine arm: xlnx-zynqmp: Add UART support char: cadence_uart: Split state struct and type into header char: cadence_uart: Clean up variable names arm: xlnx-zynqmp: Add GEM support net: cadence_gem: Split state struct and type into header net: cadence_gem: Clean up variable names arm: xlnx-zynqmp: Connect CPU Timers to GIC arm: xlnx-zynqmp: Add GIC arm: Introduce Xilinx ZynqMP SoC target-arm: cpu64: Add support for Cortex-A53 ... Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs/aarch64-softmmu.mak')
-rw-r--r--default-configs/aarch64-softmmu.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak
index 6d3b5c7..96dd994 100644
--- a/default-configs/aarch64-softmmu.mak
+++ b/default-configs/aarch64-softmmu.mak
@@ -3,4 +3,4 @@
# We support all the 32 bit boards so need all their config
include arm-softmmu.mak
-# Currently no 64-bit specific config requirements
+CONFIG_XLNX_ZYNQMP=y
OpenPOWER on IntegriCloud