Re: [PATCH v4 16/18] hw/hexagon: connect qtimer device
Pierrick Bouvier <[email protected]> Fri, 31 Jul 2026 10:36:45 -0700
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/2026 6:28 PM, Brian Cain wrote: > Add the QTimer to the shared hex-subsys so both machine models pick it > up. Map its view region, wire its interrupt lines into l2vic, and link > it to the globalreg device backing HEX_SREG_TIMERLO/TIMERHI. > > Signed-off-by: Brian Cain <[email protected]> > --- > include/hw/hexagon/hexagon.h | 1 + > include/hw/hexagon/hexagon_globalreg.h | 4 ++++ > hw/hexagon/hex-subsys.c | 29 ++++++++++++++++++++++++++ > hw/hexagon/hexagon_globalreg.c | 17 +++++++++++++++ > hw/hexagon/Kconfig | 1 + > 5 files changed, 52 insertions(+) > Reviewed-by: Pierrick Bouvier <[email protected]>