OSDN Git Service

hw/intc/arm_gicv3: Implement GICv3 redistributor registers
authorShlomo Pongratz <shlomo.pongratz@huawei.com>
Fri, 17 Jun 2016 14:23:47 +0000 (15:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Jun 2016 14:23:51 +0000 (15:23 +0100)
commitcec93a938a7e84477be0be3ea428717f44dd5f1d
treea423e847c872596192d8a8ee2c01c18da42d71ab
parente52af5134035b0fa6d257f68456f6fa8655c86d3
hw/intc/arm_gicv3: Implement GICv3 redistributor registers

Implement the redistributor registers of a GICv3.

Signed-off-by: Shlomo Pongratz <shlomo.pongratz@huawei.com>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Tested-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1465915112-29272-13-git-send-email-peter.maydell@linaro.org
[PMM: significantly overhauled/rewritten:
 * use the new data structures
 * restructure register read/write to handle different width accesses
   natively, since almost all registers are 32-bit only, rather
   than implementing everything as byte accesses
 * implemented security extension support
]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/Makefile.objs
hw/intc/arm_gicv3_redist.c [new file with mode: 0644]
hw/intc/gicv3_internal.h
trace-events