On Wed, 17 May 2023 at 09:14, Mohamed ElSayed <[email protected]> wrote: > > Signed-off-by: Mohamed ElSayed <[email protected]> > --- > hw/timer/tm4c123_gptm.c | 495 ++++++++++++++++++++++++++++++++ > hw/timer/trace-events | 5 + > include/hw/timer/tm4c123_gptm.h | 131 +++++++++ > 3 files changed, 631 insertions(+) > create mode 100644 hw/timer/tm4c123_gptm.c > create mode 100644 include/hw/timer/tm4c123_gptm.h >
These look like they're either TYPE_STELLARIS_GPTM (hw/timer/stellaris-gptm.c) or a minor variation on them. thanks -- PMM
