projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d529156
)
hw/arm/smmuv3: Fix IIDR offset
author
Eric Auger
<eric.auger@redhat.com>
Tue, 28 Jul 2020 15:08:12 +0000
(17:08 +0200)
committer
Peter Maydell
<peter.maydell@linaro.org>
Mon, 24 Aug 2020 09:02:06 +0000
(10:02 +0100)
The SMMU IIDR register is at 0x018 offset.
Fixes: 10a83cb9887 ("hw/arm/smmuv3: Skeleton")
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id:
20200728150815
.11446-9-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmuv3-internal.h
patch
|
blob
|
history
diff --git
a/hw/arm/smmuv3-internal.h
b/hw/arm/smmuv3-internal.h
index 5babf72f7d5a23175f47f1fd05c73a71d4663feb..ef093eaff50d035ff852c83b2c32a8101f5c3771 100644
(file)
--- a/
hw/arm/smmuv3-internal.h
+++ b/
hw/arm/smmuv3-internal.h
@@
-63,7
+63,7
@@
REG32(IDR5, 0x14)
#define SMMU_IDR5_OAS 4
-REG32(IIDR, 0x1
c
)
+REG32(IIDR, 0x1
8
)
REG32(CR0, 0x20)
FIELD(CR0, SMMU_ENABLE, 0, 1)
FIELD(CR0, EVENTQEN, 2, 1)