Re: [PATCH] hw/timer: add k230 dwapb timer
Junze Cao <[email protected]> Thu, 30 Jul 2026 01:54:35 +0800
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <178534767556.3353.6907171394775089230.b4-review@b4> |
On Sun, 26 Jul 2026 22:26:39 +0800, raoyi <[email protected]> wrote: > Add DesignWare APB timer peripheral for K230 machine. > The timer uses the Clock framework for frequency input, > preparing for future CMU integration. > > Signed-off-by: raoyi <[email protected]> Thank you very much for your contribution. I recommend splitting this patch into three separate patches.The plan consists of three patches: We want to keep the coding style as consistent as possible with the previous patch. 1. The implementation of the K230 DesignWare APB (DWAPB) timer model (k230_dwapb_timer.c). 2. The integration of peripheral models into the K230 board. 3. Testing and documentation. Additionally, this patch has a conflict with the current master branch. Please do a rebase when the maintainer asks for the merge. There's no need to do it right now. -- Junze Cao <[email protected]>