On 24/7/26 20:36, Brian Cain wrote:
Add the l2vic to the shared hex-subsys so both machine models pick it
up. Map its register banks, wire the interrupt lines to CPU[0]
and link each vCPU, globalregs.
Signed-off-by: Brian Cain <[email protected]>
---
include/hw/hexagon/hex-subsys.h | 8 ++++--
include/hw/hexagon/hexagon.h | 1 +
include/hw/hexagon/hexagon_globalreg.h | 4 +++
hw/hexagon/hex-subsys.c | 38 +++++++++++++++++++++++++-
hw/hexagon/hexagon_dsp.c | 2 +-
hw/hexagon/hexagon_globalreg.c | 25 +++++++++++++++++
hw/hexagon/virt.c | 2 +-
7 files changed, 75 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>