> From: Jamin Lin <jamin_...@aspeedtech.com> > Sent: Monday, December 16, 2024 3:54 PM > To: Cédric Le Goater <c...@kaod.org>; Peter Maydell > <peter.mayd...@linaro.org>; Steven Lee <steven_...@aspeedtech.com>; Troy > Lee <leet...@gmail.com>; Andrew Jeffery <and...@codeconstruct.com.au>; > Joel Stanley <j...@jms.id.au>; open list:ASPEED BMCs > <qemu-...@nongnu.org>; open list:All patches CC here > <qemu-devel@nongnu.org> > Cc: Jamin Lin <jamin_...@aspeedtech.com>; Troy Lee > <troy_...@aspeedtech.com>; Yunlin Tang <yunlin.t...@aspeedtech.com> > Subject: [PATCH v1 0/3] Support timer for AST2700 > > 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. > > Jamin Lin (3): > hw/timer/aspeed: Support different memory region ops > hw/timer/aspeed: Add AST2700 Support > aspeed/soc: Support Timer for AST2700 > > hw/arm/aspeed_ast27x0.c | 17 +++ > hw/timer/aspeed_timer.c | 231 > +++++++++++++++++++++++++++++++- > include/hw/timer/aspeed_timer.h | 2 + > 3 files changed, 249 insertions(+), 1 deletion(-) >
Hi Andrew, Happy New Year 2025. Sorry to bother you. If you have time, could you please help to review this patch series? Thanks-Jamin > -- > 2.25.1