Read the documentation in qemu-doc.html or on http://wiki.qemu.org - QEMU team
Peter Maydell
authored
Add implementations of the AMAIR0 and AMAIR1 LPAE
Auxiliary Memory Attribute Indirection Registers.
These are implementation defined and we choose to
implement them as RAZ/WI, matching the Cortex-A7
and Cortex-A15.
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>