mbox series

[v2,0/3] Support timer for AST2700

Message ID 20250113064455.1660564-1-jamin_lin@aspeedtech.com (mailing list archive)
Headers show
Series Support timer for AST2700 | expand

Message

Jamin Lin Jan. 13, 2025, 6:44 a.m. UTC
v1:
  - Support timer for AST2700
  - Introduce new "aspeed_2700_timer_read" and "aspeed_2700_timer_write"
    callback functions and "aspeed_2700_timer_ops" memory
    region operation for AST2700.
    Introduce a new ast2700 class to support AST2700.
    
v2:
  Refactor Timer Callbacks for SoC-Specific Implementations

Jamin Lin (3):
  hw/timer/aspeed: Refactor Timer Callbacks for SoC-Specific
    Implementations
  hw/timer/aspeed: Add AST2700 Support
  aspeed/soc: Support Timer for AST2700

 hw/arm/aspeed_ast27x0.c         |  17 +++
 hw/timer/aspeed_timer.c         | 263 ++++++++++++++++++++++++++++++--
 hw/timer/trace-events           |   2 +-
 include/hw/timer/aspeed_timer.h |   1 +
 4 files changed, 267 insertions(+), 16 deletions(-)