aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Bray <ncbray@google.com>2019-07-23 17:13:42 -0700
committerNick Bray <ncbray@google.com>2019-07-23 17:13:42 -0700
commit8a933fbb9c6fb8add1c74f5b523ecb44da7372fa (patch)
treef6be0d66b7e777bf690e6a6d2f203633067061b4
parentf060068503259b661be8bd8c803291ff6412d2d6 (diff)
downloadqemu-8a933fbb9c6fb8add1c74f5b523ecb44da7372fa.tar.gz
hw/virt/arm: double the amount of secure memory
Bug: 138254506 Change-Id: I770e4bb8c1819819d16c6d15153a2299f0b8a85e
-rw-r--r--hw/arm/virt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index f69e7eb399..474a880604 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -146,7 +146,7 @@ static const MemMapEntry a15memmap[] = {
[VIRT_MMIO] = { 0x0a000000, 0x00000200 },
/* ...repeating for a total of NUM_VIRTIO_TRANSPORTS, each of that size */
[VIRT_PLATFORM_BUS] = { 0x0c000000, 0x02000000 },
- [VIRT_SECURE_MEM] = { 0x0e000000, 0x01000000 },
+ [VIRT_SECURE_MEM] = { 0x0e000000, 0x02000000 },
[VIRT_PCIE_MMIO] = { 0x10000000, 0x2eff0000 },
[VIRT_PCIE_PIO] = { 0x3eff0000, 0x00010000 },
[VIRT_PCIE_ECAM] = { 0x3f000000, 0x01000000 },