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(-)
--
2.34.1